/* #region  */
/* #endregion */

/*==========================================================
	  全体に指定
==========================================================*/
/* #region  */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

@font-face {
  font-family: "YGothic";
  src: url("../fonts/YasashisaGothic.otf");
  font-display: swap;
}

/*----------------イメージ画像-----------------*/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*----------------display: block;-----------------*/
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
header,
main,
section,
h1,
h2,
h3,
h4 {
  display: block;
}

/*----------------list-style-type: none;-----------------*/

ol,
ul,
dl {
  list-style-type: none;
}

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

a:hover {
  color: #333333;
}

a:focus {
  outline: none;
}

/* #endregion */

/*=============================
	  bodyに指定
=============================*/
/* #region  */
body {
  font-family: "Noto Sans CJK JP", Sans-Serif;
  color: #333333;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1px;
  font-weight: 500;
}

/* #endregion */

/*=============================
	  wrapに指定
=============================*/
/* #region  */
#wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

/* #endregion */

/*=============================
	  conrainerに指定
=============================*/
/* #region  */
#container {
  width: 100%;
  max-width: 1920px;
  height: auto;
  min-height: calc(100vh - 30px);
  margin: auto;
}

/* #endregion */

/*=============================
	共通デザイン
=============================*/
/* #region  */

main {
  margin-top: 75px;
}
section {
  margin-bottom: 50px;
}

.contents {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 1112px;
  height: auto;
  text-align: center;
}

.br_sp,
.br_tab {
  display: none;
}

/* セクション毎のタイトル */
.section_title {
  background-image: url("../images/section_title.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-blend-mode: lighten;
  width: 100%;
  height: 130px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  margin: 75px 0;
}

.section_title h3 {
  width: 100%;
  height: 2.6vw;
  position: absolute;
  bottom: 10px;
  font-size: min(2.2vw, 30px);
  line-height: 2.6vw;
  color: #cce8ff;
  letter-spacing: 4px;
  text-shadow: 1px 1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000,
    -1px -1px 1px #000000, 1px 0px 1px #000000, 0px 1px 1px #000000,
    -1px 0px 1px #000000, 0px -1px 1px #000000;
}

.section_title h3 span {
  font-size: min(2.8vw, 40px);
  color: #ff8c00;
  text-shadow: 1px 1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000,
    -1px -1px 1px #000000, 1px 0px 1px #000000, 0px 1px 1px #000000,
    -1px 0px 1px #000000, 0px -1px 1px #000000;
}

/* アイコンのフレーム */
.icon_frame {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  margin: 70px auto 35px;
}

.icon_frame:before,
.icon_frame:after {
  position: absolute;
  content: "";
}

.icon_frame:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

.icon_frame:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.icon_frame i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.icon_frame span {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1099px) {
  .br_tab {
    display: block;
  }

  /* セクション毎のタイトル */
  .section_title {
    height: 100px;
    margin: 75px 0 50px;
  }
  .section_title h3 {
    font-size: min(4vw, 30px);
    line-height: 6vw;
    height: 12vw;
    bottom: -5vw;
  }
  .greeting .section_title {
    background-size: auto 100px;
    background-position: center;
  }

  .greeting .section_title h3 {
    height: 120px;
  }
  .section_title h3 span {
    font-size: clamp(24px, 4.6vw, 40px);
  }
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 750px) {
  .greeting .section_title h3 .br_sp {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  /* セクション毎のタイトル */
  .section_title {
    height: 75px;
    margin: 50px 0 25px;
  }
  .greeting .section_title {
    height: 120px;
  }
}
@media screen and (max-width: 414px) {
  .br_sp {
    display: block;
  }
}

@media screen and (max-width: 360px) {
}

/* #endregion */

/*=============================
  news_wrap
=============================*/
/* #region  */
.news_wrap {
  margin: 0 auto;
  padding: 85px 2% 0 2%;
  width: 100%;
  max-width: 1920px;
  height: 317px;
  background-color: #edfdfd;
}

.news_area {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1112px;
  height: auto;
}

.news_title {
  margin-right: auto;
  width: 125px;
}

.news_area dl {
  padding-right: 2%;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  width: 100%;
  max-width: 800px;
  max-height: 145px;
  height: auto;
  overflow-y: scroll;
}

.news_area dl dt {
  padding-right: 4%;
  margin-bottom: 20px;
  max-width: 125px;
  border-bottom: 2px solid #e5e7e7;
  font-style: italic;
  line-height: 20px;
}

.news_area dl dd {
  padding: 0;
  margin-bottom: 20px;
  width: 82.5%;
  max-width: 660px;
  border-bottom: 2px solid #e5e7e7;
}

/* テンポラリーニュース */
.temporary_news_title {
  text-align: center;
  margin: auto;
  color: #214985;
  line-height: 50px;
  background-color: #edfdfd;
  border-top: #214985 dotted 1px;

  font-size: 2vw;
  font-size: clamp(12px, 2vw, 30px);
}

.temporary_news_wrap {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.temporary_news_contents {
  width: 580px;
  text-align: left;
  margin: 10px auto;
}

.temporary_news_contents li {
  list-style: disc;
  border-bottom: dashed 1px #c0c0c0;
  padding-top: 10px;
}

.temporary_news_accordion-hidden {
  display: none;
}

.temporary_news_accordion-open {
  display: block;
  padding: 0px;
  cursor: pointer;
  margin: 0;
}

.temporary_news_accordion-close {
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  height: 100px;
}

.temporary_news_accordion-hidden:checked
  + .temporary_news_accordion-open
  + .temporary_news_accordion-close {
  height: auto;
  opacity: 1;
}

.temporary_news_accordion-hidden:checked
  + .temporary_news_accordion-open
  + .temporary_news_accordion-close {
  display: block;
}

.temporary_news_accordion-hidden
  + .temporary_news_accordion-open
  + .temporary_news_accordion-close {
  display: none;
}

.temporary_news_accordion-hidden:checked
  + .temporary_news_accordion-open
  .fa-chevron-circle-right,
.temporary_news_accordion-hidden
  + .temporary_news_accordion-open
  .fa-chevron-circle-down {
  display: none;
}

.temporary_news_accordion-hidden:checked
  + .temporary_news_accordion-open
  .fa-chevron-circle-down,
.temporary_news_accordion-hidden
  + .temporary_news_accordion-open
  .fa-chevron-circle-right {
  display: inline;
}

@media screen and (max-width: 1099px) {
  .news_wrap {
    margin: 0 auto;
    padding: 35px 2% 35px 2%;
    width: 100%;
    max-width: 1920px;
    height: auto;
    background-color: #edfdfd;
  }

  .news_area {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1112px;
    height: auto;
  }

  .news_title {
    margin: 0 auto;
    width: 125px;
    text-align: center;
  }

  .news_area dl {
    margin: 0 auto;
    display: block;
    font-size: 15px;
    width: 100%;
    max-height: 300px;
    height: auto;
    overflow-y: scroll;
  }

  .news_area dl dt {
    margin-bottom: 10px;
    margin-right: 10vw;
    width: 20%;
    border-bottom: none;
    font-style: italic;
  }

  .news_area dl dd {
    margin-bottom: 30px;
    padding: 0 0 15px 0;
    width: 100%;
    max-width: 100%;
    border-bottom: 2px solid #e5e7e7;
  }
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 500px) {
  .temporary_news_title {
    width: 98%;
    line-height: 20px;
  }
}

@media screen and (max-width: 360px) {
}

/* #endregion */

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/* #region TOPページ */
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*=============================
  TOP
=============================*/
/* #region  */
.top_area {
  position: relative;
}

.main_title_wrap {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 5;
  text-align: center;
  color: #f5f5f5;
  width: 100%;
  line-height: 70px;
}

.main_title_wrap h2 {
  font-size: 40px;
  font-size: min(2.8vw, 40px);
}

.color_1 {
  color: #ffa600;
  text-shadow: 3px 3px 1px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff,
    -3px -3px 1px #fff, 3px 0px 1px #fff, 0px 3px 1px #fff, -3px 0px 1px #fff,
    0px -3px 1px #fff;
}

.color_2 {
  color: #fff;
  text-shadow: 3px 3px 1px #4682b4, -3px 3px 1px #4682b4, 3px -3px 1px #4682b4,
    -3px -3px 1px #4682b4, 3px 0px 1px #4682b4, 0px 3px 1px #4682b4,
    -3px 0px 1px #4682b4, 0px -3px 1px #4682b4;
}

/* スライダーエリア */
.slider_area_sp {
  display: none;
}

.slider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 1920px;
  overflow: hidden;
}

.slider img {
  width: 100%;
  height: calc(100vw / 2.26);
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}
.dot-class {
  text-align: center;
  width: 100%;
  height: 20px;
}

.dot-class li {
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 30px;
}

.dot-class button {
  padding: 2px 0;
  position: relative;
  bottom: 2vw;
  text-indent: -9999px;
  width: 37px;
  height: 1px;
  background-color: #3161ad;
  cursor: pointer;
}
@media screen and (max-width: 1099px) {
  .main_title_wrap {
    line-height: 40px;
  }

  .main_title_wrap h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 820px) {
  .main_title_wrap {
    line-height: 40px;
  }

  .main_title_wrap h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  .slider_area {
    display: none;
  }

  .slider_area_sp {
    display: block;
  }

  .slider img {
    width: 100%;
    height: calc(100vw / 0.816);
  }
}

@media screen and (max-width: 500px) {
  .main_title_wrap {
    text-shadow: 1px 1px 1px #4682b4, -1px 1px 1px #4682b4, 1px -1px 1px #4682b4,
      -1px -1px 1px #4682b4, 1px 0px 1px #4682b4, 0px 1px 1px #4682b4,
      -1px 0px 1px #4682b4, 0px -1px 1px #4682b4;
  }

  .color_3 {
    text-shadow: 1px 1px 1px #ff8c00, -1px 1px 1px #ff8c00, 1px -1px 1px #ff8c00,
      -1px -1px 1px #ff8c00, 1px 0px 1px #ff8c00, 0px 1px 1px #ff8c00,
      -1px 0px 1px #ff8c00, 0px -1px 1px #ff8c00;
  }
}

@media screen and (max-width: 360px) {
  .main_title_wrap {
    line-height: 30px;
  }

  .main_title_wrap h2 {
    font-size: 22px;
  }
}

/* #endregion */

/*=============================
  main_contents
=============================*/
/* #region  */
.main_contents {
  margin: 0 auto 62px auto;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 1920px;
  height: auto;
  text-align: center;
  background-image: url(../images/main_contents_bg.webp);
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 1099px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 360px) {
}

/* #endregion */

/*=============================
  greeting
=============================*/
/* #region  */
.note_wrap {
  color: rgba(0, 0, 0, 0.7);
  margin: 2em 1em;
  font-weight: 600;
  background-image: url(../images/bg_note.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.note_inner {
  width: 80%;
  margin: auto;
  padding: 12vw 1vw;
  text-align: left;
}

.note_label {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: auto 20px;
}
.note_label li {
  width: 90%;
  margin: 5px auto;
}

.note_label li span {
  position: relative;
  padding: 3px 15px;
  display: inline-block;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
.note_label li span:before,
.note_label li span:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
}

.note_label li span:before {
  border-left: solid 2px #808080;
  border-top: solid 2px #808080;
  top: 0;
  left: 0;
}

.note_label li span:after {
  border-right: solid 2px #808080;
  border-bottom: solid 2px #808080;
  bottom: 0;
  right: 0;
}
/* ------------------
  各種付箋
------------------ */
/* ▲付箋共通 */

.greeting .storong {
  font-size: 1.15em;
  letter-spacing: 3px;
  color: #ffffff;
  margin: 0 2px;
  font-weight: bold;
}

.greeting .color_1 {
  text-shadow: 2px 2px 0px #9370db, -2px 2px 0px #9370db, 2px -2px 0px #9370db,
    -2px -2px 0px #9370db, 2px 0px 0px #9370db, 0px 2px 0px #9370db,
    -2px 0px 0px #9370db, 0px -2px 0px #9370db;
}

.greeting .color_2 {
  text-shadow: 2px 2px 0px #ff8c00, -2px 2px 0px #ff8c00, 2px -2px 0px #ff8c00,
    -2px -2px 0px #ff8c00, 2px 0px 0px #ff8c00, 0px 2px 0px #ff8c00,
    -2px 0px 0px #ff8c00, 0px -2px 0px #ff8c00;
}

.greeting .color_3 {
  text-shadow: 2px 2px 0px #4682b4, -2px 2px 0px #4682b4, 2px -2px 0px #4682b4,
    -2px -2px 0px #4682b4, 2px 0px 0px #4682b4, 0px 2px 0px #4682b4,
    -2px 0px 0px #4682b4, 0px -2px 0px #4682b4;
}

.greeting .color_4 {
  text-shadow: 2px 2px 0px #ff7f7f, -2px 2px 0px #ff7f7f, 2px -2px 0px #ff7f7f,
    -2px -2px 0px #ff7f7f, 2px 0px 0px #ff7f7f, 0px 2px 0px #ff7f7f,
    -2px 0px 0px #ff7f7f, 0px -2px 0px #ff7f7f;
}

@media screen and (max-width: 1099px) {
}

@media screen and (max-width: 820px) {
  .note_wrap {
    width: 95%;
    margin: auto;
    background-image: url(../images/bg_note_sp.png);
  }

  .note_inner {
    width: 100%;
    padding: 45px 3vw;
  }
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 500px) {
  .note_label li {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
}

/* #endregion */

/*=============================
  policy
=============================*/
/* #region  */
.policy_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 10px;
}

.policy_block {
  width: 30%;
}

.policy_2 {
  margin: 0 3%;
}

/* ▼付箋*/
.policy_wrap .policy_block {
  position: relative;
  width: 300px;
  padding: 15px;
  background: #f1f3a2;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgba(247, 247, 210, 1)),
    to(rgba(240, 242, 155, 1))
  );
  background: -moz-linear-gradient(
    top,
    rgba(247, 247, 210, 1),
    rgba(240, 242, 155, 1)
  );
  box-shadow: 5px 5px 9px -3px #000000;
  -webkit-box-shadow: 5px 5px 9px -3px #000000;
  -moz-box-shadow: 5px 5px 9px -3px #000000;
  -webkit-box-shadow: 5px 5px 9px -3px #000000;
  -moz-box-shadow: 5px 5px 9px -3px #000000;

  transform: rotate(-0.5deg);
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
}

.policy_wrap .policy_block:nth-child(even) {
  -webkit-transform: rotate(0.5deg);
  -moz-transform: rotate(0.5deg);
  -o-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}

.policy_wrap .policy_block::before {
  content: " ";
  display: block;
  position: absolute;
  left: 115px;
  top: -15px;
  width: 75px;
  height: 25px;
  z-index: 2;
  background-color: rgba(243, 245, 228, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 5px #888;
  -moz-box-shadow: 0 0 5px #888;
  box-shadow: 2px 2px 2px #000;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.policy_wrap .policy_block:nth-child(even)::before {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}
.policy_bg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.policy_title {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff,
    -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  font-family: "YGothic";
}

.policy_1 .policy_bg {
  background-image: url("../images/policy1.webp");
}

.policy_2 .policy_bg {
  background-image: url("../images/policy2.webp");
}

.policy_3 .policy_bg {
  background-image: url("../images/policy3.webp");
}

.policy_contents {
  text-align: left;
}

/* ▲付箋*/
@media screen and (max-width: 1099px) {
  .policy_title {
    font-size: clamp(18px, 1.5vw, 22px);
  }
}

@media screen and (max-width: 820px) {
  .policy_wrap .policy_block {
    width: 30%;
  }
}

@media screen and (max-width: 750px) {
  .policy_wrap {
    flex-flow: column;
  }

  .policy_wrap .policy_block {
    width: 90%;
    margin: 15px auto;
    display: flex;
  }

  .policy_wrap .policy_block::before {
    left: 45%;
  }

  .policy_bg {
    width: 70%;
    padding-top: 45%;
  }

  .policy_contents {
    width: 50%;
    padding: 10px;
  }
}

@media screen and (max-width: 500px) {
  .policy_wrap .policy_block {
    flex-flow: column;
    justify-content: center;
  }

  .policy_bg {
    width: 100%;
    background-size: 100% 100%;
    padding-top: 75%;
  }

  .policy_contents {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
}

/* #endregion */

/*=============================
  review
=============================*/
/* #region  */
.review {
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1112px;
  overflow: hidden;
}

.review_wrap {
  width: 80%;
  margin: 0 auto 58px auto;
  text-align: center;
}

.review_wrap .review_contents_wrap {
  margin: auto;
  border: #fff 1px solid;
  border-radius: 20px;
  padding: 50px 75px;
  width: 100%;
  background-color: rgba(237, 253, 253, 0.8);
}

.review_wrap .review_contents_wrap img {
  margin: auto;
}

.review_wrap .review_contents {
  padding: 30px 0;
  background-color: #fff;
  margin: auto;
  width: 100%;
  border-right: 15px solid #d3d3d3;
  border-bottom: 15px solid #d3d3d3;
  position: relative;
  border-radius: 0 15px 0 15px;
}

.review_wrap .review_contents_1st {
  margin-bottom: 60px;
}

.review_overlay {
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  top: 0;
  left: 0;
}

.review_ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 15px 10px;
  margin: 0 0 20px -20px;
  width: calc(100% + 21px);
  font-size: 22px;
  color: white;
  background: #70c7ff;
}

.review_ribbon:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #6eb3e0;
}

.review_image_wrap {
  position: relative;
  height: 340px;
  width: 80%;
  margin: auto;
  overflow: hidden;
  border: #dcdcdc 1px solid;
  background-color: #f5f5f5;
}

.review_image_wrap .search_window {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, -50%);
  font-size: clamp(12px, 2.5vw, 30px);
  width: 98%;
  font-weight: 900;
  padding: 1rem 1rem 0.5rem;
  border: #000 solid 1px;
  background: rgba(255, 255, 255, 0.8);
}

.review_image_wrap .search_window span:nth-child(1) {
  width: 85%;
  text-align: left;
}

.review_image_wrap .search_window span:nth-child(2) {
  width: 15%;
  border-left: #000 solid 1px;
}

.review_image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2vw;
}
.voice_wrap {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.voice_inner {
  width: 80%;
  display: flex;
  flex-flow: row;
  margin: 5px auto;
  justify-content: center;
}
.review_wrap .review_contents_wrap .voice_inner img {
  width: 40%;
  margin: 0;
}
.voice_inner .voice_contents {
  width: 60%;
  padding: 20px;
  display: flex;
  flex-flow: column;
  text-align: left;
  background-color: rgba(192, 192, 192, 0.2);
}
.voice_Q,
.voice_A {
  max-width: 500px;
  position: relative;
  padding-left: 25px;
}
.voice_Q {
  border-bottom: #000 1px dotted;
}
.voice_A {
  margin-bottom: 30px;
}
.voice_Q::before {
  position: absolute;
  content: "Q.";
  left: 0px;
  font-weight: bold;
  color: blue;
}
.voice_A::before {
  position: absolute;
  content: "A.";
  left: 0px;
  font-weight: bold;
  color: red;
}
@media screen and (max-width: 1099px) {
}

@media screen and (max-width: 820px) {
  .voice_inner {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .review_wrap {
    width: 90%;
  }

  .review_wrap .review_contents_wrap {
    padding: 30px;
  }
  .review_wrap .review_contents_wrap .voice_inner img {
    width: 40%;
  }
}

@media screen and (max-width: 500px) {
  .review_wrap .review_contents_wrap {
    padding: 10px;
  }
  .review_image_wrap {
    width: 90%;
  }
  .voice_inner {
    flex-flow: column;
    margin-top: 0;
  }
  .review_wrap .review_contents_wrap .voice_wrap img {
    width: 70%;
    margin: 5px auto;
  }
  .voice_inner .voice_contents {
    width: 100%;
  }
  .voice_A {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 360px) {
}

/* #endregion */

/*=============================
  店舗情報
=============================*/
/* #region  */

@media screen and (max-width: 1099px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 360px) {
}

/* #endregion */
/*=============================
  記事風内部リンク
=============================*/
/* #region  */
.internalLink_wrap {
  display: flex;
}

section.link_page {
  width: 48%;
  margin: auto;
}

.advantage_bg {
  background-image: url("../images/link_image_advantage.png");
}

.philosophy_bg {
  background-image: url("../images/link_image_philosophy.png");
}

.tips_bg {
  background-image: url("../images/link_image_tips.png");
}

.bukkenlist_bg {
  background-image: url("../images/link_image_bukkenlist.png");
}

.page_link_wrap {
  border: #fff 1px solid;
  border-radius: 20px;
  padding: 50px 75px;
  background-color: rgba(237, 253, 253, 0.8);
  width: 90%;
  margin: auto;
}

.page_link_bg {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: calc(500 / 800 * 100%);
  text-align: center;
  position: relative;
}

.outer_contents {
  color: #808080;
  text-align: left;
}

@media screen and (max-width: 1099px) {
}

@media screen and (max-width: 820px) {
  .internalLink_wrap {
    flex-flow: column;
  }
  section.link_page {
    width: 90%;
  }
  .page_link_wrap {
    padding: 30px;
  }
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 500px) {
  .page_link_wrap {
    width: 100%;
  }
  .page_link_wrap {
    padding: 15px;
  }
}

@media screen and (max-width: 360px) {
}

/* #endregion */
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/* #endregion TOPページ */
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/* #region 下層ページ */
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

.kasou_contents {
  margin: 0 auto;
  padding: 0 10px 0 10px;
  width: 100%;
  max-width: 1112px;
  height: auto;
  text-align: center;
}

.kasou_contents02 {
  margin: -192px auto 0 auto;
  padding: 0 10px 0 10px;
  width: 100%;
  max-width: 1112px;
  height: auto;
  text-align: center;
  background-color: #ffffff;
}

.dust_wrap {
  padding-bottom: 18px;
  width: 100%;
  height: auto;
  background-color: #edfdfd;
}

.dust_area {
  margin: 0 auto;
  padding-top: 18px;
  max-width: 1112px;
  text-align: left;
  font-size: 12px;
}

.dust_area a {
  color: #68cecd;
}

section {
  margin-bottom: 40px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.sub_title {
  font-size: 24px;
  letter-spacing: 5px;
}
.title_wrap {
  margin-bottom: 35px;
  padding: 11px 16px;
  width: 100%;
  min-height: 86px;
  border: 2px solid #214985;
}

.title_wrap h5 {
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 18px;
  font-size: 32px;
  color: #214985;
  line-height: 38px;
  border-left: 9px solid #214985;
}

.input_area {
  padding: 5px;
  width: 94.53%;
  height: 33px;
  max-width: 775px;
  max-height: 33px;
  border: 1px solid #3d3d3d;
}

input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}

.input_text_area {
  margin-bottom: 9px;
  padding: 5px;
  width: 94.53%;
  height: 120px;
  max-width: 775px;
  max-height: 120px;
  border: 1px solid #3d3d3d;
}

.mandatory {
  font-size: 12px;
  color: #0000ff;
}

.form_top {
  padding-bottom: 30px;
}

.accordion {
  width: 100%;
  max-width: 100%;
}

.accordion-hidden {
  display: none;
}

.accordion-open {
  display: block;
  padding: 0px;
  cursor: pointer;
  margin: 0;
}

.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  height: 100px;
}

.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  height: 710px;
}

.accordion-hidden + .accordion-hidden + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  height: 100px;
}

.top_area {
  position: relative;
}

.main_title_wrap {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 5;
  text-align: center;
  color: #f5f5f5;
  width: 100%;
  line-height: 70px;
  text-shadow: 3px 3px 1px #4682b4, -3px 3px 1px #4682b4, 3px -3px 1px #4682b4,
    -3px -3px 1px #4682b4, 3px 0px 1px #4682b4, 0px 3px 1px #4682b4,
    -3px 0px 1px #4682b4, 0px -3px 1px #4682b4;
}

.main_title_wrap h1 {
  font-size: 48px;
}

.main_title_wrap h2 {
  font-size: 44px;
}

.color_1 {
  color: #ffa600;
}

.color_2 {
  color: #87ceeb;
}

.color_3 {
  color: #ffe866;
  font-family: Akazuki;
  text-shadow: 3px 3px 1px #ff8c00, -3px 3px 1px #ff8c00, 3px -3px 1px #ff8c00,
    -3px -3px 1px #ff8c00, 3px 0px 1px #ff8c00, 0px 3px 1px #ff8c00,
    -3px 0px 1px #ff8c00, 0px -3px 1px #ff8c00;
}

.policy_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.policy_block {
  width: 30%;
}

.policy_2 {
  margin: 0 3%;
}

/* 付箋 S*/
.policy_wrap .policy_block {
  position: relative;
  width: 300px;
  padding: 15px;
  background: #f1f3a2;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgba(247, 247, 210, 1)),
    to(rgba(240, 242, 155, 1))
  );
  background: -moz-linear-gradient(
    top,
    rgba(247, 247, 210, 1),
    rgba(240, 242, 155, 1)
  );
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 12px (rgba(0, 0, 0.5));
  box-shadow: 0 1px 2px #000;
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}

.policy_wrap .policy_block:nth-child(even) {
  -webkit-transform: rotate(0.5deg);
  -moz-transform: rotate(0.5deg);
  -o-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}

.policy_wrap .policy_block::before {
  content: " ";
  display: block;
  position: absolute;
  left: calc(50% - 37.5px);
  top: -15px;
  width: 75px;
  height: 25px;
  z-index: 2;
  background-color: rgba(220, 220, 220, 0.3);
  border: 2px solid rgba(220, 220, 220, 0.3);
  -webkit-box-shadow: 0 0 5px #888;
  -moz-box-shadow: 0 0 5px #888;
  box-shadow: 2px 2px 2px #000;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.policy_wrap .policy_block:nth-child(even)::before {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.review_wrap h4 {
  line-height: 48px;
  margin-bottom: 50px;
}

section.link_page {
  width: 80%;
  margin: auto;
}

.advantage_bg {
  background-image: url("../images/link_image_advantage.webp");
}

.philosophy_bg {
  background-image: url("../images/link_image_philosophy.webp");
}

.philosophy_bg img {
  border-radius: 50%;
  width: 100%;
  height: 100px;
}

.philosophy_bg span {
  display: block;
  font-size: 1.5vh;
}

.tips_bg {
  background-image: url("../images/link_image_tips.webp");
}

.bukkenlist_bg {
  background-image: url("../images/link_image_bukkenlist.webp");
}

.page_link_wrap {
  border: #fff 1px solid;
  border-radius: 20px;
  padding: 50px 75px;
  background-color: rgba(237, 253, 253, 0.8);
  width: 90%;
  margin: auto;
}

.page_link_bg {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: calc(500 / 800 * 100%);
  text-align: center;
  position: relative;
}

.page_link_bg p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}

.outer_contents {
  color: #808080;
}

.policy_title {
  font-size: 20px;
}

.icon_frame {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  margin: 70px auto 35px;
}

.icon_frame:before,
.icon_frame:after {
  position: absolute;
  content: "";
}

.icon_frame:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

.icon_frame:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.icon_frame i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.icon_frame span {
  position: relative;
  z-index: 1;
}

.btn_wrap {
  margin: 0 auto;
}

td.blank {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 8px;
  line-height: 0;
}

.error_mes {
  color: #ff0000;
  font-size: 16px;
}

.dspnone {
  display: none;
}

.form_top {
  display: block;
  height: 15px;
  margin: 0;
  padding: 0;
}

/* 下層テンプレ */
.kasou_title_erea {
  margin: 0 auto 0 auto;
  padding-top: 110px;
  width: 100%;
  height: 288px;
  background-image: url(../images/kasou_title_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}

.kasou_title_erea h3 {
  display: inline-block;
  font-size: 42px;
  line-height: 40px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.5);
}

.tpl_title {
  margin: 20px auto;

  /* margin-bottom: 20px; */
  padding: 0 12px;
  font-size: 24px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #214985;
  border-left: 8px solid #214985;
}

.tpl_title a {
  color: #214985;
}

/* 池袋周辺の沿線・駅詳細 */
h5.tpl_title {
  clear: both;
  margin-bottom: 20px;
  padding: 0 12px;
  font-size: 24px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #214985;
  border-left: 8px solid #214985;
}

/* 大学特集? */
/* 物件一覧　物件ページ */

/* .table_wrap_box {
  margin: 0 0 30px 4vw;
  padding: 0 0 0 0;
  width: 92%;
  height: 740px;
  overflow: scroll;
  text-align: left;
}

.shinseikatsubukken {
  margin-left: 0px;
  padding-right: 0;
  clear: both;
  width: 850px;
  height: auto;
  overflow: hidden;
}

.dl_list dd table {
  padding: 0;
  margin: 0;
  border-spacing: 2px;
  width: 780px;
  height: auto;
  border: 1px solid #000000;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.dl_list dd table.single {
  padding: 0;
  margin: 0;
  border-spacing: 2px;
  width: 260px;
  height: auto;
  border: 1px solid #000000;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.dl_list dd table td {
  padding: 2px;
  border: 1px solid #000000;
  vertical-align: middle;
}

.dl_list dd table td.image_td {
  margin: 0;
  padding: 2px;
  border: 1px solid #000000;
}

.dl_list dd table td.bukken_img {
  margin: 0;
  padding: 0;
  border: 1px solid #000000;
  width: 262px;
}

.dl_list dd table.bukken_detail td {
  padding: 5px;
  border: 1px solid #000000;
  vertical-align: middle;
}

.dl_list dd table td.image_td img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: inline-block;
}

.dl_list dd table td.bukken_img img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: inline-block;
}

a#bukken {
  background: none;
}

.dl_list dd table a {
  color: #ff0000;
}

.dl_list dd table a:hover {
  text-decoration: underline;
} */

/* 大学特集一覧 */

.university_image_box {
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.university_image_box img {
  width: 40.28%;
  max-width: 448px;
  max-height: 337px;
  height: 75.22%;
}

.university_image_box p {
  margin-right: 4.49%;
  width: 54.85%;
  line-height: 28px;
  letter-spacing: 0px;
}

.ranking_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 17px;
  padding: 30px 45px 30px 20px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
}

.ranking_image {
  padding-top: 4px;
  margin-right: 30px;
  width: 92px;
  text-align: center;
}

.ranking_image img {
  margin-bottom: 16px;
}

.ranking_text {
  width: calc(100% - 122px);
  letter-spacing: 0px;
}

.ranking_text h5 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  width: 100%;
  font-size: 32px;
  line-height: 36px;
  color: #214985;
  border-bottom: 2px solid #214985;
}

.ranking_text p {
  line-height: 26px;
}

.one {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: middle;
  width: 92px;
  height: 34px;
  background-color: #ffffff;
  font-size: 24px;
  color: #c5a04d;
}

.two {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: middle;
  width: 92px;
  height: 34px;
  background-color: #ffffff;
  font-size: 24px;
  color: #8c8989;
}

.three {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: middle;
  width: 92px;
  height: 34px;
  background-color: #ffffff;
  font-size: 24px;
  color: #c5a04d;
}

/* 物件一覧 */
/* .bukken_contents_wrap {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #000;
}

.contents_3.bukken_contents_wrap {
  display: flex;
  width: 100%;
}

.contents_2.bukken_contents_wrap {
  display: flex;
  width: calc(100% / 3 * 2);
}

.contents_1.bukken_contents_wrap {
  display: flex;
  width: calc(100% / 3 * 1);
}

.bukken_contents {
  display: flex;
  width: 100%;
  margin: 1px;
}

.bukken_left_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  border: 1px solid #000;
  margin: 1px;
}

.bukken_left_wrap img {
  padding: 0 5px;
  max-height: 150px;
}

.bukken_right_wrap {
  width: 50%;
}

.bukken_name,
.bukken_rent,
.bukken_room,
.bukken_address {
  border: 1px solid #000;
  margin: 1px;
}

.bukken_detail_wrap {
  display: flex;
  padding: 5px;
  border: #000 1px solid;
}

.bukken_detail_inner {
  width: 100%;
}

.bukken_detail_left_wrap {
  text-align: center;
  margin: 0 auto;
}

.bukken_detail_left_wrap img {
  width: 90%;
}

.bukken_detail_left_wrap img {
  height: 100%;
}

.bukken_detail_wrap .bukken_detail_left_wrap {
  border: #000 1px solid;
}

.bukken_detail_wrap .bukken_detail_left_wrap img {
  height: 100%;
  max-height: 400px;
  object-fit: contain;
}

.bukken_detail_wrap .bukken_detail_right_inner {
  margin: 0 0 0 5px;
  padding: 2px 5px;
  border: #000 1px solid;
}
.bukken_detail_wrap .bukken_detail_right_inner span {
  display: inline-block;
  width: 74px;
  margin-right: 5px;
  text-align: center;
}
.bukken_detail_wrap .bukken_detail_right_inner span.spanBorder {
  border: ridge #a9a9a9 2px;
}
.bukken_detail_wrap
  .bukken_detail_right_inner:not(.bukken_detail_right_inner:last-child) {
  margin: 0 0 5px 5px;
}
.disclaimer {
  font-size: 14px;
  padding: 5px;
  color: #808080;
  border: ridge #a9a9a9 2px;
}
.writer_wrap {
  max-width: 100%;
  max-width: 768px;
  margin: 50px auto 50px 0;
  padding: 20px;
  border: 1px solid #000;
}

.writer_wrap > p {
  max-width: 400px;
  margin-bottom: 15px;
  padding: 0.8rem 2rem;
  color: #fff;
  background: rgba(33, 73, 133, 0.5);
  -webkit-box-shadow: 5px 5px 0 #214985;
  box-shadow: 5px 5px 0 #214985;
}

.writer_description {
  margin-left: 20px;
  overflow-wrap: break-word;
  text-align: left;
}

.writer_description div {
  margin-top: 15px;
  color: #666666;
  border: 5px ridge #c0c0c0;
  padding: 5px;
}

.writer_inner_pc {
  display: flex;
  align-items: center;
}

.writer_ribbon {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  height: 26px;
  padding: 2px 24px;
  color: #fff;
  background: #214985;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.writer_ribbon:before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  border-width: 13px 15px 13px 0;
  border-style: solid;
  border-color: transparent #214985 transparent transparent;
}

.writer_ribbon:after {
  position: absolute;
  top: calc(50% - 3.5px);
  left: -5px;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #fff;
} */
/* goto */

/* *************** レスポンシブ ***************** */
/* 1300px～1100px */
@media screen and (max-width: 1300px) and (min-width: 1100px) {
}
/* goto 1300px～1100px*/

/* 1301px～ */
@media screen and (min-width: 1301px) {
}

/* goto 1301px～*/

/* ～1099px */
@media screen and (max-width: 1099px) {
  .kasou_contents02 {
    margin: 0 auto 0 auto;
    padding: 0 10px 0 10px;
    width: 100%;
    max-width: 1112px;
    height: auto;
    text-align: center;
    background-color: #ffffff;
  }

  /* .tel {
    display: block;
    font-size: 28px;
    width: auto;
    height: 33px;
    background-image: url(../images/tel_icon.png);
    background-size: 20px 22px;
    background-repeat: no-repeat;
    background-position: 36% 5px;
    text-indent: 28px;
    line-height: 32px;
    letter-spacing: 0.2px;
  } */

  .main_contents {
    margin: 0 auto 62px auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 1920px;
    height: auto;
    text-align: center;
    background-image: none;
  }

  .review_wrap {
    margin: 0 auto 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    max-width: 1112px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
  }

  .review_wrap .review_contents {
    border: solid #d3d3d3;
    border-width: 1px 15px 15px 1px;
    position: relative;
  }

  .review_ribbon {
    padding: 30px 10px;
  }

  /* news */

  .news_wrap {
    margin: 0 auto;
    padding: 35px 2% 35px 2%;
    width: 100%;
    max-width: 1920px;
    height: auto;
    background-color: #edfdfd;
  }

  .news_area {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1112px;
    height: auto;
  }

  .news_title {
    margin: 0 auto;
    width: 125px;
    text-align: center;
  }

  .news_area dl {
    margin: 0 auto;
    display: block;
    font-size: 15px;
    width: 100%;
    max-height: 300px;
    height: auto;
    overflow-y: scroll;
  }

  .news_area dl dt {
    margin-bottom: 10px;
    margin-right: 10vw;
    width: 20%;
    border-bottom: none;
    font-style: italic;
  }

  .news_area dl dd {
    margin-bottom: 30px;
    padding: 0 0 15px 0;
    width: 100%;
    max-width: 100%;
    border-bottom: 2px solid #e5e7e7;
  }

  h4.news_black {
    margin: 27px 0 50px 0;
    font-size: 22px;
    font-family: "Noto Sans mono CJK JP", Sans-Serif;
    font-weight: 700;
    line-height: 38px;
  }
  .dot-class button {
    padding: 2px 0;
    position: relative;
    bottom: 2.5vw;
    text-indent: -9999px;
    width: 37px;
    height: 1px;
    background-color: #3161ad;
    cursor: pointer;
  }
  .dust_area {
    margin: 0 auto;
    padding: 18px 10px 0 10px;
    max-width: 1112px;
    text-align: left;
    font-size: 12px;
  }

  .main_title_wrap {
    line-height: 40px;
  }

  .main_title_wrap h1 {
    font-size: 34px;
  }

  .main_title_wrap h2 {
    font-size: 32px;
  }

  .temporary_news_title {
    font-size: 30px;
  }

  .greeting h3 {
    line-height: 36px;
    font-size: 30px;
  }

  .page_link_wrap {
    padding: 4%;
    border: solid #d3d3d3;
  }

  /* .writer_profile {
    margin-left: 2vw;
  }

  .writer_description {
    margin-left: 0;
    margin-top: 10px;
  }

  .writer_inner_pc {
    display: block;
  }

  .writer_inner_sp {
    display: flex;
  }

  .writer_img img {
    height: 75px;
  } */
}
/* goto ～1099px*/

/* ～820px */
@media screen and (max-width: 820px) {
  /* .bukken_table_wrap {
    padding-bottom: 30px;
    width: 100%;
    overflow-x: scroll;
    text-align: left;
  } */

  .main_title_wrap {
    line-height: 40px;
  }

  .main_title_wrap h1 {
    font-size: 30px;
  }

  .main_title_wrap h2 {
    font-size: clamp(22px, 6vw, 30px);
  }

  .temporary_news_title {
    font-size: 26px;
  }

  .greeting h3 {
    line-height: 36px;
    font-size: 26px;
  }
}
/* goto ～820px*/

/* ～768px */
@media screen and (max-width: 768px) {
  .kasou_main_contents {
    margin: 0 auto 100px auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 1920px;
    height: auto;
    text-align: center;
  }
  .dot-class button {
    padding: 2px 0;
    position: relative;
    bottom: 3vw;
    text-indent: -9999px;
    width: 37px;
    height: 1px;
    background-color: #3161ad;
    cursor: pointer;
  }
  .kasou_contents {
    margin: 0 auto;
    padding: 0 10px 0 10px;
    width: 100%;
    max-width: 1112px;
    height: auto;
    text-align: center;
  }

  .dust_area {
    margin: 0 auto;
    padding: 18px 10px 0 10px;
    max-width: 1112px;
    text-align: left;
    font-size: 12px;
  }

  .input_area {
    width: 100%;
    height: 33px;
    max-width: 775px;
    max-height: 33px;
    border: 1px solid #3d3d3d;
  }

  .input_text_area {
    margin-top: 0;
    width: 100%;
    height: 120px;
    max-width: 775px;
    max-height: 120px;
    border: 1px solid #3d3d3d;
  }

  .kasou_title_erea h3 {
    display: inline-block;
    font-size: 38px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.5);
  }

  /* h4 */

  /* h5 */
  .title_wrap {
    margin-bottom: 35px;
    padding: 11px 16px;
    width: 100%;
    min-height: 40px;
    border: 2px solid #214985;
  }

  .title_wrap h5 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 26px;
    color: #214985;
    line-height: 30px;
    border-left: 9px solid #214985;
  }

  .ranking_text h5 {
    margin-bottom: 14px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 28px;
    line-height: 30px;
    color: #214985;
    border-bottom: 2px solid #214985;
  }

  h5.tpl_title {
    margin-bottom: 10px;
    padding-bottom: 2px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #214985;
    border-left: 8px solid #214985;
  }

  /* h6 */
  .sub_title {
    font-size: 20px;
    letter-spacing: 5px;
  }

  /* その他テキスト */
  .tpl_title {
    margin-bottom: 16px;
    padding: 0 12px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #214985;
    border-left: 8px solid #214985;
  }

  .university_image_box {
    padding-bottom: 70px;
    display: block;
    width: 100%;
  }

  .university_image_box img {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    text-align: center;
  }

  .university_image_box p {
    margin-right: 0;
    margin-bottom: 4.49%;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .news_area dl {
    margin: 0 auto;
    display: block;
    font-size: 15px;
    width: 100%;
    max-height: 280px;
    height: auto;
    overflow-y: scroll;
  }
}

/* goto ～768px*/

/* ～750px */
@media screen and (max-width: 750px) {
  .slider_area {
    display: none;
  }

  .slider_area_sp {
    display: block;
  }

  .greeting {
    margin: auto;
  }

  .greeting h3 {
    font-size: 24px;
    line-height: 40px;
    margin: 0 auto 30px;
  }

  .policy_wrap {
    display: block;
  }

  .policy_wrap .policy_block {
    width: 95%;
    margin: 35px auto;
  }

  .policy_bg {
    background-size: 100% auto;
  }

  .policy_bg {
    background-size: 100% auto;
    text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff,
      -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
  }
}

/* goto ～750px*/

/* ～500px */
@media screen and (max-width: 500px) {
  .slider img {
    width: 100%;
    height: calc(100vw / 0.816);
  }

  .kasou_main_contents {
    margin: 0 auto 30px auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 1920px;
    height: auto;
    text-align: center;
  }

  .kasou_title_erea h3 {
    display: inline-block;
    font-size: 32px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.5);
  }

  /* h4 */

  /* h5 */
  .title_wrap {
    margin-bottom: 35px;
    padding: 7px 16px;
    width: 100%;
    min-height: 26px;
    border: 2px solid #214985;
  }

  .title_wrap h5 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 22px;
    color: #214985;
    line-height: 26px;
    border-left: 9px solid #214985;
  }

  .ranking_text h5 {
    margin-bottom: 12px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    color: #214985;
    border-bottom: 2px solid #214985;
  }

  /* h6 */

  .sub_title {
    font-size: 18px;
    letter-spacing: 3px;
  }

  /* その他テキスト */

  /* p.dl_list_p {
    font-size: 14px;
    line-height: 21px;
  } */

  .ranking_text p {
    font-size: 14px;
    line-height: 20px;
  }

  .one {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: middle;
    width: 70px;
    height: 26px;
    background-color: #ffffff;
    font-size: 18px;
    color: #c5a04d;
  }

  .two {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: middle;
    width: 70px;
    height: 26px;
    background-color: #ffffff;
    font-size: 18px;
    color: #8c8989;
  }

  .three {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: middle;
    width: 70px;
    height: 26px;
    background-color: #ffffff;
    font-size: 18px;
    color: #c5a04d;
  }

  .ranking_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 17px;
    padding: 15px 22px 15px 10px;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
  }

  .ranking_image {
    padding-top: 4px;
    margin-right: 15px;
    width: 70px;
    text-align: center;
  }

  .ranking_image img {
    width: 80%;
    margin-bottom: 10px;
  }

  .ranking_text {
    width: calc(100% - 85px);
    letter-spacing: 0px;
  }

  .university_image_box {
    padding-bottom: 70px;
    display: block;
    width: 100%;
  }

  .university_image_box img {
    margin: 0 auto;
    width: 100%;
    max-width: auto;
    max-height: 337px;
    height: auto;
    text-align: center;
  }

  .university_image_box p {
    margin-right: 0;
    margin-bottom: 4.49%;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  /* .bukken_contents_wrap {
    display: block;
    margin-bottom: 0;
    border: none;
  }

  .bukken_contents_wrap {
    display: block;
    margin-bottom: 0;
    border: none;
  }

  .bukken_contents {
    border: #000 solid 1px;
    margin-bottom: 10px;
  }

  .contents_2.bukken_contents_wrap {
    display: block;
    width: 100%;
  }

  .contents_1.bukken_contents_wrap {
    display: block;
    width: 100%;
  }

  .bukken_right_wrap > div:not(.bukken_address) {
    border-bottom: #000 solid 1px;
  }

  .bukken_detail_wrap {
    display: block;
  }

  .bukken_detail_wrap .bukken_detail_right_inner {
    margin: 5px 0 0 0;
  }

  .bukken_detail_wrap
    .bukken_detail_right_inner:not(.bukken_detail_right_inner:last-child) {
    margin: 5px 0 5px 0;
  } */

  .main_title_wrap {
    text-shadow: 1px 1px 1px #4682b4, -1px 1px 1px #4682b4, 1px -1px 1px #4682b4,
      -1px -1px 1px #4682b4, 1px 0px 1px #4682b4, 0px 1px 1px #4682b4,
      -1px 0px 1px #4682b4, 0px -1px 1px #4682b4;
  }

  .color_3 {
    text-shadow: 1px 1px 1px #ff8c00, -1px 1px 1px #ff8c00, 1px -1px 1px #ff8c00,
      -1px -1px 1px #ff8c00, 1px 0px 1px #ff8c00, 0px 1px 1px #ff8c00,
      -1px 0px 1px #ff8c00, 0px -1px 1px #ff8c00;
  }
}
/* goto ～500px*/

@media screen and (max-width: 414px) {
  .temporary_news_title {
    width: 98%;
    line-height: 25px;
  }

  .temporary_news_contents {
    width: 80%;
    text-align: left;
  }

  .br_sp {
    display: block;
  }

  .review_wrap .review_contents_wrap {
    padding: 0px 3%;
  }

  .review_wrap .review_contents {
    border-width: 1px 10px 10px 1px;
  }

  .review_ribbon {
    padding: 15px 5px;
    width: calc(100% + 11px);
    margin-left: -10px;
  }

  .review_ribbon:before {
    border-right: solid 10px #6eb3e0;
  }

  section.link_page {
    width: 96%;
  }

  .review_image_wrap .search_window {
    line-height: 2vh;
    font-size: 4vw;
    padding: 0.5rem;
  }
}

/* goto ～414px*/
@media screen and (max-width: 360px) {
  .dot-class button {
    padding: 2px 0;
    position: relative;
    bottom: 3.5vw;
    text-indent: -9999px;
    width: 37px;
    height: 1px;
    background-color: #3161ad;
    cursor: pointer;
  }

  .kasou_title_erea h3 {
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.5);
  }

  /* h4 */

  /* h5 */

  .title_wrap {
    margin-bottom: 35px;
    padding: 7px 16px;
    width: 100%;
    min-height: 22px;
    border: 2px solid #214985;
  }

  .title_wrap h5.single {
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 20px;
    color: #214985;
    line-height: 24px;
    border-left: 9px solid #214985;
  }

  .title_wrap h5.nosingle {
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 20px;
    color: #214985;
    line-height: 24px;
    border-left: 9px solid #214985;
  }

  .ranking_text h5 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    color: #214985;
    border-bottom: 2px solid #214985;
  }

  /* h6 */

  .sub_title {
    font-size: 16px;
    letter-spacing: 3px;
  }

  /* その他テキスト */

  .ranking_text p {
    font-size: 14px;
    line-height: 20px;
  }

  .one {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: middle;
    width: 60px;
    height: 22px;
    background-color: #ffffff;
    font-size: 16px;
    color: #c5a04d;
  }

  .two {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: middle;
    width: 60px;
    height: 22px;
    background-color: #ffffff;
    font-size: 16px;
    color: #8c8989;
  }

  .three {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: middle;
    width: 60px;
    height: 22px;
    background-color: #ffffff;
    font-size: 16px;
    color: #c5a04d;
  }

  .ranking_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 17px;
    padding: 16px 16px 10px 10px;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
  }

  .ranking_image {
    padding-top: 4px;
    margin-right: 10px;
    width: 60px;
    text-align: center;
  }

  .ranking_image img {
    width: 80%;
    margin-bottom: 10px;
  }

  .ranking_text {
    width: calc(100% - 70px);
    letter-spacing: 0px;
  }

  .main_title_wrap {
    line-height: 30px;
  }

  .main_title_wrap h1 {
    font-size: 24px;
  }

  .main_title_wrap h2 {
    font-size: clamp(20px, 6vw, 22px);
  }

  .temporary_news_title {
    font-size: 20px;
  }

  .greeting h3 {
    line-height: 36px;
    font-size: 20px;
  }

  .policy_bg {
    background-size: 100% auto;
  }
}

/* goto ～360px*/
/* .map_wrap {
  width: 100%;
}

.map_wrap iframe {
  width: 100%;
} */

/* .banner_wrap {
  display: flex;
  justify-content: flex-start;
  padding: 5px;
} */

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/* #endregion 下層ページ */
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

/* 20240130 */
.company_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 48px 0;
    width: 100%;
    height: auto;
    background-color: #edfdfd;
}

.company_info h4 {
    font-size: 32px;
    color: #214985;
}


/* === 店舗情報共通レイアウト ============================= */




.company_info {
  background: #e8fafa;          /* お好みで背景色 */
  padding: 40px 16px;
  text-align: center;           /* タイトル中央寄せ */
}

.company_info_title {
  font-size: 1.8rem;
  margin-bottom: 24px;
}

/* ---------- 1 店舗ブロック ---------- */

/* ===== 店舗情報ボックスの横幅を拡大（PCのみ） ===== */
@media (min-width:1024px){
  .company_info_item{
    max-width:1200px;   /* 必要な幅に調整 */
  }
}

/* テーブルの見栄え */
.store_table {
  width: 100%;
  border-collapse: collapse;
}

.store_table th,
.store_table td {
  padding: 10px 12px;
  border: 1px solid #cfd8dc;
  text-align: left;
  vertical-align: top;
  background:#ffffff;
}

.store_table th {
  width: 150px;                 /* ラベル列を固定幅に */
  background: #0074a5;
  color: #fff;
  font-weight: 600;
}

/* マップ */
.company_info_map {
  margin-top: 24px;
}

.company_info_map iframe {
  width: 100%;
  height: 360px;
  border: none;
  display: block;
}

/* ---------- スマホ向け調整 ---------- */
@media (max-width: 768px) {
  .store_table th { width: 35%; font-size: 14px; }
  .store_table td { font-size: 14px; background:#ffffff; }
  .company_info_map iframe { height: 260px; }
}
