@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: "FrederickatheGreat-Regular";
  src: url("../fonts/FrederickatheGreat-Regular.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 20px 0 0;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 130px 0 140px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box01 {
  border: 2px solid #354d6d;
  background: #f9f8f4;
}

.com-rbn {
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 50%, 100% 100%, 0 100%, 40px 50%);
}

.sec-border {
  border-left: 6px solid #354d6d;
  border-right: 6px solid #354d6d;
}

.com-bg01 {
  background: #f9f8f4;
  position: relative;
}
.com-bg01::before, .com-bg01::after {
  content: "";
  width: 100%;
  height: 22px;
  background: url(../img/top/comics-top.png) no-repeat center top, url(../img/ptn/01.png);
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1921px) {
  .com-bg01::before, .com-bg01::after {
    background-size: 100%, auto;
  }
}
.com-bg01::before {
  top: 0;
}
.com-bg01::after {
  background: url(../img/top/comics-btm.png) no-repeat center top, url(../img/ptn/01.png);
  bottom: 0;
}
@media screen and (min-width: 1921px) {
  .com-bg01::after {
    background-size: 100%, auto;
  }
}
.com-bg02 {
  background: url(../img/ptn/03.png);
}
.com-bg03 {
  background: url(../img/ptn/04.png);
}

.com-border {
  max-width: 1730px;
  position: relative;
}
.com-border::before, .com-border::after {
  content: "";
  width: 100%;
  margin: auto;
  height: 17px;
  border-top: 5px solid #fff;
  border-bottom: 2px solid #fff;
  border-color: #354d6d;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .com-border::before, .com-border::after {
    height: 10px;
    border-top-width: 3px;
    border-bottom-width: 1px;
  }
}
.com-border::before {
  top: 0;
}
.com-border::after {
  bottom: 0;
}

.com-en {
  font-family: "FrederickatheGreat-Regular", sans-serif;
  font-size: 11rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-en {
    font-size: 5.5rem;
  }
}

.com-tel-link {
  padding-left: 37px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.7rem;
  }
}
.com-tel-note {
  display: block;
  margin-top: -5px;
  line-height: 1;
}

.news-post {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  .news-post-item:nth-of-type(n+4) {
    margin-top: 45px;
  }
}
.news-post-link {
  display: block;
}
.news-post-flx {
  margin-top: 29px;
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 90%;
  border: 2px solid #354d6d;
  position: relative;
}
.news-post-time {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  color: #354d6d;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 19px;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag-txt {
  margin: 0 10px 10px 0;
  padding: 3px 10px;
  background: #cf452a;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 45px;
  }
}
/* =========================================

  main layout  all

========================================= */
/* top-chart  PC
------------------------------------ */
.chart-mv {
  padding-top: 184px;
  border-top: 6px solid #354d6d;
  background: url(../img/chart/top_deco.png) repeat-x center -5px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.chart-mv::before {
  content: "";
  width: 750px;
  height: 0;
  margin: auto;
  padding-top: 750px;
  border-radius: 50%;
  background: url(../img/chart/mv-cir.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 121px;
  z-index: -1;
}
.chart-img {
  max-width: none;
  pointer-events: none;
  position: absolute;
  top: 166px;
  left: calc(50% - 872px);
  z-index: 1;
}
.chart-catch {
  display: inline-block;
  padding: 70px 85px 0;
  background: url(../img/chart/ttl-l.png) no-repeat left top, url(../img/chart/ttl-r.png) no-repeat right top;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 6.5rem;
  letter-spacing: 0.05em;
  color: #354d6d;
  line-height: 1.5;
}
.chart-catch-wrap {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .chart-catch {
    font-size: 3.25rem;
  }
}
.chart-catch .lg {
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 7.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .chart-catch .lg {
    font-size: 3.75rem;
  }
}
.chart-catch-sub {
  display: inline-block;
  margin: 22px auto 0;
  padding: 5px 63px;
  background-color: #cc452c;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .chart-catch-sub {
    font-size: 2rem;
  }
}
.chart-box {
  width: 100%;
  max-width: 900px;
  margin: 48px auto 0;
  padding: 36px 0;
  background: url(../img/chart/03.png);
  position: relative;
}
.chart-box::before, .chart-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.chart-box::before {
  background-image: linear-gradient(to right, #354d6d, #354d6d 12px, transparent 12px, transparent 18px), linear-gradient(to right, #354d6d, #354d6d 12px, transparent 12px, transparent 18px);
  background-size: 18px 3px;
  background-repeat: repeat-x, repeat-x;
  background-position: top left, bottom left;
}
.chart-box::after {
  background-image: linear-gradient(to bottom, #354d6d, #354d6d 12px, transparent 12px, transparent 18px), linear-gradient(to bottom, #354d6d, #354d6d 12px, transparent 12px, transparent 18px);
  background-size: 3px 18px;
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
}
.chart-box-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #354d6d;
  line-height: 1.5;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
@media screen and (max-width: 768px) {
  .chart-box-txt {
    font-size: 2rem;
  }
}
.chart-box-txt .lg {
  font-size: 5.5rem;
  color: #a39550;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .chart-box-txt .lg {
    font-size: 2.75rem;
  }
}
.chart-start {
  display: block;
  width: 100%;
  padding: 180px 0 80px;
  background-color: #354d6d;
  clip-path: polygon(50% 146px, 100% 0, 100% calc(100% - 159px), 50% 100%, 0 calc(100% - 159px), 0 0);
}
.chart-start .border {
  padding-bottom: 35px;
  background: url(../img/chart/start-line.png) no-repeat center bottom;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 6.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #354d6d;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
@media screen and (max-width: 768px) {
  .chart-start .border {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1441px) {
  .chart-img {
    width: 1206px;
    left: calc(50% - 621px);
    top: 372px;
  }
  .chart-catch {
    padding: 44px 56px 0;
    background-size: 80px;
    font-size: 4rem;
  }
  .chart-catch .lg {
    font-size: 5rem;
  }
  .chart-catch-sub {
    font-size: 3rem;
  }
  .chart-start .border {
    font-size: 4rem;
  }
}

#top-chart {
  border-bottom: 6px solid #354d6d;
}
#top-chart .com_chart {
  padding-bottom: 54px;
  background: #f9f8f4;
}
#top-chart .chart_title {
  padding: 18px;
  background: url(../img/chart/01.png);
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-chart .chart_title {
    font-size: 1.75rem;
  }
}
#top-chart .chart_btn_answer {
  display: flex;
  width: 400px;
  height: 110px;
  text-align: center;
  border: 3px solid #354d6d;
  outline: 1px solid #354d6d;
  outline-offset: -6px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.45;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top-chart .chart_btn_answer {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-chart .chart_btn_answer:hover {
    background-color: #354d6d;
    color: #fff;
    opacity: 1;
  }
}
#top-chart .chart_btn_list {
  display: flex;
  padding: 50px 0 0;
  flex-wrap: wrap;
  justify-content: center;
}
#top-chart .chart_btn_list-item:nth-of-type(2n) {
  margin-left: 31px;
}
#top-chart .chart_btn_list-item:nth-of-type(n+3) {
  margin-top: 25px;
}
#top-chart .btn_wrp {
  margin: 50px auto 0;
  text-align: center;
}
#top-chart .back_btn {
  padding-right: 42px;
  padding-bottom: 15px;
  background: url(../img/chart/arw.png) no-repeat calc(100% - 2px) 2px;
  border-bottom: 2px solid;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  color: #354d6d;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-chart .back_btn {
    font-size: 1.5rem;
  }
}
#top-chart .result_title {
  padding: 15px;
  background: url(../img/chart/02.png);
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-chart .result_title {
    font-size: 2.25rem;
  }
}
#top-chart .result_flx {
  margin: 55px auto 0;
}
#top-chart .result_contents {
  padding: 60px 80px;
  background: #f9f8f4;
}
#top-chart .result_reco {
  max-width: 800px;
  margin: auto;
  background: url(../img/chart/03.png);
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #354d6d;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-chart .result_reco {
    font-size: 1.5rem;
  }
}
#top-chart .result_reco::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 15px solid #354d6d;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}
#top-chart .result_con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-chart .result_con {
    max-width: 480px;
  }
}
#top-chart .result_con_name {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  color: #354d6d;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-chart .result_con_name {
    font-size: 1.75rem;
  }
}
#top-chart .result_con_txt {
  margin-top: 23px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  #top-chart .result_con_txt {
    font-size: 1.5rem;
  }
}
#top-chart .result_btn {
  max-width: none;
  margin-top: 30px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-chart .result_btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-chart .result_btn:hover {
    background-color: #a39550;
    outline-color: #fff;
    color: #fff;
    background-image: url(../img/top/com-btn-arw-white.png);
  }
}

/* top-about  PC
------------------------------------ */
#top-about .about-bg {
  position: relative;
}
#top-about .about-bg::before, #top-about .about-bg::after {
  content: "";
  width: 100%;
  height: 655px;
  margin: auto;
  background: url(../img/ptn/03.png) repeat center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
#top-about .about-bg::before {
  top: 0;
}
#top-about .about-bg::after {
  background-image: url(../img/ptn/04.png);
  top: 655px;
}
#top-about .about-en {
  padding-top: 60px;
  background: url(../img/top/about-ttl-ico.png) no-repeat center top;
  text-align: center;
  position: relative;
}
#top-about .about-en::before, #top-about .about-en::after {
  content: "";
  width: 275px;
  height: 17px;
  border-top: 5px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 65%;
}
@media screen and (max-width: 767px) {
  #top-about .about-en::before, #top-about .about-en::after {
    height: 10px;
    border-top-width: 3px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 1318px) {
  #top-about .about-en::before, #top-about .about-en::after {
    width: 209px;
  }
}
#top-about .about-en::before {
  left: 0;
}
#top-about .about-en::after {
  right: 0;
}
#top-about .about-box {
  padding-bottom: 95px;
  background: url(../img/top/about-deco-r.png) no-repeat calc(50% + 380px) 78px, url(../img/top/about-deco-l.png) no-repeat left calc(100% - 17px);
  text-align: center;
  position: relative;
}
#top-about .about-box::after {
  content: "";
  width: 100%;
  height: 17px;
  border-top: 5px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #top-about .about-box::after {
    height: 10px;
    border-top-width: 3px;
    border-bottom-width: 1px;
  }
}
#top-about .about-ttl {
  margin: 10px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl {
    font-size: 2rem;
  }
}
#top-about .about-ttl .ac {
  color: #cc452c;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.05em;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl .ac {
    font-size: 2rem;
  }
}
#top-about .about-txt {
  color: #fff;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #top-about .about-txt {
    font-size: 1.5rem;
  }
}
#top-about .about-txt-box {
  margin: 30px auto 0;
}
#top-about .about-btn {
  margin: 33px auto 0;
}
#top-about .swiper-wrapper {
  transition-timing-function: linear !important;
}
#top-about .swiper-container {
  overflow: hidden;
}
#top-about .swiper-slide-img {
  border: 2px solid #354d6d;
}
#top-about .swiper-slide-img img {
  width: 100%;
}

/* top-features  PC
------------------------------------ */
#top-features .features-fuki {
  display: flex;
  width: 470px;
  height: 80px;
  margin: 26px auto 0;
  padding-bottom: 5px;
  background: url(../img/top/features-ttl-frame.png) no-repeat center/contain;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  color: #354d6d;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top-features .features-fuki {
    font-size: 1.75rem;
  }
}
#top-features .features-ico01::before {
  content: "";
  width: 222px;
  height: 155px;
  background: url(../img/top/features-deco01.png) no-repeat center/contain;
  position: absolute;
  right: -143px;
  top: -78px;
}
#top-features .features-ico02::before {
  content: "";
  width: 149px;
  height: 99px;
  background: url(../img/top/features-deco02.png) no-repeat center/contain;
  position: absolute;
  left: -110px;
  bottom: 76px;
}
#top-features .features-ico03::before {
  content: "";
  width: 298px;
  height: 268px;
  background: url(../img/top/features-deco03.png) no-repeat center/contain;
  position: absolute;
  right: -210px;
  bottom: -300px;
}

.com-sec {
  padding: 130px 0 147px;
  background: url(../img/top/features-pin.png) no-repeat 50px 50px, url(../img/top/features-pin.png) no-repeat 50px calc(100% - 50px), url(../img/top/features-pin.png) no-repeat calc(100% - 50px) 50px, url(../img/top/features-pin.png) no-repeat calc(100% - 50px) calc(100% - 50px), url(../img/ptn/02.png);
}
.com-sec .sec-en {
  text-align: center;
  color: #354d6d;
}
.com-sec .sec-list {
  max-width: 1080px;
  margin: 63px auto 0;
}
@media screen and (min-width: 768px) {
  .com-sec .sec-list {
    width: 95%;
  }
}
.com-sec .sec-list-item {
  padding: 22px 0;
  background: url(../img/top/features-box-t.png) no-repeat center top, url(../img/top/features-box-b.png) no-repeat center bottom;
  position: relative;
}
.com-sec .sec-list-item:nth-of-type(n+2) {
  margin: 48px auto 0;
}
.com-sec .sec-list-box {
  padding: 8px 0 45px;
  background-color: #f9f8f4;
}
.com-sec .sec-list-flx {
  margin: 15px auto 0;
}
.com-sec .sec-list-point {
  width: 185px;
  height: 49px;
  margin: 0 0 0 -51px;
  padding: 7px 0 0 60px;
  background: url(../img/top/point-bg.png) no-repeat left top;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-sec .sec-list-point {
    font-size: 1.5rem;
  }
}
.com-sec .sec-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-sec .sec-list-con {
    max-width: 430px;
    margin-top: -10px;
    margin-left: 52px;
  }
}
.com-sec .sec-list-ttl {
  padding-bottom: 24px;
  background-size: 12px 2px;
  background-image: linear-gradient(to right, #354d6d, #354d6d 8px, transparent 8px, transparent 12px);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  color: #354d6d;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-sec .sec-list-ttl {
    font-size: 1.7rem;
  }
}
.com-sec .sec-list-txt {
  margin-top: 24px;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-list-item {
  width: 43.9%;
  max-width: 760px;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-item:nth-of-type(2) {
    margin-left: 3.4%;
  }
}
#top-bnr .bnr-list-link {
  display: flex;
  width: 100%;
  padding: 1.97% 0;
  background: url(../img/top/bnr-bg.png);
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    opacity: 1;
  }
  #top-bnr .bnr-list-link:hover::before {
    right: 0.5%;
    transform: rotate(-30deg);
  }
  #top-bnr .bnr-list-link:hover .bnr-list-ttl {
    opacity: 0.8;
  }
  #top-bnr .bnr-list-link:hover .bnr-list-img img {
    width: 110%;
    height: 110%;
  }
}
#top-bnr .bnr-list-link::before {
  content: "";
  width: 3.15%;
  height: 0;
  padding-top: 9.47%;
  background: url(../img/top/bnr01-clip.png) no-repeat center top/contain;
  position: absolute;
  right: 1.97%;
  top: -4%;
  transform: rotate(0);
  z-index: 1;
  transition: all 0.3s ease;
}
#top-bnr .bnr-list-link02::before {
  background-image: url(../img/top/bnr02-clip.png);
}
#top-bnr .bnr-list-ttl {
  width: 46.7%;
  opacity: 1;
  transition: all 0.3s ease;
}
#top-bnr .bnr-list-img {
  width: 46.7%;
  height: 0;
  margin-left: 1.8%;
  padding-top: 48.68%;
  position: relative;
  overflow: hidden;
}

/* top-news  PC
------------------------------------ */
#top-news .news-ttl {
  text-align: left;
}
#top-news .news-post {
  margin: 68px auto 0;
}

/* top-comics  PC
------------------------------------ */
#top-comics .comics-shadow {
  position: relative;
  z-index: 0;
}
#top-comics .comics-shadow::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/ptn/02.png);
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -2;
}
#top-comics .comics-link {
  display: block;
  padding: 96px 15px 40px 48px;
  background: url(../img/top/comics-img.png) no-repeat calc(100% - 15px) 15px, url(../img/top/comics-bg.jpg) no-repeat center/cover;
  position: relative;
  transform: translateY(0);
}
#top-comics .comics-link::before {
  content: "";
  width: 149px;
  height: 99px;
  background: url(../img/top/comics-deco.png) no-repeat center/contain;
  position: absolute;
  top: -39px;
  right: -40px;
}
@media screen and (min-width: 768px) {
  #top-comics .comics-link:hover {
    transform: translateY(-5px);
    opacity: 1;
  }
}
#top-comics .comics-en {
  color: #354d6d;
  font-size: 11.5rem;
  position: absolute;
  left: 48px;
  top: -40px;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
@media screen and (max-width: 768px) {
  #top-comics .comics-en {
    font-size: 5.75rem;
  }
}
#top-comics .comics-ttl {
  width: 403px;
  height: 122px;
  padding: 28px 0 0 25px;
  background: url(../img/top/comics-ttl-bg.png) no-repeat left top/contain;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0;
  color: #354d6d;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-comics .comics-ttl {
    font-size: 2.25rem;
  }
}
#top-comics .comics-txt {
  margin-top: 10px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.4;
  text-shadow: rgb(53, 77, 109) 3px 0px 0px, rgb(53, 77, 109) 2.83487px 0.981584px 0px, rgb(53, 77, 109) 2.35766px 1.85511px 0px, rgb(53, 77, 109) 1.62091px 2.52441px 0px, rgb(53, 77, 109) 0.705713px 2.91581px 0px, rgb(53, 77, 109) -0.287171px 2.98622px 0px, rgb(53, 77, 109) -1.24844px 2.72789px 0px, rgb(53, 77, 109) -2.07227px 2.16926px 0px, rgb(53, 77, 109) -2.66798px 1.37182px 0px, rgb(53, 77, 109) -2.96998px 0.42336px 0px, rgb(53, 77, 109) -2.94502px -0.571704px 0px, rgb(53, 77, 109) -2.59586px -1.50383px 0px, rgb(53, 77, 109) -1.96093px -2.27041px 0px, rgb(53, 77, 109) -1.11013px -2.78704px 0px, rgb(53, 77, 109) -0.137119px -2.99686px 0px, rgb(53, 77, 109) 0.850987px -2.87677px 0px, rgb(53, 77, 109) 1.74541px -2.43999px 0px, rgb(53, 77, 109) 2.44769px -1.73459px 0px, rgb(53, 77, 109) 2.88051px -0.838247px 0px;
}
@media screen and (max-width: 768px) {
  #top-comics .comics-txt {
    font-size: 1.5rem;
  }
}

/* com-contact  PC
------------------------------------ */
.com-contact .contact-txt {
  margin: 38px auto 0;
  text-align: center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-box {
  max-width: 850px;
  margin: 27px auto 0;
  padding: 25px 0;
  background: #f9f8f4;
  position: relative;
}
.com-contact .contact-box::before, .com-contact .contact-box::after {
  content: "";
  position: absolute;
}
.com-contact .contact-box::before {
  width: 250px;
  height: 206px;
  background: url(../img/top/contact-l.png) no-repeat left top/contain;
  left: -215px;
  top: 23px;
}
.com-contact .contact-box::after {
  width: 222px;
  height: 155px;
  background: url(../img/top/contact-r.png) no-repeat left top/contain;
  right: -163px;
  top: -113px;
}
.com-contact .contact-tel {
  line-height: 1;
}
.com-contact .contact-tel-link {
  padding-left: 45px;
  background: url(../img/top/contact-tel.png) no-repeat left center;
  color: #242629;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel-link {
    font-size: 2rem;
  }
}
.com-contact .contact-tel-note {
  display: block;
  margin-top: 8px;
}
.com-contact .contact-btn {
  display: flex;
  width: 300px;
  padding-left: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-btn:hover {
    background-color: #06c755;
    outline-color: #fff;
    background-image: url(../img/top/com-btn-arw-white.png);
    color: #fff;
  }
}
.com-contact .contact-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 18px;
  background: url(../img/top/contact-line.png) no-repeat center/contain;
}
.com-contact .contact-btn-wrap {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 2px solid #354d6d;
}

/* =========================================

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
.com-ba::before, .com-ba::after {
  content: "";
  position: absolute;
}
.com-ba::before {
  width: 155px;
  height: 105px;
  background: url(../img/about/about-l.png) no-repeat left top/contain;
  left: -100px;
  top: 270px;
}
.com-ba::after {
  width: 250px;
  height: 225px;
  background: url(../img/about/about-r.png) no-repeat left top/contain;
  right: -100px;
  bottom: 110px;
}

#about .about-inner {
  position: relative;
}
#about .about-flx {
  margin: 46px auto 0;
}
#about .about-txt {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about .about-txt {
    font-size: 1.5rem;
  }
}
#about .about-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .about-txt-box {
    max-width: 498px;
  }
}
#about .features-ttl {
  padding-bottom: 49px;
  background: url(../img/about/features-ttl-l.png) no-repeat 53px bottom, url(../img/about/features-ttl-r.png) no-repeat calc(100% - 53px) bottom;
}
#about .features-graph {
  text-align: center;
}
#about .features-list {
  margin: 71px auto 0;
}
#about .features-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#about .features-list-ttl {
  max-width: 400px;
  margin: auto;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  background: #a39550;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #about .features-list-ttl {
    font-size: 1.75rem;
  }
}
#about .features-list-box {
  max-width: 1000px;
  margin: -34px auto 0;
  padding: 62px 50px 40px;
  background: url(../img/chart/03.png);
}
#about .features-list-txt {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  #about .features-list-txt {
    font-size: 1.5rem;
  }
}
#about .reco-sec {
  position: relative;
}
#about .reco-sec::before, #about .reco-sec::after {
  content: "";
  position: absolute;
}
#about .reco-sec::before {
  width: 222px;
  height: 155px;
  background: url(../img/about/reco-deco.png) no-repeat left top/contain;
  left: 148px;
  top: -78px;
}
#about .reco-sec::after {
  width: 205px;
  height: 264px;
  background: url(../img/about/reco-r.png) no-repeat left top/contain;
  right: 125px;
  bottom: -48px;
}
#about .reco .sec-list-ttl {
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #about .reco .sec-list-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #about .reco .sec-list-ttl {
    white-space: nowrap;
  }
}
#about .disease .ja {
  display: inline-block;
  padding: 5px 35px 0 29px;
  background: url(../img/about/disease-l.png) no-repeat left top, url(../img/about/disease-r.png) no-repeat right top;
}
#about .disease-txt {
  color: #fff;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #about .disease-txt {
    font-size: 1.5rem;
  }
}
#about .disease-txt-box {
  margin: 36px auto 0;
  padding: 18px 0;
  background: url(../img/about/disease-lt.png) no-repeat left top, url(../img/about/disease-rt.png) no-repeat right top, url(../img/about/disease-lb.png) no-repeat left bottom, url(../img/about/disease-rb.png) no-repeat right bottom;
}
@media screen and (min-width: 768px) {
  #about .disease-txt-box {
    text-align: center;
  }
}

/* those  PC
------------------------------------ */
#those .flow-list {
  margin: 50px auto 0;
  position: relative;
}
#those .flow-list::before, #those .flow-list::after {
  content: "";
  position: absolute;
}
#those .flow-list::before {
  width: 222px;
  height: 155px;
  background: url(../img/those/flow-deco.png) no-repeat left top/contain;
  left: -100px;
  top: -106px;
}
#those .flow-list::after {
  width: 250px;
  height: 225px;
  background: url(../img/those/flow-deco-r.png) no-repeat right top/contain;
  right: -159px;
  bottom: -194px;
}
@media screen and (max-width: 1432px) {
  #those .flow-list::after {
    right: 0;
  }
}
#those .flow-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
  position: relative;
}
#those .flow-list-item:nth-of-type(n+2)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #354d6d;
  border-bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
}
#those .flow-list-box {
  display: flex;
  border-left: 8px solid #354d6d;
  justify-content: space-between;
  background: #f9f8f4;
}
#those .flow-list-con {
  padding: 47px 0 0 63px;
}
@media screen and (min-width: 768px) {
  #those .flow-list-con {
    max-width: 560px;
  }
}
#those .flow-list-ttl {
  display: flex;
  line-height: 1;
  align-items: flex-end;
  color: #354d6d;
}
#those .flow-list-ttl .num {
  font-family: "FrederickatheGreat-Regular", sans-serif;
  font-size: 8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #those .flow-list-ttl .num {
    font-size: 4rem;
  }
}
#those .flow-list-ttl .ja {
  margin-left: 20px;
  padding-bottom: 10px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #those .flow-list-ttl .ja {
    font-size: 1.75rem;
  }
}
#those .flow-list-txt {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #those .flow-list-txt {
    font-size: 1.5rem;
  }
}
#those .present-inner {
  position: relative;
}
#those .present-inner::before {
  content: "";
  width: 149px;
  height: 99px;
  background: url(../img/those/faq-l.png) no-repeat left bottom/contain;
  position: absolute;
  left: -102px;
  bottom: -70px;
  z-index: 1;
}
#those .present-ttl {
  max-width: 980px;
  margin: 35px auto 0;
  background: #a39550;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #those .present-ttl {
    font-size: 1.5rem;
  }
}
#those .present-list {
  display: flex;
  max-width: 1000px;
  margin: -30px auto 0;
  padding: 75px 0 55px;
  background: url(../img/chart/03.png);
  justify-content: center;
  align-items: center;
}
#those .present-list-item:nth-of-type(n+2) {
  margin-left: 89px;
}
#those .present-list-ttl {
  width: 280px;
  height: 70px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #354d6d;
  line-height: 70px;
  background: #f9f8f4;
  position: relative;
}
@media screen and (max-width: 768px) {
  #those .present-list-ttl {
    font-size: 1.5rem;
  }
}
#those .present-list-ttl::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../img/those/present01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: -50px;
}
#those .faq::before {
  background: url(../img/top/comics-top.png) no-repeat center top, url(../img/ptn/04.png);
}
@media screen and (min-width: 1921px) {
  #those .faq::before {
    background-size: 100%, auto;
  }
}
#those .faq-list {
  margin: 45px auto 0;
}
#those .faq-list-item {
  padding: 49px 70px 40px;
  border: 2px solid #354d6d;
}
#those .faq-list-item:nth-of-type(n+2) {
  margin-top: 48px;
}
#those .faq-list-ttl {
  display: flex;
  padding-bottom: 31px;
  border-bottom: 2px solid #354d6d;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #354d6d;
}
@media screen and (max-width: 768px) {
  #those .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#those .faq-list-ttl::before {
  content: "Q";
  width: 65px;
  height: 65px;
  margin-right: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #354d6d;
  font-family: "FrederickatheGreat-Regular", sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 65px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #those .faq-list-ttl::before {
    font-size: 2.25rem;
  }
}
#those .faq-list-txt {
  display: flex;
  margin-top: 31px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #354d6d;
  line-height: 1.55;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #those .faq-list-txt {
    font-size: 1.5rem;
  }
}
#those .faq-list-txt::before {
  content: "A";
  width: 65px;
  height: 65px;
  margin-right: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #cf452a;
  font-family: "FrederickatheGreat-Regular", sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 65px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #those .faq-list-txt::before {
    font-size: 2.25rem;
  }
}

/* information  PC
------------------------------------ */
#information .greeting-flx {
  margin: 50px auto 0;
}
#information .greeting-txt {
  line-height: 2;
}
#information .greeting-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #information .greeting-txt-box {
    max-width: 500px;
  }
}
#information .greeting-img {
  border: 2px solid #354d6d;
  position: relative;
}
#information .greeting-img::before {
  content: "";
  width: 173px;
  height: 222px;
  background: url(../img/information/greeting-ico.png) no-repeat center/contain;
  position: absolute;
  right: -101px;
  bottom: -37px;
}
@media screen and (max-width: 1326px) {
  #information .greeting-img::before {
    right: 0;
  }
}
#information .information-inner {
  position: relative;
}
#information .information-inner::before {
  content: "";
  width: 149px;
  height: 99px;
  background: url(../img/information/info-deco.png) no-repeat left top/contain;
  position: absolute;
  left: -100px;
  top: -50px;
  z-index: 1;
}
#information .information-table {
  margin: 50px auto 0;
}
#information .gallery-list {
  margin: 42px auto 0;
}
#information .gallery-list-item {
  width: 100%;
  max-width: 330px;
  height: 0;
  padding-top: 300px;
  border: 2px solid #354d6d;
  position: relative;
}
@media screen and (min-width: 768px) {
  #information .gallery-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  #information .gallery-list-item:nth-of-type(n+4) {
    margin-top: 47px;
  }
}

/* news  PC
------------------------------------ */
#news .news-tag {
  margin: 50px auto 0;
}
#news .news-post {
  margin: 35px auto 0;
}
#news .detail-box {
  padding: 50px 40px;
}
#news .detail-time {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  color: #354d6d;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #news .detail-time {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=all.css.map */