@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Jomolhari&display=swap');

/*********************

* global

*********************/
.main {
  padding-top: 70px;
  padding-bottom: 27.5vw;
  overflow-x: hidden;
}

.book_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.move_book {
  position: absolute;
  width: auto;
  animation-name: float_5324;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
}

@keyframes float_5324 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-12px)
  }

  100% {
    transform: translateY(0)
  }
}

.sp_block {
  display: none;
}

/*********************

* トップページ

*********************/
/*--- main_visual ---*/
.main_visual {
  margin-top: -22px;
}

.movie_wrap {
  width: 89.2vw;
  margin: 0 auto;
  padding: 50px 0 50px;
  background: url(../img/main_visual_bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  height: 49.8vw;
}

.movie_box {
  position: absolute;
  width: 91%;
  height: 42.2vw;
  left: 4.5%;
  top: 8%;
  overflow: hidden;
  z-index: -1;
}

.movie_box video {
  width: 100%;
}

.book_01 {
  max-height: 140px;
  height: 7.3vw;
  left: -3.0%;
  top: 63%;
  animation-delay: 0s;
}

.book_02 {
  max-height: 112px;
  height: 5.8vw;
  right: -2.5%;
  top: 20%;
  animation-delay: .5s;
}

.main_heading {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 41.8%;
  padding: 0 5%;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #221b15;
  line-height: 1.8;
  text-shadow: rgba(255, 255, 255, 0.55) 0px 0px 4px;
  filter: brightness(190%);
}

/*--- top_catch ---*/
.top_catch {
  background: url(../img/top_catch_bg.png) no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -18px;
  min-height: 358px;
  height: 23vw;
}

.book_03 {
  max-height: 180px;
  height: 9.4vw;
  top: -5.8vw;
  right: 6.5vw;
  animation-delay: .2s;
}

.book_04 {
  max-height: 192px;
  height: 10.0vw;
  bottom: -6.2vw;
  left: 9.5%;
  animation-delay: .6s;
}

.top_catch_txt_box {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_catch_ttl {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.45;
  text-align: center;
  color: #2a231d;
}

.top_catch_txt {
  margin-top: 34px;
  font-size: 17px;
  color: #2a231d;
  text-align: center;
  line-height: 2;
}

/*--- top_link_area ---*/
.top_link_area {
  padding: 20px 0;
  position: relative;
}

.book_05 {
  max-height: 113px;
  height: 5.8vw;
  top: 34%;
  right: 7.0vw;
  animation-delay: .1s;
}

.top_link_flex {
  max-width: 1100px;
  margin: 29px auto 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.top_link_flex .btn {
  display: block;
  width: 530px;
  height: 195px;
  margin: 2% 0;
  padding-top: 48px;
  text-align: center;
  color: #fff;
  z-index: 1;
  transition: .6s ease;
}

.top_link_flex .btn:hover {
  filter: brightness(1.8);
}

.services_btn img {
  height: 59px;
}

.company_btn img {
  height: 68px;
  margin-bottom: -9px;
}

.btn_name_j {
  display: block;
  font-size: 18px;
}

.services_btn {
  background: url(../img/services_btn_bg.jpg) no-repeat;
  background-size: cover;
}

.company_btn {
  background: url(../img/company_btn_bg.jpg) no-repeat;
  background-size: cover;
}

/*--- top_news ---*/
.top_news {
  padding: 22px 0 100px;
  position: relative;
}

.book_06 {
  height: 3.0vw;
  bottom: -7px;
  left: 50.4%;
  max-height: 58px;
  animation-delay: .3s;
}

.top_news_flex {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.68);
  padding: 107px 0 59px;
}

.top_news_heading {
  width: 378px;
  text-align: center;
  margin-top: -52px;
  margin-right: 5.4%;
}

.top_news_ttl {
  height: 53px;
}

.top_news_wrap {
  width: calc(100% - 378px);
}

.top_news_sub {
  margin-top: -2px;
  font-size: 18px;
  color: #2c2020;
}

.top_news_item {
  margin-bottom: 16px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  padding-right: 3%;
}

.top_news_item:hover a {
  text-decoration: underline;
}

.top_news_item a {
  font-size: 15px;
  color: #2c2020;
  font-weight: 600;
}

.top_news_date {
  display: block;
  vertical-align: middle;
  width: 138px;
}

.top_news_item_ttl {
  width: calc(100% - 138px);
}

/*********************

* company

*********************/
.post-10 .page_ttl_logo img {
  height: 68px;
  margin-bottom: -9px;
}

.company_table {
  width: 70%;
  margin-top: 60px;
  margin-left: 20%;
}

.company_table th,
.company_table td {
  text-align: left;
  font-weight: 300;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  line-height: 1.75;
  color: #2c2020;
}

.company_table th {
  width: 36%;
  padding-left: 20px;
  vertical-align: top;
}

.company_table td {
  padding-left: 10px;
}

/*********************

* contact

*********************/
.post-12 .page_ttl_logo img {
  height: 55px;
  margin-bottom: 4px;
}

.contact_table {
  width: 75%;
  margin: 60px auto;
}

.contact_table th,
.contact_table td {
  text-align: left;
  font-weight: 300;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  line-height: 1.75;
  color: #2c2020;
}

.contact_table th {
  width: 40%;
  padding-left: 20px;
  padding-right: 53px;
  vertical-align: top;
  margin-right: 5%;
}

.contact_table th .sb_coment {
  display: block;
  font-size: 11px;
  font-weight: 300;
}

.contact_table td {
  padding-left: 10px;
}

.required {
  display: inline-block;
  margin-left: 2px;
  font-size: 12px;
  color: #e21e1e;
}

.contact_table input,
.contact_table select,
.contact_table textarea {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #fff;
  font-size: 15px;
}

td.select_menu {
  position: relative;
}

td.select_menu::after {
  position: absolute;
  display: block;
  content: '▼';
  font-size: 13px;
  right: 10px;
  top: 20px;
}

.contact_table input:focus,
.contact_table select,
.contact_table textarea:focus {
  outline: none;
}

.contact_table textarea {
  height: 170px;
}

#formbtn {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 77px;
  text-align: center;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  z-index: 0;
}

.submit_wrap {
  display: block;
  position: relative;
  width: 466px;
  margin: 20px auto;
  height: 77px;
  cursor: pointer;
  z-index: 0;
  overflow: hidden;
}

.submit_wrap::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 2;
}

.submit_wrap:hover::after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

#formbtn:focus {
  outline: none;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #e21e1e;
}

.wpcf7-response-output {
  text-align: center;
  font-size: 14px;
  color: #e21e1e;
}

/*********************

* 404 Not Found

*********************/
.nf_sub {
  margin-top: 60px;
  text-align: center;
}

.nf_txt {
  text-align: center;
  margin-top: 15px;
}

.nf_link {
  position: relative;
  display: block;
  width: 466px;
  margin: 50px auto;
  height: 77px;
  line-height: 77px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

/*********************

* 事業内容

*********************/
/*.contentArea.typeB
------------------------------------*/
#cost {
  margin-top: 30px;
  position: relative;
}

.contentArea.typeB .textArea {
  float: right;
  width: 44%;
  margin-bottom: -190px;
  padding-left: 32px;
  padding-bottom: 32px;
}

.contentArea.typeB .photoArea {
  float: left;
  position: relative;
  z-index: -1;
}

.contentArea.typeB .photoArea img {
  width: 640px;
}

.about p {
  padding: 6px 0;
}

h2.main_ttl,
h2.ser_ttl {
  font-family: 'Jomolhari', serif;
  font-weight: normal;
  font-size: 44px;
  margin: 0 0 12px;
  color: #32373c;
}

h2.main_ttl:first-letter {
  color: #7a6b35;
}

h2.main_ttl span,
h2.ser_ttl span {
  font-size: 16px;
  color: #69665c;
  display: block;
  font-weight: normal;
  letter-spacing: 0.2rem;
}

.bu_box h3 span {
  font-family: '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
  color: #7a6b35;
  font-size: 42px;
  display: block;
  text-align: center;
  line-height: 1;
  width: 100%;
  margin-bottom: 9px;
}

.bu_box h3 {
  text-align: center;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.1rem;
  margin: auto;
  margin-bottom: 7px;
}

.bu_box {
  display: block;
  max-width: 50%;
  height: 263px;
  float: left;
  margin: 0% auto 0%;
  padding: 4% 2%;
  border-right: 1px solid #7a6b35;
  border-bottom: 1px solid #7a6b35;
}

.bu_box:nth-child(odd) {
  margin-right: 0;
  border-right: 0px;
}

.bu_box:nth-child(4),
.bu_box:nth-child(5) {
  border-bottom: 0px;
}

.bu_box p {
  font-size: 13px;
  line-height: 1.8em;
}

.bu_box2 {
  max-width: 1000px;
  margin: auto;
  padding: 3% 1%;
  overflow: hidden;
}

.bu_box_cont {
  margin: 24px auto 4%;
  font-size: 13px;
  line-height: 1.8em;
}

.bk_color {
  clear: both;
}

.bu_box2 h3 {
  font-family: 'Jomolhari', serif;
  font-weight: normal;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.2rem;
  color: #7c7764;
}

.bu_sub_ttl {
  margin-bottom: 3%;
}

.bu_box2 span {
  display: block;
  font-size: 33px;
  color: #000000;
  margin: 30px 0 0px;
}

.bu_box2 img {
  width: 80%;
  margin: 3% auto;
  display: block;
}

.bu_box2 p {
  width: 100%;
  margin: 0 auto 4%;
  font-size: 13px;
  line-height: 1.8em;
}

#cost table {
  max-width: 100%;
  margin: 4% auto 0%;
  width: 100%;
  font-size: 13px;
  color: #27323e;
}

#cost table th {
  font-weight: normal;
  padding: 1% 1%;
  background: #112c52;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  border-right: 1px solid #ababab;
}

#cost table td {
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #ababab;
  padding: 1% 2%;
  width: 42px;
  background: #d3cdb8;
}

#cost td.zei {
  background: #fff;
  color: #27323e;
  width: 60%;
}

#cost tr td:last-child {
  text-align: right;
  border-right: 1px solid #ababab;
  background: #ffffff;
  width: 15%;
}

#cost span.ridht {
  font-size: 12px;
  color: #fd0c39;
  font-weight: normal;
  border-bottom: 0px;
  padding-top: 12px;
  text-align: center;
}

h2.ser_ttl {
  font-size: 38px;
  margin-top: 28px;
}

.ser_txt {
  font-size: 13px;
  line-height: 1.8em;
  margin-top: -13px;
}

.ser_txt p {
  font-size: 16px;
  padding-left: 35px;
  position: relative;
  margin-top: 26px;
}

.ser_box h3 {
  font-size: 15px;
  padding-bottom: 6px;
  color: #5c422b;
}

.ser_txt p:before {
  position: absolute;
  content: "";
  background: #baa043;
  width: 26px;
  height: 1px;
  top: 8px;
  left: 0;
}

.ser_area,
.ser_area2 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 2% auto 0;
  width: 95%;
}

.ser_area2 {
  margin: 1% auto 0;
}

.ser_box {
  padding: 1.5% 3%;
  width: 46%;
  border-right: 1px dotted #7a6b35;
  float: left;
}

.ser_box:nth-child(2) {
  border-right: 0px;
}

.ser_area2 .ser_box {
  width: 28%;
  border-right: 0px;
  float: left;
}

.ser {
  position: relative;
  margin-bottom: 48px;
  margin-top: 50px;
}

a.ser_link {
  position: absolute;
  bottom: -49px;
  left: 31%;
  padding: 20px 30px;
  background: #273647;
  color: #fff;
  text-align: center;
  font-size: 19px;
}

a.ser_link {
  position: absolute;
  bottom: -82px;
  left: 31%;
  padding: 20px 30px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  background: url(../img/company_btn_bg.jpg) no-repeat;
}

.cost_pdf {
  position: absolute;
  bottom: -80px;
  left: 34%;
  padding: 20px 30px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  background: url(../img/company_btn_bg.jpg) no-repeat;
}

.cost_pdf span {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  margin: 0 0 0 15px;
  padding: 4px;
}

/*********************

* レスポンシブ

*********************/
@media screen and (min-width: 1800px) {
  .main {
    padding-bottom: 46.5vw;
  }

  /* min-width:1800px */
}

@media screen and (max-width: 1500px) {
  .book_05 {
    right: 2vw;
  }

  /* max-width:1500px */
}

@media screen and (max-width: 1100px) {
  .top_link_flex .btn {
    width: 48%;
  }

  .top_news_heading {
    width: 36%;
    margin-right: 0;
  }

  .top_news_wrap {
    width: 64%;
  }

  .top_link_flex {
    width: 90%;
  }

  .book_05 {
    top: 85%;
  }

  .post_page_container .inner,
  .single_container .inner,
  .single_archive_container .inner {
    width: 90%;
  }

  .company_table {
    width: 70%;
    margin: 60px auto 0;
  }

  .contact_table {
    width: 90%;
  }

  .post_page .book_01 {
    left: -3%;
  }

  .post_page .book_02 {
    right: -3%;
  }

  /* max-width:1100px */
}

@media screen and (max-width: 1000px) {
  .top_news_heading {
    width: 30%;
  }

  .top_news_wrap {
    width: 70%;
  }

  /* サービス */
  .bu_box {
    padding: 3% 2%;
  }

  .bu_box h3 span {
    font-size: 33px;
    margin-bottom: 6px;
    line-height: 1;
  }

  .bu_box h3 {
    min-height: 83px;
    text-align: center;
    font-size: 15px;
  }

  a.ser_link {
    left: 28%;
  }

  .cost_pdf {
    left: 28%;
  }

  /* max-width:1000px */
}

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

  .top_news_heading {
    width: 100%;
  }

  .top_news_wrap {
    width: 90%;
    margin: 40px auto 0;
  }

  .top_link_flex .btn {
    height: 179px;
    padding-top: 43px;
  }

  .top_news_date {
    width: 170px;
  }

  .top_news_item_ttl {
    width: calc(100% - 170px);
  }

  .main_heading {
    font-size: 21px;
  }

  .main_visual {
    padding: 21px 0 18px;
  }

  .movie_wrap {
    width: 100%;
    background-size: cover;
    height: 54.9vw;
  }

  .movie_box {
    height: 46.5vw;
  }

  .book_01 {
    left: 0;
  }

  .book_02 {
    right: 0;
  }

  .post_page {
    padding: 64px 5% 110px;
  }

  .breadcrumb {
    margin-bottom: 26px;
    margin-top: 13px;
  }

  .company_table {
    width: 85%;
    margin-top: 50px;
  }

  .contact_table {
    width: 100%;
    margin: 50px auto;
  }

  .blog_wrap {
    margin-top: 50px;
  }

  .recommend_flex {
    margin-top: 50px;
  }

  .recommend {
    padding-top: 130px;
  }

  .archive_loop_flex {
    margin-top: 50px;
  }

  .wp-pagenavi {
    margin-top: 49px;
    margin-bottom: 72px;
  }

  .nf_sub {
    margin-top: 50px;
  }

  .bu_box {
    display: block;
    max-width: 100%;
    height: auto;
    float: left;
    margin: 0% auto 0%;
    padding: 5% 1%;
    border-right: 0;
    border-bottom: 1px solid #7a6b35;
  }

  .bu_box:nth-child(4) {
    border-bottom: 1px solid #7a6b35;
  }

  .bu_box h3 {
    min-height: auto;
    margin-bottom: 14px;
    text-align: center;
    font-size: 15px;
  }

  a.ser_link {
    left: 24%;
  }

  .ser_area2 .ser_box {
    width: 38%;
  }

  .cost_pdf {
    left: 24%;
  }

  .ser {
    margin-top: 40px;
  }

  /* max-width:768px */
}

@media screen and (max-width: 700px) {
  .main_heading {
    font-size: 16px;
  }

  .company_table th {
    display: block;
    width: 100%;
    padding: 0;
    font-weight: 600;
  }

  .company_table td {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 28px;
    font-size: 14px;
  }

  .contact_table th {
    display: block;
    width: 100%;
    padding: 0 0 5px 0;
    font-weight: 600;
  }

  .contact_table td {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 28px;
    font-size: 15px;
  }

  td.select_menu::after {
    top: 9px;
  }

  .contact_table th .sb_coment {
    margin-top: -3px;
  }

  .submit_wrap {
    width: 87%;
  }

  .archive_item {
    width: 100%;
  }

  .archive_item .cat_item_img {
    height: 49.8vw;
  }

  .anchor_btn,
  .nf_link {
    width: 87%;
    margin: 20px auto;
  }

  .bu_box2 span {
    display: block;
    font-size: 30px;
  }

  .cost_pdf span {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    margin: 0 0 0 15px;
    padding: 4px;
  }

  .cost_pdf {
    left: 23%;
  }

  .ser_box {
    padding: 4.5% 2%;
    width: 100%;
    border-right: 0px;
    border-bottom: 1px dotted #7a6b35;
    float: none;
  }

  .ser_box:nth-child(2) {
    border-right: 0px;
    border-bottom: 0px;
  }

  .ser_txt p {
    font-size: 14px;
    padding-left: 31px;
    position: relative;
    margin-top: 26px;
  }

  .ser_txt p:before {
    position: absolute;
    content: "";
    background: #baa043;
    width: 21px;
    height: 1px;
    top: 9px;
    left: 0;
  }

  .ser_area2 .ser_box {
    width: 100%;
    padding: 3% 1%;
  }

  h2.main_ttl,
  h2.ser_ttl {
    font-family: 'Jomolhari', serif;
    font-weight: normal;
    font-size: 31px;
    margin: 0 0 12px;
    color: #32373c;
  }

  h2.main_ttl span,
  h2.ser_ttl span {
    font-size: 14px;
    color: #69665c;
    display: block;
    font-weight: normal;
    letter-spacing: 0.2rem;
  }

  h2.ser_ttl {
    font-size: 30px;
  }

  h2.ser_ttl span {
    font-size: 14px;
  }

  .ser_area,
  .ser_area2 {
    display: block;
    width: 100%;
  }

  a.ser_link {
    font-size: 16px;
    background: url(../img/company_btn_bg.jpg) no-repeat;
  }

  a.ser_link {
    left: 18%;
  }

  .cost_pdf {
    left: 19%;
  }

  .bu_box2 img {
    width: 100%;
    margin: 11px auto;
    display: block;
  }

  #cost td.zei {
    width: 50%;
  }

  /* max-width:700px */
}

@media screen and (max-width: 600px) {
  .top_catch_ttl {
    font-size: 36px;
  }

  a.ser_link {
    left: 18%;
  }

  .cost_pdf {
    left: 17%;
  }

  /* max-width:600px */
}

@media screen and (max-width: 500px) {
  .ser {
    position: relative;
    padding-bottom: 30px;
  }

  a.ser_link {
    bottom: -50px;
    left: 10%;
  }
}

@media screen and (max-width: 480px) {
  .main {
    padding-top: 50px;
  }

  .top_catch_ttl {
    font-size: 25px;
  }

  .top_catch_txt {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.8;
  }

  .top_catch {
    height: 62vw;
    min-height: auto;
    height: auto;
    padding: 30px 0 30px;
  }

  .top_link_flex {
    display: block;
  }

  .top_link_flex .btn {
    width: 100%;
    height: 111px;
    padding-top: 23px;
    margin-bottom: 30px;
  }

  .btn_name_e {
    font-size: 58px;
  }

  .top_news_item .top_news_date a {
    font-size: 12px;
  }

  .top_news_date {
    width: 100%;
  }

  .top_news_item_ttl {
    width: 100%;
    margin-top: 2px;
  }

  .top_news_item {
    padding-right: 0;
    display: block;
    border-bottom: 1px solid #2c2020;
    padding-bottom: 3px;
    margin-bottom: 15px;
  }

  .book_05 {
    top: 101%;
    height: 10.8vw;
  }

  .book_06 {
    height: 8vw;
    bottom: 82px;
    left: 43%;
  }

  .services_btn img {
    height: 45px;
  }

  .company_btn img {
    height: 54px;
  }

  .top_catch_txt_box {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
  }

  .sp_block {
    display: block;
  }

  .main_heading {
    font-size: 15px;
    bottom: 34.8%;
  }

  .top_news_item a {
    font-size: 14px;
  }

  .top_news_ttl {
    height: 39px;
  }

  .btn_name_j {
    font-size: 15px;
  }

  .top_link_area {
    padding-bottom: 0;
  }

  .top_news_wrap {
    margin-top: 24px;
  }

  .top_news_flex {
    padding-top: 90px;
  }

  .top_news_sub {
    font-size: 15px;
  }

  .post-10 .page_ttl_logo img {
    height: 54px;
  }

  .page_ttl {
    font-size: 15px;
  }

  .post_page {
    padding: 24px 5% 110px;
  }

  .company_table {
    width: 100%;
    margin-top: 28px;
  }

  .company_table td {
    margin-bottom: 21px;
  }

  .post_page_container .inner,
  .single_container .inner,
  .single_archive_container .inner {
    width: 100%;
  }

  .post-12 .page_ttl_logo img {
    height: 41px;
  }

  .contact_table {
    margin-top: 28px;
    margin-bottom: 20px;
  }

  .contact_table td {
    margin-bottom: 18px;
  }

  .single_container .page_ttl_logo img {
    height: 41px;
  }

  .single_container .recommend .page_ttl_logo img {
    height: 47px;
  }

  .page_ttl_logo img {
    height: 45px;
  }

  .blog_wrap {
    margin-top: 28px;
  }

  .single_ttl {
    font-size: 21px;
  }

  .single_wrap h2 {
    margin: 40px 0 20px;
    padding: 8px 3%;
    font-size: 19px;
  }

  .single_wrap h3 {
    margin: 40px 0 20px;
    font-size: 19px;
  }

  .recommend {
    margin-top: 58px;
    padding-bottom: 45px;
    padding-top: 28px;
  }

  .recommend_flex {
    margin-top: 28px;
    margin-bottom: 35px;
  }

  .archive_item {
    padding-right: 0;
    padding-left: 0;
  }

  .archive_loop {
    padding-left: 0;
    padding-right: 0;
  }

  .archive_loop_flex {
    margin-top: 28px;
    width: 90%;
  }

  .wp-pagenavi {
    margin-top: 39px;
    margin-bottom: 22px;
  }

  .nf_sub {
    margin-top: 28px;
  }

  .post_page .book_02 {
    height: 6.8vw;
    right: 1%;
    top: 2%;
  }

  .post_page .book_01 {
    height: 14.3vw;
    left: -3%;
    z-index: -1;
  }

  .post_page .book_05 {
    height: 12.8vw;
    top: 82%;
    right: 0vw;
    z-index: -1;
  }

  .post_page .book_06 {
    height: 8vw;
    bottom: -6vw;
    left: 44.4%;
    z-index: -1;
  }

  a.ser_link {
    bottom: -23px;
    left: 13%;
  }

  .cost_pdf {
    left: 11%;
  }

  .ser {
    margin-top: 26px;
  }

  /* max-width:480px */
}

@media screen and (max-width: 375px) {
  .main_heading {
    font-size: 15px;
    bottom: 30%;
  }

  a.ser_link {
    bottom: -23px;
    left: 8%;
    font-size: 14px;
    background: url(../img/company_btn_bg.jpg) no-repeat;
  }

  .cost_pdf {
    left: 11%;
    font-size: 14px;
    background: url(../img/company_btn_bg.jpg) no-repeat;
  }

  /* max-width:375px */
}

@media screen and (max-width: 320px) {
  .top_catch_ttl {
    font-size: 22px;
  }

  .top_catch_txt {
    font-size: 14px;
  }

  .main_heading {
    font-size: 14px;
    bottom: 26%;
  }

  a.ser_link {
    bottom: -23px;
    left: 3%;
  }

  .cost_pdf {
    left: 4%;
  }

  .cost_pdf span {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    margin: 0 0 0 11px;
    padding: 4px;
  }

  /* max-width:320px */
}

/*
 * add service page style by R-TG Agent.inc at 2021-06-07
 */

.service_detail {
  position: relative;
  margin: 0 0 150px;
}

.service_detail a.service_link2 {
  position: absolute;
  background: url(../img/company_btn_bg.jpg) no-repeat;
  text-align: center;
  font-size: 19px;
  color: #fff;
  width: 430px;
  margin: 30px 0 0;
  padding: 20px 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.br-768 {
  display: none;
}

@media screen and (max-width: 768px) {
  .service_detail {
    margin: 0 0 170px;
  }

  .service_detail a.service_link2 {
    width: 270px;
  }

  .br-768 {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .service_detail {
    margin: 0 0 50vw;
  }

  .service_detail a.service_link2 {
    font-size: 5vw;
    width: 75vw;
    padding: 10px 0;
  }
}

/* 2024.10.28 */
@media screen and (max-width: 768px) {
  .post_page {
    padding: 64px 5% 55px;
  }
}