@charset "UTF-8";
body {
  position: relative;
}

header {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  z-index: 150;
}

.headTop {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
}

.headTop a {
  margin-left: 10px;
  width: 175px;
  height: 38px;
  color: #fff;
  background: #898989;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headBottom {
  margin: 5px 0 5px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
}

nav {
  width: 100%;
  display: flex;
}

h1 {
  width: 13%;
  height: 100%;
  padding-left: 2% !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
h1 .lgbt {
  width: 70px;
  margin-left: 20px;
  margin-right: 20px;
}
h1 .lgbt img {
  width: 100%;
}

ul.head {
  width: 85%;
  display: flex;
  justify-content: space-around;
}

header ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-left: 1px solid #a0a0a0;
}

header ul li a, header ul li a:visited {
  color: inherit;
}

header ul li img {
  width: 50px;
  height: 40px;
}

header ul li p {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}

.mainBox {
  margin: 100px auto 0;
  width: 1240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block {
  position: relative;
  margin-bottom: 100px;
  width: 575px;
  height: 345px;
}

.block:nth-child(7) {
  margin-bottom: 50px;
}

.block:nth-child(8) {
  margin-bottom: 50px;
}

.num {
  position: absolute;
  top: 5px;
  left: 0;
  width: 125px;
  height: 80px;
}

.photo {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 410px;
  height: 340px;
}

.photo img {
  width: 410px;
  height: 340px;
}

.title {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 20px;
}

.Box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 210px;
  mix-blend-mode: multiply;
}

.txtBox {
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 240px;
  height: 180px;
  color: #fff;
}

.name {
  height: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.name2 {
  height: 40px;
  font-size: 16px;
  font-weight: 700;
}

.txt {
  height: 100px;
}

.txt2 {
  height: 100px;
  margin-bottom: 10px;
}

.btn {
  height: 25px;
}

.btn img {
  width: 182px;
  height: 25px;
}

.btn img:hover {
  opacity: 0.8;
}

.kau {
  position: absolute;
  bottom: -30px;
  right: -40px;
  width: 190px;
  height: 143px;
}

.alpha {
  position: absolute;
  bottom: -40px;
  right: -60px;
  width: 136px;
  height: 272px;
}

.fairy {
  position: absolute;
  bottom: -90px;
  right: -80px;
  width: 186px;
  height: 272px;
}

.kau img, .alpha img {
  width: 100%;
  height: auto;
}

.charaname1 {
  position: absolute;
  bottom: -40px;
  right: 20px;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
}

.charaname2 {
  position: absolute;
  bottom: -45px;
  right: -15px;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
}

/* スマホ設定 sp設定*/
@media (max-width: 768px) {
  .mainBox {
    margin: 8vw auto 0;
    width: 90vw;
    display: flex;
    flex-direction: column;
  }
  .block {
    position: relative;
    margin-bottom: 15vw;
    width: 90vw;
    height: 140vw;
  }
  .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 15.625vw;
    height: 10vw;
  }
  .photo {
    position: absolute;
    top: 7vw;
    right: 0;
    width: 90vw;
    height: 74.5vw;
  }
  .photo img {
    width: 100%;
    height: auto;
  }
  .title {
    position: absolute;
    top: 4vw;
    right: 0;
    width: 70vw;
    height: 5.6vw;
  }
  .Box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90vw;
    height: 58.5vw;
  }
  .txtBox {
    position: absolute;
    bottom: 5vw;
    left: 5vw;
    width: 80vw;
    height: 48.5vw;
    color: #fff;
  }
  .name {
    height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
  }
  .name2 {
    height: 40px;
    font-size: 16px;
    font-weight: 700;
  }
  .txt {
    height: 100px;
  }
  .txt2 {
    height: 100px;
    margin-bottom: 10px;
  }
  .btn {
    width: 100%;
    height: 25px;
  }
  .btn img {
    width: 100%;
    height: auto;
  }
  .kau {
    position: absolute;
    bottom: 50vw;
    right: -2.5vw;
    width: 37vw;
    height: 27.75vw;
  }
  .alpha {
    position: absolute;
    bottom: 50vw;
    right: -8vw;
    width: 36vw;
    height: 72vw;
  }
  .fairy {
    position: absolute;
    bottom: 18vw;
    right: -14vw;
    width: 45vw;
    height: 72vw;
  }
  .charaname1 {
    position: absolute;
    bottom: 47vw;
    right: 5vw;
  }
  .charaname2 {
    position: absolute;
    bottom: 47vw;
    right: 5vw;
  }
  /* ここからスライダー sp版 */
  .new-mainimg {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 10vh !important;
    margin: 0 auto;
  }
  ul.slider {
    width: 100%;
  }
  ul.slider li {
    width: auto;
  }
  ul.slider li img {
    width: 100%;
    /* height: 330px;
       object-fit: cover;
    object-position: center; */
  }
  /* スライダーと文字のwrap */
  main > div {
    position: relative;
  }
  /* 上に載せる文字部分 */
  main > div section {
    width: 80%;
    color: #fff;
    position: absolute;
    top: 49% !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  main > div section h2 {
    margin-bottom: 15px;
    font-size: 30px;
    font-size: 3rem;
  }
  main > div section p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /*==// スライダーのコンテナ //==*/
  main .slider {
    width: 100%; /* スライダーの幅を指定*/
    list-style: none;
  }
  /*==// ここから矢印 //==*/
  .slide-arrow {
    position: absolute;
    /*上下中央に矢印配置*/
    top: 50% !important;
    transform: translateY(40%) !important;
    z-index: 100;
    cursor: pointer; /*ポインター表示にし、クリック可能なことを視覚的にわかりやすくします*/
  }
  .slide-arrow::before {
    display: block;
    color: #fff;
    font-size: 40px !important;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
  .next-arrow {
    right: 12px !important; /*内側に右から10ピクセル移動*/
  }
  .prev-arrow {
    left: 12px !important; /*内側に左から10ピクセル移動*/
  }
  .next-arrow::before {
    content: "\f054"; /*右矢印のアイコンフォント*/
    opacity: 0.8;
    /* color: #172B49; */
  }
  .prev-arrow::before {
    content: "\f053"; /*左矢印アイコンフォント*/
    opacity: 0.8;
    /* color: #172B49; */
  }
  /*マウスオーバーで矢印が水色へ*/
  .slide-arrow:hover::before {
    color: #017E76;
  }
  /*==// ここからdots //==*/
  .slick-dots {
    /*画像の下部へ配置*/
    position: absolute;
    bottom: 15px !important;
    z-index: 100;
  }
  .slick-dots li button:before {
    color: #017E76 !important;
    opacity: 1 !important;
  }
  .slick-dots li.slick-active button:before {
    color: #000 !important;
    opacity: 1 !important;
  }
  /* ここまでスライダー */
  /* ここからフェードイン */
  div.animation_box {
    opacity: 0;
    transform: translateX(-20px);
    transition: 1s ease;
  }
  div.animation_box02 {
    opacity: 0;
    transform: translateX(20px);
    transition: 1s ease;
  }
  /* ここまでフェードイン */
  /* お知らせ設定　sp blog設定 */
  #blog {
    width: 95%;
    overflow: hidden;
    max-width: 1400px;
    margin: 15px auto 50px !important;
  }
  .blog-inner {
    padding: 15px 0 0 !important;
  }
  h2.blog-h2 {
    width: 93% !important;
    text-align: center;
    font-size: 24px !important;
    padding: 0 10px;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
  }
  .top-blog-ul {
    width: 95% !important;
    padding: 5px !important;
    margin: 0 auto;
    height: 60vh;
    overflow: scroll;
  }
  .top-blog-li-flex {
    width: 95% !important;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap !important;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 8px !important;
    margin-bottom: 25px !important;
  }
  span.blog-left {
    width: 130px;
    background-color: #5B3122;
    padding: 3px 10px !important;
    margin-bottom: 8px !important;
  }
  span.blog-left a {
    color: #fff;
    font-weight: bold;
    font-size: 14px !important;
    letter-spacing: 0.05em;
  }
  span.blog-right {
    width: 95% !important;
    max-height: 145px !important;
    text-align: left;
    font-size: 18px !important;
    margin-left: 0 !important;
    overflow: hidden;
    letter-spacing: 0.05em;
  }
  span.blog-right a {
    color: #000;
    display: inline;
    vertical-align: text-top;
  }
}
/* パソコン設定 pc設定*/
a.color-y {
  color: #c7b811;
}

a.btn-o {
  position: relative;
  background: #fe7d15;
  color: #fff;
  width: 10%;
  display: block;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}

a.btn-o span {
  display: block;
  font-size: 40px;
  margin-bottom: 4px;
  margin-top: 10px;
}

a.btn-o:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #fe7d15;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* #mainimg.max-600{
    max-height: 795px;
    overflow: hidden;
} */
#mainimg.max-400 {
  max-height: 595px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#mainimg.max-400 p {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #fff;
  font-size: 13px;
}

/* お知らせ　記事詳細　PC */
#mainimg.max-400-article {
  max-height: 435px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#mainimg.max-400-article p {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #fff;
  font-size: 13px;
}

/* ttl-box-article-datetime */
.ttl-box-article-datetime {
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 15px;
}

.ttl-box-article-datetime p {
  font-size: 20px;
  font-weight: bold;
  padding-left: 18px;
  position: relative;
  line-height: 1;
}

.ttl-box-article-datetime p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 20px;
  background-color: #4D2E22;
}

/* ttl-box-article */
.ttl-box-article {
  width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
}

.ttl-box-article h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  padding: 0 0 7.5px 0;
  position: relative;
}

.ttl-box-article h2::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #4D2E22 0%, #4D2E22 30%, #DEDEDE 30%, #DEDEDE 100%);
}

/* ttl-box-article02 */
.ttl-box-article02 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.ttl-box-article02 p {
  font-size: 15px;
  position: relative;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 15px 0 15px 0;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.ttl-box-article02 p img {
  max-width: 50%;
  padding: 8px 0;
}

/* ここからスライダー */
.new-mainimg {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 90vh;
  margin: 0 auto;
}

ul.slider {
  width: 100%;
}

ul.slider li {
  width: auto;
}

ul.slider li img {
  width: 100%;
}

/* スライダーと文字のwrap */
main > div {
  position: relative;
}

/* 上に載せる文字部分 */
main > div section {
  color: #fff;
  position: absolute;
  top: 45.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

main > div section h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-size: 3rem;
}

main > div section p {
  font-size: 18px;
  font-size: 1.8rem;
}

/*==// スライダーのコンテナ //==*/
main .slider {
  width: 100%; /* スライダーの幅を指定*/
  list-style: none;
}

/*==// ここから矢印 //==*/
.slide-arrow {
  position: absolute;
  /*上下中央に矢印配置*/
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 100;
  cursor: pointer; /*ポインター表示にし、クリック可能なことを視覚的にわかりやすくします*/
}

.slide-arrow::before {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.next-arrow {
  right: 30px;
} /*内側に右から10ピクセル移動*/
.prev-arrow {
  left: 30px;
} /*内側に左から10ピクセル移動*/
.next-arrow::before {
  content: "\f054"; /*右矢印のアイコンフォント*/
  opacity: 0.8;
}

.prev-arrow::before {
  content: "\f053"; /*左矢印アイコンフォント*/
  opacity: 0.8;
}

/*マウスオーバーで矢印が水色へ*/
.slide-arrow:hover::before {
  color: #017E76 !important;
}

/*==// ここからdots //==*/
.slick-dots {
  /*画像の下部へ配置*/
  position: absolute;
  bottom: 0;
  z-index: 100;
}

.slick-dots li button:before {
  color: #017E76 !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  color: #000 !important;
  opacity: 1 !important;
}

/* ここまでスライダー */
/* ここからフェードイン */
div.animation_box {
  opacity: 0;
  transform: translateX(-20px);
  transition: 1s ease;
}

div.animation_box02 {
  opacity: 0;
  transform: translateX(20px);
  transition: 1s ease;
}

/* ここまでフェードイン */
#mainimg img {
  display: block;
  width: 100%;
  height: auto;
}

#mainimg .abso {
  width: 941px;
  height: 182px;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ttl {
  position: relative;
  z-index: 20;
  margin-top: -78px;
  width: 100%;
  height: 147px;
  background: url(../images/ttl_bg02.png) center top no-repeat;
  text-align: center;
}

.ttl-test {
  position: relative;
  z-index: 20;
  margin-top: -28px;
  width: 100%;
  height: 147px;
  background: url(../images/ttl_bg.png) center top no-repeat;
  text-align: center;
}

.ttl img {
  display: inline-block;
  margin-top: 60px;
}

.ttl-test img {
  display: inline-block;
  margin-top: 60px;
}

#main {
  max-width: 1240px;
  margin: 15px auto 50px;
}

.img-box img {
  display: block;
}

#main .cont-box {
  margin-bottom: 50px;
  margin-top: 5px;
}

#main .cont-box.box-a .txt-box {
  padding: 50px;
  color: #fff;
  width: 570px;
  bottom: 0;
  right: 0;
}

#main .cont-box h3 {
  font-size: 17px;
  margin-bottom: 20px;
}

#main .cont-box .txt-box p {
  font-size: 14px;
  margin-bottom: 20px;
}

#main .cont-box.box-a .img-ttl {
  left: -5px;
  top: -5px;
}

#main .cont-box.box-a .txt-box a {
  display: inline-block;
}

#main .cont-box.box-a .nmb {
  top: 0;
  right: 0;
}

#main .cont-box.box-b .img-ttl {
  right: -5px;
  top: -5px;
}

#main .cont-box.box-b .nmb {
  top: 0;
  left: 0;
}

#main .cont-box.box-b .txt-box {
  padding: 50px;
  color: #fff;
  width: 570px;
  bottom: 0;
  left: 0;
}

#main .cont-box.box-b .txt-box a {
  display: inline-block;
}

#bnr-box {
  background: #ccc;
  padding: 30px 10px;
}

#bnr-box .cont-box .left {
  width: 273px;
}

#bnr-box .cont-box .right {
  width: calc(100% - 283px);
  padding-left: 10px;
}

/* お知らせ設定　pc blog設定 */
#blog {
  width: 95%;
  overflow: hidden;
  max-width: 1400px;
  margin: 15px auto 50px;
}

.blog-inner {
  padding: 50px 0 0;
}

h2.blog-h2 {
  width: 95%;
  text-align: center;
  font-size: 30px;
  padding: 0 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* color: #002b5e; */
}

.top-blog-ul {
  width: 90%;
  padding: 15px 0 0;
  margin: 0 auto;
  height: auto;
  overflow: scroll;
}

.top-blog-li-flex {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 13px;
  margin-bottom: 30px;
}

span.blog-left {
  width: 130px;
  background-color: #5B3122;
  padding: 8px 15px;
}

span.blog-left a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
}

span.blog-right {
  width: 85%;
  max-height: 55px;
  text-align: left;
  font-size: 21px;
  margin-left: 45px;
  overflow: hidden;
  letter-spacing: 0.05em;
}

span.blog-right a {
  color: #000;
  font-size: 15px;
  display: inline;
  vertical-align: text-top;
}

.bg-box {
  background: url(../images/new_contact_bg.png) no-repeat center;
  background-size: cover;
  padding: 50px;
  height: 310px;
}

.bg-box .img-box {
  margin: 0 auto;
  max-width: 777px;
}

.bg-box .img-box img {
  width: 100%;
}

nav a img {
  display: inline-block;
  width: 100%;
  max-width: 145px;
}

.footer01 {
  /* background: #002b5e; */
  background-color: #5B3122;
  padding: 30px 20px;
  position: relative;
}

.footer01 ul {
  vertical-align: bottom;
}

.footer01 ul li {
  display: inline-block;
  vertical-align: bottom;
}

.footer01 a:link, .footer01 a:visited {
  color: #fff;
}

.footer01 .abso {
  bottom: 30px;
  right: 20px;
}

.footer01 .abso ul li {
  margin-left: 10px;
}

.footer01 .abso ul li a:hover {
  text-decoration: underline;
}

.footer02 {
  text-align: center;
  padding: 30px 0;
}

.footer02 p {
  letter-spacing: 3px;
}

.sp {
  display: none !important;
}

footer p {
  font-weight: bold;
}

.sp_nav {
  display: none;
  padding: 10px;
}

.nav-icon img {
  display: block;
}

.sp_nav .left {
  padding: 7.5px 0;
}

.sp_nav ul {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
}

.sp_nav ul li {
  width: 90%;
  height: 45px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  border-left: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.sp_nav ul li img {
  width: 40px;
  height: 32px;
}

.sp_nav ul li p {
  width: 155px;
  height: auto;
  margin-left: 10px;
}

.sp_nav ul li a {
  display: flex;
  font-size: 17px;
  font-weight: 700;
}

.sp_nav ul li:nth-last-child(2) {
  margin-bottom: 10px;
  border-bottom: none;
}

.sp_nav ul li:last-child {
  margin-bottom: 30px;
  border-bottom: none;
}

.sp_nav ul li a.gray {
  width: 45%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #898989;
  margin-bottom: 10px;
  color: #fff;
}

.hide {
  display: none;
}

.ttl-box {
  width: 25%;
}

.ttl-box h2 {
  font-size: 22px;
}

.ttl-box h2 span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
}

.font-f {
  font-family: FuturaBT-Light;
  letter-spacing: 0.1em;
}

.article-box {
  width: 72%;
}

.article-box h3:first-child.ttl-marker {
  margin-top: 0;
}

.article-box h3.ttl-marker {
  font-size: 18px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
  margin-top: 40px;
}

.article-box h3.marker-p:before {
  background-color: #f949ad;
}

.article-box h3.ttl-marker:before {
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.cont-1000-box {
  width: 1000px;
  margin: 0 auto;
}

.return a {
  display: inline-block;
}

ol li {
  margin-top: 5px;
  margin-left: 1rem;
}

.inner {
  margin-left: 1rem;
}

.inner h4 {
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.inner ul li {
  margin-bottom: 10px;
  margin-left: 1rem;
}

.inner ul.small {
  margin-top: 40px;
}

.inner ul.small li {
  font-size: 12px;
}

@media (max-width: 1240px) {
  #main {
    width: 95%;
    overflow: hidden;
  }
}
@media (max-width: 1020px) {
  .cont-1000-box {
    width: 100%;
  }
  .footer01 .abso {
    position: static;
  }
  .footer01 .left {
    float: none;
    margin-bottom: 20px;
  }
  .footer01 {
    text-align: center;
  }
  .footer01 .left img {
    display: inline-block;
  }
}
@media (max-width: 950px) {
  .sp_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sp_nav h1 {
    width: auto;
  }
  .sp_nav h1 a {
    width: 20vw;
  }
  .sp_nav h1 a img {
    width: 100%;
  }
  .sp_nav h1 a + a {
    width: 10vw;
  }
  .sp_nav::after {
    display: none;
  }
  .sp_nav .left, .sp_nav .right {
    float: none;
  }
  .pc_nav {
    display: none;
  }
  #mainimg .abso {
    width: 90%;
    max-width: 941px;
  }
  #mainimg .abso img {
    width: 100%;
  }
}
@media (max-width: 860px) {
  .footer01 .abso ul li {
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .footer01 .abso ul li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  header {
    position: static;
  }
  .privacy {
    padding-top: 0;
  }
  #main .cont-box.box-a .txt-box, #main .cont-box.box-b .txt-box {
    width: calc(100% - 40px);
    padding: 20px;
  }
  #main .cont-box.box-a .txt-box .pc-br {
    display: none;
  }
  #mainimg .abso {
    width: 95%;
    top: 20%;
    height: auto;
  }
  #main .cont-box .left {
    float: none;
  }
  #main .cont-box .right {
    float: none;
  }
  #main .cont-box .img-box img {
    width: 100%;
  }
  #main .cont-box .txt-box {
    position: static;
  }
  #main .cont-box.box-a .nmb {
    top: 40px;
    right: 10px;
    display: none;
  }
  #main .cont-box.box-b .nmb {
    top: 40px;
    left: 10px;
    display: none;
  }
  #main .cont-box.box-a .img-ttl {
    left: 0;
    text-align: left;
  }
  #main .cont-box.box-b .img-ttl {
    right: 0;
    text-align: right;
  }
  #main .img-ttl img {
    width: 70%;
    display: inline-block;
  }
  #bnr-box .cont-box .left, #bnr-box .cont-box .right {
    float: none;
  }
  #bnr-box .cont-box .left {
    margin: 0 auto 10px;
  }
  #bnr-box .cont-box .right {
    padding-left: 0;
    width: 100%;
  }
  #bnr-box a {
    text-decoration: underline;
  }
  /* .sp{
  	display: block!important;
  } */
  .sp {
    width: 100%;
    display: block !important;
  }
  .sp img {
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  .ttl {
    height: auto;
    padding: 20px 0 15px;
    /* background: #002b5e; */
    background: #532B21;
    margin-top: -30px !important;
  }
  .ttl img {
    width: 95%;
    max-width: 594px;
    margin-top: 0px;
  }
  .ttl-box.left, .article-box.right {
    float: none;
    width: 100%;
  }
  .article-box h3:first-child.ttl-marker, .article-box h3.ttl-marker {
    margin-bottom: 12px;
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  #main {
    max-width: 1240px;
    margin: 15px auto 0px;
  }
  .bg-box {
    background: url(../images/new_contact_bg.png) no-repeat center;
    background-size: 100% auto;
    padding: 0;
    height: 160px;
  }
  .footer01 .abso ul li {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 420px) {
  #main .txt-box a {
    width: 95%;
    display: block;
  }
  #main .txt-box a img {
    width: 100%;
  }
  .footer01 .left img {
    width: 100%;
  }
}
.miracle-commit_banner a img {
  margin: 60px auto;
  width: 70%;
  height: auto;
}

table.company_t {
  border-collapse: collapse;
  border: 2px solid #FFFFFF;
  width: 100%;
}

table.company_t td {
  border-width: 6px 0px;
  border-color: #FFFFFF;
  border-style: solid;
  padding: 1.5em;
  vertical-align: text-top;
  line-height: 24px;
}

table.company_t th {
  border-width: 6px 0px;
  border-color: #FFFFFF;
  border-style: solid;
  padding: 1.5em;
  vertical-align: text-top;
  text-align: left;
}

.leftcell {
  background-color: #FEEEED;
  font-weight: bold;
}

.rightcell {
  background-color: #f5f5f5;
}

@media screen and (min-width: 680px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
.callcenter_img img {
  width: 80%;
  margin: auto;
  padding-top: 50px;
}

@media screen and (max-width: 680px) {
  .callcenter_img img {
    width: 100%;
    margin: auto;
    padding-top: 10px;
  }
}
/* 24/8/22追加　お問い合わせページ */
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    /* padding-left: 14px;
    padding-right: 14px; */
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  /* font-weight: bold; */
  font-size: 17px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
  white-space: normal;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  color: #fff;
  font-size: 11px;
  text-align: center;
  background-color: #e00202;
  border-radius: 3px;
  padding: 1px 5px;
  margin-left: 10px;
  /* border-radius: 6px; */
  /* margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px; */
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .right {
    float: right;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  /* border-radius: 6px; */
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  /* font-size: 18px; */
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    /* font-size: 15px; */
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  /* border-radius: 6px; */
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  /* font-size: 18px; */
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    /* font-size: 15px; */
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 150px;
  display: block;
  letter-spacing: 0.05em;
  background: #f25a89;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  text-align: center;
}

.Form-Btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.hissu {
  color: #fff;
  font-size: 11px;
  text-align: center;
  background-color: #e00202;
  border-radius: 3px;
  padding: 1px 5px;
  margin-left: 7px;
}

.privacy {
  text-align: center;
  margin-top: 20px;
}

.Form h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.Form h2 span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
}

.contact_box {
  margin: 0 auto;
}

.contact_box {
  width: 72%;
  margin: 0 auto 100px auto;
}

.Form-Item-Label_h3 {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  /* font-weight: bold; */
  font-size: 17px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label_h3 {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.textfield {
  white-space: pre-wrap;
}

main {
  position: relative;
}
main .ill {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  max-width: 227px;
  width: 25%;
}
main .ill img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */