@charset "UTF-8";
.maintitle {
  text-align: center;
  font-size: clamp(20px, 1rem, 26px);
  line-height: 1.4;
  margin: 0 0 4% 0;
}
.maintitle::before {
  display: none;
}

.mv_image {
  border: 1px solid #808080;
  padding: 1rem;
  margin: 0 0 20px;
}
.mv_image img {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.column {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Noto Sans JP";
}
.column.archive {
  max-width: 1100px;
}
.column h1 {
  line-height: 1.3;
  margin: 0 0 12px;
}
.column .date {
  display: flex;
}
.column .date::before {
  font-family: "Material Icons";
  content: "\e8b5";
  color: #0059b9;
}
.column .category {
  display: flex;
}
.column .category::before {
  font-family: "Material Icons";
  content: "\e2c7";
  color: #0059b9;
}
.column .tag a {
  display: flex;
}
.column .tag a::before {
  font-family: "Material Icons";
  content: "\e9ef";
  color: #0059b9;
}
.column img {
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 1rem auto;
  display: block;
}
.column.entry h1 {
  font-size: clamp(23px, 1.2rem, 32px);
  line-height: 1.4;
  padding: 0 0 0 0.7rem;
  border-left: 10px solid #D9DADD;
  margin: 2rem 0 0 0;
}
@media screen and (max-width: 480px) {
  .column.entry h1 {
    padding: 0 0 0 10px;
    line-height: 1.4;
  }
}
.column.entry .head {
  display: flex;
  align-items: center;
  padding: 15px 0 20px;
  font-size: clamp(13px, 0.9rem, 16px);
  flex-wrap: wrap;
}
.column.entry .head p {
  display: flex;
  align-items: center;
  margin: 0 1% 0 0;
}
.column.entry .head p.date {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 10px;
}
.column.entry .head span a {
  border: 1px solid #606060;
  display: block;
  font-size: 14px;
  padding: 1px 10px;
}
.column.entry .movie_box02 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.column.entry .mainimage {
  padding: 1% 0;
}
.column.entry .mainimage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 350px;
  aspect-ratio: 4/2;
}
.column.entry .mainread {
  padding: 2% 0;
  font-size: clamp(14px, 0.9rem, 16px);
}
.column.archive h1 {
  font-size: clamp(22px, 1.4rem, 28px);
  display: flex;
  line-height: 1.4;
  margin: 0 0 4% 0;
}
.column.archive h1::before {
  content: "";
  border-left: 7px solid #0059b9;
  padding: 2px 10px 10px 0;
}
.column.archive p.att {
  background: #feffb8;
  border-radius: 13px;
  font-size: 14px;
  padding: 13px 15px;
  line-height: 1.5;
  margin: 5px 0 19px;
}

.entry-content {
  padding: 15px 0;
  font-size: 16px;
}
.entry-content p.att {
  background: #feffb8;
  border-radius: 13px;
  font-size: 14px;
  padding: 13px 15px;
  line-height: 1.5;
  margin: 5px 0 19px;
}
.entry-content p.att + .mainread {
  padding: 0 0 15px;
}
.entry-content nav.link {
  border: solid 1px #666;
  outline: solid 1px #666;
  outline-offset: 4px;
  margin: 2% 4px;
  padding: 1% 2%;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .entry-content nav.link {
    margin: 20px 4px;
  }
}
.entry-content nav.link p {
  font-size: clamp(16px, 1.4rem, 18px);
  margin: 2% 4% 2% 10px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #CCC;
}
.entry-content nav.link ul {
  list-style: auto;
  margin: 2% 4% 2% 25px;
}
.entry-content nav.link ul li {
  list-style: decimal;
  list-style-position: outside;
  margin: 0 0 0 5px;
}
.entry-content nav.link ul a {
  display: block;
  font-weight: 600;
  padding: 7px 0;
  font-size: clamp(15px, 1.2rem, 17px);
  line-height: 1.4;
}
.entry-content h2 {
  margin: 40px 0 0 0;
  padding: 50px 0 30px 0;
  font-size: clamp(22px, 1.7rem, 32px);
  display: flex;
  line-height: 1.4;
  position: relative;
}
.entry-content h2::before {
  content: "";
  border-top: 6px solid #0059b9;
  padding: 2px 10px 10px 0;
  width: 100%;
  position: absolute;
  top: 30px;
  box-sizing: border-box;
}
.entry-content h3 {
  border-left: 5px solid #0059b9;
  line-height: 1.4;
  padding: 10px;
  margin: 30px 0 10px 0;
  font-size: 24px;
}
.entry-content picture {
  padding: 10px 0;
  display: block;
  max-width: 780px;
  margin: 0 auto 0 0;
}
.entry-content picture img {
  margin: 0 auto;
}
.entry-content .text p {
  padding: 0 0 1.5% 0;
}
.entry-content .text ul {
  padding: 2% 5% 4%;
}
.entry-content .text a {
  color: #0059b9;
  text-decoration: underline;
}
.entry-content .comment {
  border: 2px solid #fff49a;
  background-color: #fcffd6;
  border-radius: 17px;
  padding: 15px;
  line-height: 1.6;
  margin: 70px 0 20px auto;
  width: 80%;
}
.entry-content .comment h3 {
  border-left: none;
  padding: 0 100px 0 0;
  font-size: 18px;
  margin: -50px 0 30px auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
.entry-content .comment h3::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/vsai/ico_kajimoto.png);
  width: 80px;
  height: 68px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  bottom: -15px;
  z-index: -1;
}
.entry-content table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0 30px;
}
.entry-content table th {
  padding: 10px;
  background: #e9faf9;
  border: solid 1px #778ca3;
}
.entry-content table td {
  padding: 10px;
  border: solid 1px #778ca3;
}

.author {
  border: 1px solid;
  padding: 2% 3%;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  max-width: 800px;
  box-sizing: border-box;
  background: #FFF;
}
.author h3 {
  border-bottom: 1px solid #CCC;
  padding: 0 0 1% 0;
  margin: 0 0 2% 0;
  font-size: clamp(13px, 0.9rem, 16px);
}
.author dl {
  display: grid;
  justify-content: space-between;
  width: 100%;
  grid-template-columns: 18% 80%;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .author dl {
    grid-template-columns: 30% 65%;
  }
}
.author dl dt img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.author dl dd {
  font-size: clamp(12px, 0.8rem, 14px);
}
.author dl dd h4 {
  font-size: clamp(14px, 1.1rem, 18px);
  padding: 0 0 1% 0;
}

.related {
  margin: 10% 0 8%;
}
.related h3 {
  font-size: clamp(14px, 1.1rem, 18px);
  background: #b2833d;
  padding: 0.6% 14px;
  margin: 0 0 3% 0;
  color: #FFF;
}
.related ul {
  display: grid;
  grid-template-columns: repeat(3, 29%);
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .related ul {
    grid-template-columns: repeat(2, 49%);
  }
}
@media screen and (max-width: 480px) {
  .related ul {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}
.related ul li {
  list-style: none;
  background: #FFF;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
  margin: 0 0 18% 0;
}
.related ul li picture {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.related ul li picture img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.related ul li div {
  display: flex;
  flex-wrap: wrap;
  padding: 6%;
}
.related ul li div p {
  font-size: clamp(12px, 0.8rem, 14px);
  margin: 0 5px 0 0;
}
.related ul li div h4 {
  padding: 4% 0 6%;
  line-height: 1.3;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .related ul li div h4 {
    padding: 0% 0 4%;
    line-height: 1.4;
    width: 100%;
    font-size: 18px;
  }
}
.related ul li div .tag {
  padding: 4% 0 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.column_list {
  display: grid;
  grid-template-columns: repeat(3, 29%);
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .column_list {
    grid-template-columns: repeat(2, 49%);
  }
}
@media screen and (max-width: 480px) {
  .column_list {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}
.column_list li {
  list-style: none;
  background: #FFF;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
  margin: 0 0 18% 0;
}
.column_list li picture {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.column_list li picture img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.column_list li div {
  display: flex;
  flex-wrap: wrap;
  padding: 6%;
}
.column_list li div p {
  font-size: clamp(12px, 0.8rem, 14px);
  margin: 0 5px 0 0;
}
.column_list li div h3 {
  padding: 0 0 6%;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .column_list li div h3 {
    padding: 0% 0 4%;
    line-height: 1.4;
    width: 100%;
    font-size: 18px;
  }
}
.column_list li div h4 {
  padding: 4% 0;
  line-height: 1.3;
  width: 100%;
}
.column_list li div .tag {
  padding: 4% 0 0;
  width: 100%;
  display: flex;
  align-items: center;
}

/*固定ページ内*/
.hint p {
  line-height: 2;
  margin-bottom: 1.5em;
}
.hint p img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
  display: block;
}
.hint p:first-child {
  border: 1px solid #666666;
  width: 100%;
}
.hint p:first-child img {
  margin: 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  width: 100%;
  height: auto;
  padding: 0.7rem;
  box-sizing: border-box;
}
.hint p:first-child {
  line-height: 1.8;
  padding: 0;
}
.hint img.alignleft {
  float: left;
  margin: 0 15px 15px 0 !important;
}
@media screen and (max-width: 640px) {
  .hint img.alignleft {
    float: none;
    margin: 0 auto !important;
  }
}
.hint img.align right {
  float: right;
  margin: 0 0 15px 15px !important;
}
@media screen and (max-width: 640px) {
  .hint img.align right {
    float: none;
    margin: 0 auto !important;
  }
}
.hint .movie_box {
  width: 90%;
  max-width: 650px;
  padding: 1rem 0;
  margin: 0 auto;
}
.hint .movie_box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.hint .feature {
  width: 100%;
  padding: 20px 25px;
  margin: 0 auto;
  background: #EFEFEF;
  border-radius: 0.6rem;
  box-sizing: border-box;
}
.hint .feature h3 {
  font-size: clamp(18px, 1.2rem, 24px);
  border-left: 7px solid #e73418;
  padding: 0 0 0 0.5rem;
  margin: 0 0 0.6rem;
  line-height: 1.4;
}
.hint .feature ul li {
  font-size: clamp(16px, 0.9rem, 18px);
  margin: 0 0 0.4rem;
}
.hint .checklist {
  border: 1px solid #666666;
  padding: 1.5rem;
}
.hint .checklist h3 {
  font-size: clamp(18px, 1.2rem, 24px);
  margin: 0 0 0.5rem;
}
.hint .checklist ul li {
  background-image: url(../images/common/checkbox.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  font-size: clamp(16px, 0.9rem, 18px);
  margin: 0;
  border-bottom: 1px dashed #666666;
  padding: 0.4rem 0 0.4rem 25px;
}
.hint .checkcomemnt {
  margin: 1rem 0;
  line-height: 2;
}
.hint .hint_list {
  border: 1px solid #666666;
  padding: 35px;
}
@media screen and (max-width: 640px) {
  .hint .hint_list {
    padding: 20px;
  }
}
.hint .hint_list h3 {
  font-size: clamp(18px, 1.2rem, 24px);
  margin: 0 0 0.5rem;
}
.hint .hint_list ol li {
  list-style: decimal;
  font-size: clamp(14px, 0.9rem, 17px);
  margin: 0;
  border-bottom: 1px dashed #666666;
  padding: 0.6rem 0 0.6rem 0;
  list-style-position: inside;
}
@media screen and (max-width: 640px) {
  .hint .hint_list ol li {
    padding: 10px 0 10px 0;
  }
}
.hint .hint_frame {
  padding: 10px;
  border: 1px solid #666666;
  margin: 10px 0;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
}
.hint .hint_frame .left {
  float: left;
}
.hint .hint_frame .right {
  float: right;
  font-size: 14px;
  line-height: 22px;
  width: 350px;
  padding: 0 10px 0 0;
}
.hint .hint_frame02 {
  padding: 25px 15px 15px 15px;
  border: 1px solid #666666;
  margin: 10px 0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}
.hint .hint_frame02 h3 {
  margin: 0 0 10px 0;
}
.hint .hint_frame02 .left {
  float: left;
}
.hint .hint_frame02 .right {
  float: right;
  font-size: 14px;
  line-height: 22px;
  width: 320px;
  padding: 0 5px 0 0;
}
.hint .hint_frame03 {
  padding: 25px;
  border: 1px solid #666666;
  margin: 10px 0;
  border-radius: 8px;
}
.hint .hint_frame03 figure {
  padding: 10px 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
.hint .hint_frame03 h3 {
  margin: 0 0 10px 0;
}
.hint .hint_frame03 div {
  font-size: 14px;
  line-height: 22px;
  padding: 0;
}
.hint {
  /*hint04*/
}
.hint .hint04-bg01 {
  background: url(../images/hint/04/bg01.jpg);
  width: 680px;
  height: 905px;
  margin: 0 auto;
  overflow: hidden;
}
.hint .hint04-bloc01 {
  font-size: 13px;
  float: left;
  padding: 474px 10px 10px 13px;
  line-height: 22px;
  width: 200px;
  color: #372613;
}
.hint .hint04-bloc01 span {
  display: block;
  padding: 20px 0 0 0;
}
.hint .hint04-bloc02 {
  font-size: 13px;
  float: left;
  padding: 374px 10px 10px 18px;
  line-height: 20px;
  width: 200px;
  color: #372613;
}
.hint .hint04-bloc02 span {
  display: block;
  padding: 20px 0 0 0;
}
.hint .hint04-bloc03 {
  font-size: 13px;
  float: left;
  padding: 474px 10px 10px 18px;
  line-height: 20px;
  width: 200px;
  color: #372613;
}
.hint .hint04-bloc03 span {
  display: block;
  padding: 20px 0 0 0;
}
.hint {
  /*hint05*/
}
.hint .hint05-bg01 {
  background: url(../images/hint/05/bg01.jpg);
  width: 680px;
  height: 440px;
  margin: 0 auto;
  overflow: hidden;
}
.hint .hint05-bg02 {
  background: url(../images/hint/05/bg02.jpg);
  width: 680px;
  height: 510px;
  margin: 0 auto;
  overflow: hidden;
}
.hint .hint05-blocleft {
  font-size: 13px;
  float: left;
  padding: 174px 10px 10px 18px;
  line-height: 17px;
  width: 300px;
  color: #372613;
}
.hint .hint05-blocright {
  font-size: 13px;
  float: right;
  padding: 184px 20px 10px;
  width: 300px;
  color: #372613;
  line-height: 20px;
}
.hint .arrow {
  text-align: center;
  padding: 10px;
}
.hint .arrow img {
  margin: 0 auto;
}
.hint .attention {
  border: solid 1px #bbac87;
  border-radius: 10px;
  padding: 25px;
  line-height: 2;
  background: #f3eee2;
  margin: 3rem 0;
  clear: both;
}
.hint p.btn_back {
  background: #EFEFEF;
  border: 1px solid #D9DADD;
  padding: 16px;
  font-size: 15px;
  line-height: 1;
}
.hint .bloc_left {
  float: left;
  width: 48%;
  margin: 0 0 2rem;
}
.hint .bloc_right {
  float: right;
  width: 48%;
  margin: 0 0 2rem;
}

.page h1 {
  font-size: clamp(20px, 1.1rem, 26px);
  text-align: center;
  margin: 0 0 1rem;
  line-height: 1.4;
}
.page h1 + p img {
  border: 1px solid #808080;
  padding: 1rem;
  margin: 0 0 20px;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}
@media screen and (max-width: 640px) {
  .page h1 + p img {
    box-sizing: border-box;
  }
}
.page {
  /*メインビジュアル*/
}
.page .mv {
  border: 1px solid #808080;
  padding: 1rem;
  margin: 0 0 20px;
}
.page .mv img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}
.page .common-inquiry-block01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  line-height: 1.4;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 10px 0;
  margin: 30px 0 20px;
}
.page .common-inquiry-block01 h4 {
  font-size: 15px;
  width: 100%;
  text-align: center;
  background: #EFEFEF;
  padding: 5px;
  margin: 0 0 9px;
}
.page .common-inquiry-block01 h4 br {
  display: none;
}
.page .common-inquiry-block01 .tel {
  width: 38%;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .page .common-inquiry-block01 .tel {
    width: 68%;
  }
}
.page .common-inquiry-block01 .tel a {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: clamp(28px, 1.8rem, 34px);
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .common-inquiry-block01 .tel a::before {
  content: "";
  display: block;
  background-image: url(../img/common/ico_freedial.png);
  width: 30%;
  max-width: 43px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
.page .common-inquiry-block01 .tel p {
  font-size: 12px;
  margin: 0;
  line-height: 1;
}
.page .common-inquiry-block01 .text {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  margin: 0 auto 0 0;
  font-size: clamp(11px, 0.8rem, 12px);
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .page .common-inquiry-block01 .text {
    display: none;
  }
}
.page .common-inquiry-block01 p.btn-inquiry {
  margin: 0;
}
.page .common-inquiry-block01 p.btn-inquiry a {
  background: green;
  border-radius: 7px;
  color: #FFF;
  display: block;
  padding: 5px 0.6rem;
  line-height: 1.4;
  text-align: center;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(12px, 1rem, 14px);
  line-height: 1.2;
}
.page .common-inquiry-block01 p.btn-case {
  margin: 0;
}
.page .common-inquiry-block01 p.btn-case a {
  background: #f15a24;
  border-radius: 7px;
  color: #FFF;
  display: block;
  padding: 5px 0.6rem;
  line-height: 1.4;
  text-align: center;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(12px, 1rem, 14px);
  line-height: 1.2;
}
.page {
  /*profile*/
}
.page .profile {
  background: url(../img/common/profile_back.jpg) no-repeat top;
  width: 100%;
  position: relative;
  padding: 550px 0 0 0;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .page .profile {
    padding: 340px 0 0 0;
  }
}
.page .profile .movie_box {
  position: absolute;
  top: 300px;
  right: 10px;
  width: 390px;
  height: 220px;
}
@media screen and (max-width: 640px) {
  .page .profile .movie_box {
    top: 150px;
    right: 0;
    width: 336px;
    height: 220px;
  }
}
.page .profile table {
  margin: 1rem 0 0 0;
}
.page .profile th {
  border-bottom: 1px solid #CCC;
  width: 170px;
  padding: 15px 0;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .page .profile th {
    border-bottom: none;
    width: 100%;
    padding: 10px 0 0 0;
    vertical-align: top;
    text-align: left;
    float: left;
  }
}
.page .profile td {
  border-bottom: 1px solid #CCC;
  padding: 15px 0;
}
@media screen and (max-width: 640px) {
  .page .profile td {
    border-bottom: 1px solid #CCC;
    padding: 0 0 10px 0;
    width: 100%;
    float: left;
  }
}
.page .profile td p {
  margin: 0 0 0.3rem 0 !important;
  line-height: 1.8 !important;
}
.page .profile ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page .profile ul li {
  list-style: none;
  width: 48%;
  padding: 10px;
  border: 1px solid #CCC;
  margin: 10px 0;
  box-sizing: border-box;
  border-radius: 5px;
}
.page .profile ul li a {
  text-decoration: none;
}
.page .subtitle {
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
  margin: 2rem auto 1rem;
  font-weight: normal;
  border-radius: 8px;
  width: 90%;
  background: #EFEFEF;
}
.page .subtitle strong {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .subtitle {
    width: 100%;
  }
}
.page .subtitle + p img {
  border: 1px solid #808080;
  padding: 1rem;
  margin: 0 0 20px;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.page .pageHeader h1 {
  font-size: clamp(20px, 1.4rem, 28px);
  text-align: center;
  margin: 0 0 1rem;
}
.page .movie_box {
  width: 90%;
  max-width: 650px;
  padding: 1rem 0;
  margin: 0 auto;
}
.page .movie_box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.page .feature {
  width: 100%;
  padding: 20px 25px;
  margin: 0 auto;
  background: #EFEFEF;
  border-radius: 0.6rem;
  box-sizing: border-box;
}
.page .feature h3 {
  font-size: clamp(18px, 1.2rem, 24px);
  border-left: 7px solid #e73418;
  padding: 0 0 0 0.5rem;
  margin: 0 0 0.6rem;
  line-height: 1.4;
}
.page .feature ul li {
  font-size: clamp(16px, 0.9rem, 18px);
  margin: 0 0 0.4rem;
}
.page .checklist {
  border: 1px solid #CCC;
  padding: 1.5rem;
}
.page .checklist h3 {
  font-size: clamp(18px, 1.2rem, 24px);
  margin: 0 0 0.5rem;
}
.page .checklist ul li {
  background-image: url(../img/common/checkbox.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  font-size: clamp(16px, 0.9rem, 18px);
  margin: 0;
  border-bottom: 1px dashed #666666;
  padding: 0.4rem 0 0.4rem 25px;
}
.page .checkcomemnt {
  margin: 1rem 0;
  line-height: 2;
}
.page .hint {
  border: 1px solid #CCC;
  padding: 1.5rem;
}
.page .hint h3 {
  font-size: clamp(18px, 1.2rem, 24px);
  margin: 0 0 0.5rem;
}
.page .hint ol li {
  list-style: decimal;
  font-size: clamp(14px, 0.9rem, 18px);
  margin: 0;
  border-bottom: 1px dashed #666666;
  padding: 0.4rem 0 0.4rem 0;
  list-style-position: inside;
}
@media screen and (max-width: 640px) {
  .page .hint ol li {
    padding: 10px 0 10px 0;
  }
}
.page .attention {
  clear: both;
  border: 1px solid #CCC;
  padding: 15px;
  font-weight: bold;
  margin: 20px 0;
}
.page .bloc_left {
  float: left;
  width: 332px;
}
.page .bloc_right {
  float: right;
  width: 332px;
}
.page .arrow {
  text-align: center;
  padding: 10px;
}
.page .arrow img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page .hint_frame {
  padding: 10px;
  border: 1px solid #CCC;
  margin: 10px 0;
  border-radius: 8px;
  overflow: hidden;
}
.page .hint_frame .left {
  float: left;
}
.page .hint_frame .right {
  float: right;
  font-size: 14px;
  line-height: 22px;
  width: 350px;
  padding: 0 10px 0 0;
}
.page .hint_frame02 {
  padding: 25px 15px 15px 15px;
  border: 1px solid #CCC;
  margin: 10px 0;
  border-radius: 8px;
  overflow: hidden;
}
.page .hint_frame02 h3 {
  margin: 0 0 10px 0;
}
.page .hint_frame02 .left {
  float: left;
}
.page .hint_frame02 .right {
  float: right;
  font-size: 14px;
  line-height: 22px;
  width: 320px;
  padding: 0 5px 0 0;
}
.page {
  /*hint04*/
}
.page .hint04-bg01 {
  background: url(../img/hint/04/bg01.jpg);
  width: 680px;
  height: 905px;
  margin: 0 auto;
  overflow: hidden;
}
.page .hint04-bloc01 {
  font-size: 13px;
  float: left;
  padding: 474px 10px 10px 13px;
  line-height: 22px;
  width: 200px;
  color: #372613;
}
.page .hint04-bloc02 {
  font-size: 13px;
  float: left;
  padding: 374px 10px 10px 18px;
  line-height: 20px;
  width: 200px;
  color: #372613;
}
.page .hint04-bloc03 {
  font-size: 13px;
  float: left;
  padding: 474px 10px 10px 18px;
  line-height: 20px;
  width: 200px;
  color: #372613;
}
.page {
  /*hint05*/
}
.page .hint05-bg01 {
  background: url(../img/hint/05/bg01.jpg);
  width: 680px;
  height: 440px;
  margin: 0 auto;
  overflow: hidden;
}
.page .hint05-bg02 {
  background: url(../img/hint/05/bg02.jpg);
  width: 680px;
  height: 510px;
  margin: 0 auto;
  overflow: hidden;
}
.page .hint05-blocleft {
  font-size: 13px;
  float: left;
  padding: 174px 10px 10px 18px;
  line-height: 17px;
  width: 300px;
  color: #372613;
}
.page .hint05-blocright {
  font-size: 13px;
  float: right;
  padding: 184px 20px 10px;
  width: 300px;
  color: #372613;
  line-height: 20px;
}
.page .evaluation {
  background: url(../img/common/evaluation_BG.jpg);
  width: 100%;
  height: 480px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.page .evaluation h3 {
  position: absolute;
  font-size: 20px;
  margin: 0;
  line-height: 1.3;
  color: #372613;
  top: 27px;
  right: 6%;
  width: 61%;
}
@media screen and (max-width: 900px) {
  .page .evaluation h3 br {
    display: none;
  }
}
.page .evaluation h4 {
  position: absolute;
  font-size: 14px;
  margin: 0;
  line-height: 18px;
  top: 90px;
  right: 6%;
  width: 61%;
}
.page .evaluation ul {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 266px;
  right: 10px;
  width: 320px;
}
.page .evaluation ul li {
  background-image: linear-gradient(0deg, #43a700, #afe400);
  font-size: 12px;
  text-align: right;
  font-style: normal;
  margin: 0 0 10px 0;
  line-height: 1.4;
  border-radius: 7px;
}
.page .evaluation ul li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 0.3rem 0.5rem;
}
.page .evaluation ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.page .evaluation ul li strong {
  font-size: 17px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #3C6800;
  display: block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .evaluation {
    width: 100%;
    height: 480px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .page .evaluation {
    background-image: none;
    height: auto;
  }
  .page .evaluation h3 {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
  }
  .page .evaluation h4 {
    position: relative;
    font-size: 14px;
    margin: 1rem 0;
    line-height: 1.8;
    top: unset;
    right: unset;
    width: 100%;
  }
  .page .evaluation ul {
    position: relative;
    margin: 0;
    padding: 0;
    top: unset;
    right: unset;
    width: 100%;
  }
}
.page .contents_detail {
  font-size: 14px;
  overflow: hidden;
}
.page .contents_detail .photo {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 640px) {
  .page .contents_detail .photo {
    width: 100%;
    float: none;
  }
}
.page .contents_detail .photo img {
  width: 360px;
  height: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .page .contents_detail .photo img {
    width: 100%;
  }
}
.page .contents_detail .text {
  width: 305px;
  float: right;
  margin: 0;
  padding: 0;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .page .contents_detail .text {
    width: 100%;
    float: none;
  }
}
.page .contents_detail .photo02 {
  margin: 0;
  padding: 0;
}
.page .contents_detail .photo02 img {
  margin: 0 auto 1rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  border: 1px solid #CCC;
  padding: 0.7rem;
}
.page .contents_detail .text02 {
  margin: 0;
  padding: 0 5px 40px 5px;
}
.page .contents_detail strong {
  font-size: 18px;
  color: #F90;
}
.page .btn_back a {
  padding: 10px;
  margin: 0;
  text-align: center;
  background: #EEE;
  text-decoration: none;
}

.company {
  padding: 15px 0;
}
.company h3 {
  background-color: #EFEFEF;
  padding: 15px 15px;
  line-height: 1;
  margin: 0 0 12px 0;
  display: block;
  font-size: 18px;
}
.company h3 + p {
  margin: 0 0 2rem;
}

.ggmap iframe {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16/9;
}

/*lesson*/
.lesson_top_list {
  width: 650px;
  margin: 0 auto;
}
.lesson_top_list + div {
  width: 674px;
  margin: 30px auto;
}

.lesson_top_list ul {
  background: url(https://www.kajicon.jp/wp/wp-content/uploads/2017/08/back.jpg) repeat-y;
  padding: 0 0 20px 0 !important;
  margin: 0 0 -10px;
}

.lesson_top_list li {
  list-style: none;
  width: 570px;
  margin: 0px auto;
  overflow: hidden;
  padding: 18px 0 0 0;
}

.lesson_top_list li strong {
  padding: 10px;
  background: #FFF;
  display: block;
  float: left;
  width: 76px;
  font-size: 15px;
  text-align: center;
}

.lesson_top_list li a {
  float: right;
  width: 462px;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}

.lesson_movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.lesson_top_list02 {
  padding: 15px 0;
  width: 100%;
  margin: 0 auto;
}
.lesson_top_list02 + div {
  width: 674px;
  margin: 30px auto;
}

.lesson_top_list02 h3 {
  background: #EEEEEE;
  padding: 12px;
  text-align: left;
  font-size: 15px;
}

.lesson_top_list02 li {
  list-style-type: none !important;
  font-size: 13px;
  padding: 10px 13px 0;
}

.lesson_top_list02 li a {
  color: #333;
}

.lesson_movie {
  width: 670px;
  margin: 0 auto;
}
.lesson_movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.lesson_detail {
  width: 650px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 40px 0;
}
.lesson_detail + div {
  width: 674px;
  margin: 0 auto;
}

.lesson_detail .title {
  padding: 0 0 20px 0;
}

.lebtn_left {
  float: left;
  width: 240px;
  padding: 7px;
  font-size: 12px;
  border: 1px solid #CCC;
}

.lebtn_left_blank {
  float: left;
  width: 240px;
  padding: 7px;
}

.lebtn_top {
  float: left;
  width: 100px;
  padding: 7px;
  font-size: 12px;
  border: 1px solid #CCC;
  margin: 0 0 0 10px;
  text-align: center;
}

.lebtn_right {
  float: right;
  width: 240px;
  padding: 7px;
  font-size: 12px;
  border: 1px solid #CCC;
}

.lesson_detail a {
  text-decoration: none;
  color: #333;
}

/*ipad*/
/*SP*/
@media screen and (max-width: 599px) {
  .lesson_top_list {
    width: 100%;
    margin: 0 auto;
  }
  .lesson_top_list ul {
    background: url(https://www.kajicon.jp/wp/wp-content/uploads/2017/08/back.jpg) repeat-y;
    padding: 0 0 20px 0 !important;
    background-size: contain;
    margin: 0 0 -18px 0 !important;
  }
  .lesson_top_list li {
    list-style: none;
    width: 88%;
    margin: 0px auto;
    overflow: auto;
    padding: 18px 0 0 0;
  }
  .lesson_top_list li a {
    float: right;
    width: 100%;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
  }
  .lesson_top_list li strong {
    padding: 3px 10px;
    background: #FFF;
    display: block;
    float: none;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    text-align: center;
    margin: 0 0 7px 0;
  }
  .lesson_top_list02 {
    padding: 15px 0;
    width: 100%;
    margin: 0 auto;
  }
  .lesson_detail {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 40px 0;
  }
  .lebtn_left {
    float: none;
    width: 100%;
    padding: 7px;
    font-size: 12px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    margin: 0 0 10px 0;
  }
  .lebtn_right {
    float: none;
    width: 100%;
    padding: 7px;
    font-size: 12px;
    border: 1px solid #CCC;
    box-sizing: border-box;
  }
  .lebtn_top {
    float: none;
    width: 100px;
    padding: 7px;
    font-size: 12px;
    border: 1px solid #CCC;
    margin: 0 auto 10px;
    text-align: center;
  }
}
/*おすすめ*/
.recommend .mv {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin: 0 0 2rem;
}
.recommend .mv img {
  display: block;
  margin: 0 auto;
}
.recommend .recommend_list {
  display: grid;
  grid-template-columns: repeat(2, 46%);
  justify-content: space-between;
  width: 97%;
  margin: 0 auto 0 0;
}
.recommend .recommend_list li {
  margin: 0 0 2rem 0;
}
.recommend .recommend_list li picture img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recommend .recommend_list li h3 {
  font-size: 16px;
  line-height: 1.5;
  background-color: #F3EEE2;
  padding: 10px;
  margin: 0 0 10px 0;
}
.recommend .recommend_list li h3 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.recommend .recommend_list li div p {
  font-size: 14px;
  padding: 0 0 5px 0;
  line-height: 1.4;
}
.recommend.single h1 {
  line-height: 1.4;
  margin: 0 0 1rem;
}
.recommend.single .data {
  border: 1px solid #808080;
  padding: 15px;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 1rem;
}
.recommend.single img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  display: block;
  height: auto;
}
.recommend.single .mv {
  border: none;
  margin: 0 0 1rem 0;
}

/*コンサルパック*/
.consulpack_list {
  padding: 1rem;
  border: 3px solid #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}
.consulpack_list .image {
  width: 25%;
}
.consulpack_list .title {
  width: 72%;
  font-size: 12px;
}
.consulpack_list .detail {
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 0 0 0;
}
.consulpack_list table {
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  font-size: 12px;
  background: #FFFFFF;
  width: 100%;
  margin: 1rem 0 0;
}
.consulpack_list td {
  font-size: 12px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  line-height: 16px;
  padding: 5px;
}

.consulpack_list02 table {
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  background: #FFFFFF;
  width: 100%;
  margin: 1rem 0;
}
.consulpack_list02 th {
  font-size: 10px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px;
  line-height: 14px;
  font-weight: normal;
  background: #F0F0F0;
}
.consulpack_list02 td {
  font-size: 12px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px;
  text-align: center;
}
.consulpack_list02 h2 {
  padding: 10px 0;
  margin: 10px 0 5px 0;
  border-top: 1px dashed #CCC;
  border-bottom: 1px dashed #CCC;
}
.consulpack_list02 h5 {
  font-weight: normal;
  font-size: 12px;
}

/*ipad*/
/*SP*/
@media screen and (max-width: 599px) {
  .consulpack_list {
    background: none;
    padding: 0;
  }
  .consulpack_list .image {
    display: none;
  }
  .consulpack_list .title {
    float: none;
    width: 100%;
    font-size: 12px;
  }
  .consulpack_list .detail {
    clear: both;
    width: 100%;
    margin: 0 auto;
  }
  .consulpack_list td {
    font-size: 12px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    line-height: 16px;
    padding: 5px;
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .consulpack_list tr:last-child td:last-child {
    display: none;
  }
  .consulpack_list tr:last-child td:nth-last-child(2) {
    display: none;
  }
  .consulpack_list02 .consulpack_table {
    overflow: auto;
  }
  .consulpack_list02 table {
    width: 320% !important;
  }
  .consulpack_list02 p.sp {
    text-align: center;
    padding: 5px 0;
  }
}
/*stocking*/
.stocking-list li {
  display: grid;
  grid-template-columns: 10% 10% 76%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted;
  padding: 15px 0;
}
@media screen and (max-width: 640px) {
  .stocking-list li {
    grid-template-columns: 10% 10% 73%;
  }
}
.stocking-list li picture img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.stocking-list li .num {
  font-family: "Jost", sans-serif;
  font-size: 60px;
  font-weight: 300;
  font-style: italic;
  color: #002655;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .stocking-list li .num {
    font-size: 35px;
  }
}
.stocking-list li h3 {
  font-size: 26px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .stocking-list li h3 {
    font-size: 16px;
  }
}
.stocking-list li h3 a {
  color: #002655;
  font-weight: 500;
}

.stocking-single .mv {
  margin: 0 0 0.7rem;
}
.stocking-single .mv iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.stocking-single .mv img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.stocking-single .mv + .caption {
  font-size: 13px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .stocking-single .mv + .caption {
    font-size: 11px;
    text-align: left;
    line-height: 1.4;
    width: 55%;
    margin: 5px 0 0 auto;
  }
}
.stocking-single .head {
  display: grid;
  grid-template-columns: 22% 76%;
  align-items: center;
  justify-content: space-between;
  border-top: 4px solid #002655;
  border-bottom: 4px solid #002655;
  margin: 20px 0;
}
@media screen and (max-width: 640px) {
  .stocking-single .head {
    display: block;
    position: relative;
    margin: 18px 0 20px 0;
  }
}
.stocking-single .head div {
  background-color: #002655;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  padding: 0 13px;
  align-items: center;
  margin: 1px 0px;
}
@media screen and (max-width: 640px) {
  .stocking-single .head div {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: -66px;
  }
}
.stocking-single .head div p {
  font-size: clamp(16px, 1.2rem, 22px);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.6;
}
.stocking-single .head div p span {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .stocking-single .head div p span {
    font-size: 11px;
  }
}
.stocking-single .head div .num {
  font-family: "Jost", sans-serif;
  font-size: 60px;
  font-weight: 350;
  font-style: italic;
  line-height: 1.4;
  padding: 7px 0 0 0;
}
@media screen and (max-width: 640px) {
  .stocking-single .head div .num {
    font-size: 46px;
    padding: 0 0 0 7px;
  }
}
.stocking-single .head h1 {
  line-height: 1.2;
  font-weight: 500;
  font-size: 28px;
}
@media screen and (max-width: 640px) {
  .stocking-single .head h1 {
    font-size: 22px;
    padding: 12px 0 18px;
  }
}
.stocking-single .faq dt {
  background-color: #EFEFEF;
  border-radius: 10px;
  padding: 10px 10px 13px 14px;
  color: #002655;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
.stocking-single .faq dt::before {
  content: "Q.";
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 30px;
  font-style: italic;
  line-height: 1;
  margin: 0 5px 0 0;
}
.stocking-single .faq dd {
  padding: 15px 0 25px 15px;
  display: grid;
  grid-template-columns: 38px auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.stocking-single .faq dd::before {
  content: "A.";
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 30px;
  font-style: italic;
  line-height: 1;
  color: #0171bc;
}
.stocking-single .faq {
  border-bottom: 2px dotted #D9DADD;
  margin: 1.5rem 0;
}
.stocking-single .main p {
  padding: 0 0 1rem 0;
}
.stocking-single .main em {
  text-decoration: underline;
  font-style: normal;
}
.stocking-single .theory {
  border: 2px solid #002655;
  border-radius: 17px;
  position: relative;
  padding: 20px;
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 640px) {
  .stocking-single .theory {
    margin: 8rem 0 5rem;
  }
}
.stocking-single .theory .sh {
  border: 2px solid;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  padding: 10px 17px;
  line-height: 1;
  margin: -38px 0 18px 0;
  background-color: #FFF;
}
.stocking-single .theory .sh img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .stocking-single .theory .sh img {
    width: 78px;
  }
}
.stocking-single .theory .sh span {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 0;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 640px) {
  .stocking-single .theory .sh span {
    font-size: 30px;
  }
}
.stocking-single .theory h3 {
  background-color: #002655;
  color: #FFF;
  position: relative;
  z-index: 1;
  font-size: 22px;
  padding: 10px 15px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .stocking-single .theory h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}
.stocking-single .theory h3::after {
  width: 150px;
  height: 105px;
  background-image: url(../img/common/image_riron.png);
  content: "";
  display: block;
  position: absolute;
  top: -103px;
  right: 0;
  background-size: contain;
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .stocking-single .theory h3::after {
    width: 123px;
    height: 85px;
    top: -84px;
  }
}
.stocking-single .profile {
  background-color: #EFEFEF;
  padding: 10px;
}
.stocking-single .profile .frame {
  display: grid;
  grid-template-columns: 14% 83%;
  justify-content: space-between;
  border: 2px solid #FFF;
  padding: 0 14px;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .stocking-single .profile .frame {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .stocking-single .profile .frame figure {
    width: 40%;
    margin: 0 auto;
  }
}
.stocking-single .profile .frame figure img {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}
.stocking-single .profile .frame div h4 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  padding: 0 0 13px;
}
@media screen and (max-width: 640px) {
  .stocking-single .profile .frame div h4 {
    display: block;
    align-items: center;
    font-size: 14px;
  }
}
.stocking-single .profile .frame div h4 p {
  background-color: #002655;
  color: #FFF;
  font-weight: 300;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .stocking-single .profile .frame div h4 p {
    margin: 0 auto 10px;
    font-size: 13px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.stocking-single .profile .frame div h4 strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .stocking-single .profile .frame div h4 strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    display: block;
    text-align: center;
    width: 100%;
    padding: 7px 0;
  }
}
.stocking-single .profile .frame div p {
  font-size: 14px;
  line-height: 1.4;
}

.information_list li {
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #CCC;
  padding: 0 0 20px;
}
.information_list li h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 15px;
}
.information_list li .head span a {
  border: 1px solid #606060;
  display: block;
  font-size: 14px;
  padding: 1px 10px;
}
.information_list li .date {
  color: #808080;
  margin: 0 0 0 10px;
}
.information_list li div {
  display: flex;
  font-size: 14px;
}
.information_list li div .tag {
  display: flex;
  margin: 0 0 0 15px;
}

.movie_list .mv {
  border: 1px solid #808080;
  padding: 1rem;
  margin: 0 0 20px;
}
.movie_list .mv img {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.movie_list ul {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}
.movie_list ul li {
  margin: 0 0 30px;
  position: relative;
}
.movie_list ul li iframe {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  margin: 0 auto;
  display: block;
  aspect-ratio: 16/9;
}
.movie_list ul li h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 0;
}
.movie_list ul li.pickup {
  background-image: url(../img/movie/bg_pickup.png);
  padding: 50px 0 10px 0;
}
.movie_list ul li.pickup iframe {
  width: 90%;
}
.movie_list ul li.pickup h3 {
  width: 90%;
  margin: 0 auto;
}
.movie_list ul li.pickup .icon {
  background: #dec57a;
  padding: 5px;
  font-size: 13px;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.category_top {
  padding: 1rem 0 0 0;
}
.category_top .list {
  border: 1px solid #CCC;
  padding: 10px;
  overflow: hidden;
}
.category_top .list .img {
  float: right;
  width: 37%;
  padding: 10px 0 0 0;
}
@media screen and (max-width: 640px) {
  .category_top .list .img {
    width: 100%;
    float: none;
  }
}
.category_top .list .img p {
  background: #F3E9CD;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  margin: 10px 0 0 0;
  line-height: 1;
  font-size: 14px;
}
.category_top .list h3 {
  background: #553324;
  padding: 14px 10px;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 22px;
}
.category_top .list h4 {
  font-size: 13px;
  line-height: 18px;
  width: 60%;
  font-weight: normal;
  float: left;
  padding: 10px 0 0 0;
}
@media screen and (max-width: 640px) {
  .category_top .list h4 {
    width: 100%;
    float: none;
  }
}
.category_top .list h4 strong {
  font-size: 15px;
  color: #F90;
}
.category_top .list h4 em {
  font-size: 16px;
  padding: 5px 0 0 0;
  display: block;
}
.category_top .imagein {
  border: 1px solid #CCC;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: hidden;
  padding: 5px;
}
.category_top .imagein img {
  width: 100%;
  height: auto;
}

.contact_area {
  margin: 0 auto;
  font-size: 16px;
  background: url(../img/common/bg_contact_area.jpg);
  max-width: 680px;
  height: 110px;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.contact_area p {
  margin: 0 !important;
  line-height: 1.4 !important;
}
@media screen and (max-width: 640px) {
  .contact_area {
    background: #F5EDD3;
    background: linear-gradient(180deg, rgb(245, 237, 211) 0%, rgb(223, 197, 122) 100%);
    border-radius: 10px;
  }
}
.contact_area a {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 300;
  display: block;
  top: 0;
  left: 0;
}
.contact_area h3 {
  position: absolute;
  width: 80%;
  max-width: 510px;
  top: 13px;
  left: 20%;
  font-size: clamp(16px, 1.2rem, 20px);
  font-weight: bold;
  color: #402000;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .contact_area h3 {
    font-size: 15px;
    line-height: 1.4;
    left: 20px;
    width: 85%;
    box-sizing: border-box;
  }
}
.contact_area .text {
  position: absolute;
  width: 80%;
  max-width: 510px;
  top: 50px;
  left: 20%;
  font-size: clamp(14px, 0.9rem, 16px);
  line-height: 20px;
  color: #666666;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .contact_area .text {
    font-size: 12px;
    line-height: 1.4;
    left: 20px;
    width: 92%;
    box-sizing: border-box;
    bottom: 13px;
    top: unset;
  }
}

.caseblog h2 {
  background-color: #002655;
  color: #FFF;
  font-size: 22px;
  padding: 10px;
  line-height: 1.4;
  margin: 0 0 15px;
}
.caseblog ul {
  margin: 0 0 2rem 0;
}
.caseblog ul li {
  border-bottom: 1px dotted #808080;
  padding: 15px 0;
  line-height: 1.4;
  display: grid;
  grid-template-columns: 18% 82%;
  justify-content: space-between;
}
.caseblog ul li p {
  font-size: 14px;
  color: #808080;
}
.caseblog ul li a {
  font-size: 17px;
  font-weight: 600;
}
.caseblog .btn {
  border: 1px solid;
  margin: 1rem 0 2rem;
}
.caseblog .btn a {
  font-size: 14px;
}

/*research*/
.research-wrap {
  background: url(../images/research/bg_top.jpg) no-repeat right top;
}
.research-wrap img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.research-wrap .ttl {
  margin: 0 0 30px;
}

.research-wrap .btn {
  text-align: right;
  margin: -20px 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.research-wrap .btn::after {
  display: none;
}
.research-wrap .btn a {
  background: none;
  padding: 0 0 17px 0;
}
.research-wrap .btn a::after {
  display: none;
}

.research-wrap .note {
  list-style: none;
  margin: 0 0 20px;
  font-size: 12px;
  color: #372613;
}

.research-wrap .note li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.research-wrap .note .idt {
  padding-left: 1em;
  text-indent: -1em;
}

.research-wrap .contact-wrap {
  width: 646px;
  height: 86px;
  margin: 0 0 14px;
  padding: 12px 17px 0;
  background: url(../images/research/bg_contact.png) no-repeat;
}

.research-wrap .contact-wrap h4 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: normal;
}

.research-wrap .contact-wrap .phone {
  width: 274px;
  float: left;
  margin: 0 12px 0 0;
}

.research-wrap .contact-wrap .detail {
  width: 200px;
  float: left;
  margin: -5px 0 0;
}

.research-wrap .contact-wrap .btn-inquiry {
  width: 145px;
  float: right;
  margin: -30px 0 0;
}

.research-wrap .case {
  margin: 32px 0 32px;
}

.research-wrap .case li {
  padding: 18px 0;
  list-style: none;
  border-bottom: solid 1px #D6D6D6;
  overflow: hidden;
}

.research-wrap .case .case-a {
  border-top: solid 1px #D6D6D6;
}

.research-wrap .flow {
  list-style: none;
}

.research-wrap .flow li {
  width: 550px;
  margin: 0 auto 35px;
  padding: 25px 20px;
  position: relative;
  font-size: 16px;
  background: #FFFFBF;
}

.research-wrap .flow li:after {
  content: url(../images/research/bg_arrow.png);
  position: absolute;
  left: 50%;
  bottom: -35px;
  margin-left: -31px;
}

.research-wrap .flow li.last:after {
  content: none;
}

#main .research-list {
  width: 245px;
  float: left;
  padding: 20px 0;
}

/*ipad*/
/*SP*/
@media screen and (max-width: 599px) {
  .research-wrap {
    background: url(../images/research/bg_top.jpg) no-repeat right top;
    background-size: 44%;
  }
  .research-wrap .ttl {
    margin: 0 0 30px;
    width: 66%;
  }
  .research-wrap .btn {
    margin-top: 0;
    margin-bottom: 8px;
    text-align: center;
  }
  #main .research-list {
    width: 90%;
    float: none;
    padding: 20px 0;
    margin: 0 auto;
  }
  .research-wrap .contact-wrap {
    display: none;
  }
  .research-wrap .flow li {
    width: 100%;
    margin: 0 auto 35px;
    padding: 13px 20px;
    position: relative;
    font-size: 16px;
    background: #FFFFBF;
    box-sizing: border-box;
  }
}
.privacy h3 {
  background-color: #EFEFEF;
  padding: 7px 14px;
  margin: 35px 0 10px;
  font-size: 18px;
}/*# sourceMappingURL=contents.css.map */