@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.pc {
  display: block !important;
  font-size: 0;
}

@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
  font-size: 0;
}

@media screen and (max-width: 1000px) {
  .sp {
    display: block !important;
  }
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:before {
  display: block;
  content: "";
  clear: both;
}

.clearfix {
  display: block;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
}

.minFnt {
  font-family: 'Noto Serif JP', serif;
}

h1, h2, h3, h4, h5, h6, img, p, div, ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

ul, li {
  display: inline-block;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

a.tel {
  pointer-events: none;
}

@media screen and (max-width: 1000px) {
  a.tel {
    pointer-events: initial;
  }
}

a.under {
  text-decoration: underline;
}

a.under:hover {
  text-decoration: none;
}

section {
  width: 100%;
}

section .wrap {
  max-width: 770px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  section .wrap {
    width: 90%;
    margin: 0 auto;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 800px) {
  p {
    font-size: 3.733vw;
    line-height: 1.9;
  }
}

p .strong {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  p .strong {
    font-size: 4.267vw;
  }
}

#header {
  width: 100%;
}

#header .top_header {
  background-color: #000;
}

#header .top_header .inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  padding: 5px 0;
}

#header .top_header .inner p {
  color: #fff;
  text-align: center;
}

#header .top_read {
  margin-top: 10px;
  color: #897f6b;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #header .top_read {
    font-size: 3.467vw;
    line-height: 1.9;
    line-height: 1.7;
  }
}

#header h1 {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
}

#header h1 img {
  max-width: 320px;
  width: 70%;
}

#sub_header {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}

#sub_header .inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}

#sub_header .inner .head_logo img {
  max-width: 150px;
  padding-left: 15px;
}

@media screen and (max-width: 800px) {
  #sub_header .inner .head_logo img {
    max-width: 120px;
  }
}

#sub_header .inner .gNavi_sns {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}

#sub_header .inner .gNavi_sns li {
  margin-right: 20px;
}

@media screen and (max-width: 1000px) {
  #sub_header .inner .gNavi_sns li {
    margin-right: 12px;
  }
  #sub_header .inner .gNavi_sns li:last-child {
    margin-right: 15px;
  }
}

#sub_header .inner .gNavi_sns li a {
  display: inline-block;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}

#sub_header .inner .gNavi_sns li a img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 800px) {
  #sub_header .inner .gNavi_sns li a img {
    width: 24px;
  }
}

#sub_header .inner .gNavi_sns li a span {
  font-size: 14px;
  font-weight: bold;
  display: inline-block !important;
  vertical-align: middle;
  padding-left: 5px;
}

#sub_header .inner .gNavi_sns li.contact {
  width: auto;
  font-size: 12px;
}

#sub_header .inner .gNavi_sns li.contact a {
  padding: 10px 18px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  display: block;
}

@media screen and (max-width: 1000px) {
  #sub_header .inner .gNavi_sns li.contact a {
    padding: 12px 10px;
  }
}

.gNavi_sns_head {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  margin-bottom: 50px;
}

.gNavi_sns_head li {
  margin-right: 50px;
}

@media screen and (max-width: 1000px) {
  .gNavi_sns_head li {
    margin-right: 15px;
  }
  .gNavi_sns_head li:last-child {
    margin-right: 15px;
  }
}

.gNavi_sns_head li a {
  display: inline-block;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}

.gNavi_sns_head li a img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 800px) {
  .gNavi_sns_head li a img {
    width: 24px;
  }
}

.gNavi_sns_head li a span {
  font-size: 14px;
  font-weight: bold;
  display: inline-block !important;
  vertical-align: middle;
  padding-left: 5px;
}

.gNavi_sns_head li.contact {
  width: auto;
  font-size: 12px;
}

.gNavi_sns_head li.contact a {
  padding: 10px 18px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  display: block;
}

@media screen and (max-width: 1000px) {
  .gNavi_sns_head li.contact a {
    padding: 12px 10px;
  }
}

.sns_Wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 50px;
}

@media screen and (max-width: 800px) {
  .sns_Wrap {
    margin: 15px 0 30px;
  }
}

.sns_Wrap li {
  width: 140px;
  margin: 6px;
}

/* ---------------------------------------------------- */
/* mainVis
/* ---------------------------------------------------- */
/* top read */
h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 1.5em;
  line-height: 1.6;
  text-align: left;
}

h2 span {
  font-size: 34px;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  h2 span {
    font-size: 5.867vw;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  h2 {
    font-size: 4.8vw;
    text-align: left;
  }
}

.txtType1 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 1.25em;
}

.txtType1:before {
  position: absolute;
  content: '★';
  color: #cbb1a1;
  left: 0;
}

.txtType2 {
  font-size: 22px;
  font-weight: 500;
  background-color: rgba(203, 177, 161, 0.3);
  padding: 15px 25px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-radius: 3px;
}

.txtType3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #cbb1a1;
}

.txtType4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 1.25em;
}

.txtType4:before {
  position: absolute;
  content: '●';
  color: #cbb1a1;
  left: 0;
}

.txtType5 {
  font-size: 18px;
  font-weight: 600;
  color: #eb8894;
  background-color: rgba(203, 177, 161, 0.25);
  padding: 0px 5px;
}

.txtType6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding-left: 1.25em;
  margin-bottom: 20px;
  background: linear-gradient(transparent 70%, rgba(235, 136, 148, 0.5) 0%);
}

.txtType6:before {
  position: absolute;
  content: '☆';
  left: 0;
}

.txtType7 {
  padding: 1.5em 2em;
  font-weight: 500;
  background-color: rgba(203, 177, 161, 0.2);
}

.insta_wrap {
  text-align: center;
  margin: 0 auto;
  max-width: 540px;
  margin-bottom: 40px;
}

.blueFnt {
  color: #1d2088;
}

table {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #897f6b;
}

table.type2 {
  max-width: 770px;
}

@media screen and (max-width: 800px) {
  table {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

table th {
  text-align: center;
  vertical-align: middle;
  background-color: rgba(203, 177, 161, 0.2);
  color: #000;
  border: 1px #897f6b solid;
  padding: 15px 25px;
  font-weight: 500;
  line-height: 1.5;
  font-size: 14px;
  width: 50%;
}

table th.brown {
  color: #897f6b;
}

table th.tal {
  text-align: left;
}

@media screen and (max-width: 800px) {
  table th {
    font-size: 3.733vw;
    padding: 3.2vw;
  }
}

table td {
  vertical-align: middle;
  background-color: #FFF;
  border: 1px #897f6b solid;
  padding: 15px 25px;
  font-weight: 500;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}

table td.brown {
  color: #897f6b;
}

table td.tal {
  text-align: left;
}

@media screen and (max-width: 800px) {
  table td {
    font-size: 3.733vw;
    padding: 3.2vw;
  }
}

table td p {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 800px) {
  table td p {
    font-size: 3.733vw;
  }
}

@media screen and (max-width: 1000px) {
  table.ptn1 th {
    width: 100%;
    display: block;
    border: none;
  }
}

@media screen and (max-width: 1000px) {
  table.ptn1 td {
    width: 100%;
    display: block;
    border: none;
  }
}

.pl2em {
  padding-left: 2em;
}

.mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  .mt30 {
    margin-top: 20px;
  }
}

.mt40 {
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .mt40 {
    margin-top: 25px;
  }
}

.mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 800px) {
  .mt50 {
    margin-top: 30px;
  }
}

.mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 800px) {
  .mt60 {
    margin-top: 40px;
  }
}

.btnImg {
  text-align: center;
}

/* ---------------------------------------------------- */
/* feature Wrap */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* case Wrap */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* common text */
/* ---------------------------------------------------- */
.btnWrap {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
  position: relative;
}

.btnWrap:after {
  position: absolute;
  content: '≫';
  right: 0.5em;
  margin: auto;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .btnWrap {
    width: 80%;
    max-width: 500px;
    margin-bottom: 16vw;
  }
}

.btnWrap.blue a {
  color: #fff;
  background-color: #181878;
}

.btnWrap.blue a:hover {
  background-color: #07074f;
}

.btnWrap a {
  display: block;
  width: 100%;
  padding: 20px 10px 20px 20px;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 800px) {
  .btnWrap a {
    font-size: 4vw;
    padding: 4vw 2.667vw 4vw 4vw;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 750ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.indent {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 10px !important;
  margin-top: 10px;
  line-height: 1.6 !important;
}

@media screen and (max-width: 800px) {
  .indent {
    font-size: 3.733vw;
  }
}

.indent2 {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 2em;
  padding-bottom: 0;
  line-height: 1.6;
  margin-top: 10px;
}

@media screen and (max-width: 800px) {
  .indent2 {
    font-size: 3.733vw;
  }
}

.marker1 {
  padding: 6px 10px;
  background-color: #ffcc00;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (max-width: 1000px) {
  .marker1 {
    padding: 1px 0;
  }
}

.marker2 {
  border-bottom: 10px solid #ffcc00;
  margin-bottom: 8px;
  padding: 0 10px;
}

@media screen and (max-width: 1000px) {
  .marker2 {
    padding: 0 15px;
    border-bottom: 6px solid #ffcc00;
  }
}

/* ---------------------------------------------------- */
/* common  wrap */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* common  lowerMainvis*/
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* common */
/* ---------------------------------------------------- */
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right !important;
}

a.hov:hover {
  transition: 0.2s all;
  opacity: 0.8;
}

a.hov:hover .hovImg {
  overflow: hidden;
}

a.hov:hover .hovImg img {
  transform: scale(1.1, 1.1);
  transition: 0.2s all;
  opacity: 0.8;
}

.hovImg {
  overflow: hidden;
}

.hovImg img {
  transition: 0.2s all;
}

.hovImg img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.2s all;
  opacity: 0.8;
}

#pagetop {
  font-size: 30px;
  padding-top: 2px;
  color: #fff;
  height: 60px;
  width: 60px;
  background-color: #000;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 10000;
  color: #000;
  text-align: center;
  opacity: 0;
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: all .5s;
  transition: background 0.2s, opacity 0.25s, transform 0.35s, -webkit-transform 0.35s;
}

#pagetop.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  display: block;
}

#pagetop:hover {
  background-color: #444;
}

#pagetop span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  text-align: center;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  margin-top: 20px;
}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
}

footer .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

@media screen and (max-width: 800px) {
  footer .wrap {
    display: block;
    padding: 10.667vw 0;
  }
}

footer .wrap p {
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  footer .wrap p {
    font-size: 3.733vw;
  }
}

footer .wrap p.lineheight-1 {
  line-height: 1.4;
}

footer .wrap .footer_logo {
  font-size: 35px;
  letter-spacing: 6px;
  text-align: center;
  display: block;
  color: #000;
  margin-bottom: 5px;
  max-width: 240px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  footer .wrap .footer_logo {
    font-size: 6.933vw;
  }
}

footer .wrap .footer_sns {
  display: block;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 800px) {
  footer .wrap .footer_sns {
    margin-top: 4vw;
  }
}

footer .wrap .footer_sns li {
  width: 24px;
}

@media screen and (max-width: 800px) {
  footer .wrap .footer_sns li {
    width: 5.333vw;
  }
}

footer .wrap .footer_sns li + li {
  margin-left: 20px;
}

footer .wrap .footer_sns li a {
  display: inline-block;
}

footer .wrap .footer_sns li a:hover {
  opacity: 0.7;
}

footer .wrap .footer_sns li a img {
  width: 24px;
}

@media screen and (max-width: 800px) {
  footer .wrap .footer_sns li a img {
    width: 100%;
  }
}

footer .copy {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #000;
  margin: 0 auto;
}

footer .copy p {
  bottom: 12px;
  color: #fff;
  font-size: 13px;
  line-height: 60px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  footer .foot_read {
    width: 90%;
    margin: 0 auto;
  }
}
