@charset "UTF-8";
/* CSS Document */
/* mixin */
/* Scss Document */
/*font*/
/*頻出するテーマカラーのブルー、全体的な変更に備えて変数化*/
/*
@mediaquery変更に備えて変数化
@media screen and (min-width:$onmouse)
のような形で使う
*/
/*font*/
.main_content {
  margin-bottom: 110px;
}

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

/*==========================================
 パンくずリスト
===========================================*/
.breadcrumb {
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: right;
  margin-top: 110px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    text-align: left;
    margin-top: 80px;
  }
}
.breadcrumb a {
  color: #000;
  transition: 0.3s;
}
.breadcrumb a:hover {
  opacity: 0.7;
}

/*==========================================
 中ページ見出し
===========================================*/
.page_ttl {
  margin: 130px 0 60px;
  text-align: center;
  color: #1c2a52;
}
@media screen and (max-width: 768px) {
  .page_ttl {
    margin: 60px 0 40px;
  }
}
.page_ttl .ttl_en {
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Comfortaa";
  letter-spacing: 0.2rem;
  line-height: 1.2;
  display: block;
}
.page_ttl .ttl_ja {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
}

/*==========================================
 一覧へ戻るボタン
===========================================*/
.back_btn {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}
.back_btn a {
  max-width: 160px;
  font-weight: bold;
}

/*==========================================
 snsボタン
===========================================*/
.sns {
  display: flex;
  width: 240px;
  margin: 0 auto 90px;
}
.sns .item {
  flex-basis: 50%;
  width: 50%;
  text-align: center;
  position: relative;
}
.sns .item iframe {
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
}
.sns .item:first-child iframe:hover {
  opacity: 0.8;
}

/*==========================================
 ページャー
===========================================*/
.wp-pagenavi-wrap .wp-pagenavi {
  text-align: center;
  margin-bottom: 100px;
}
.wp-pagenavi-wrap .wp-pagenavi a,
.wp-pagenavi-wrap .wp-pagenavi span {
  color: #000;
  font-weight: 500;
  background: #ededed;
  border: none;
  padding: 6.5px 10px;
  margin: 5px 5px;
  min-width: 45px;
  display: inline-block;
  text-align: center;
  transition: 0.3s;
}
.wp-pagenavi-wrap .wp-pagenavi a:hover,
.wp-pagenavi-wrap .wp-pagenavi .current {
  color: #fff;
  font-weight: 500;
  background: #1c2a52;
}
.wp-pagenavi-wrap .wp-pagenavi .nextpostslink,
.wp-pagenavi-wrap .wp-pagenavi .previouspostslink {
  background: none;
}

/*==========================================
 文字数制限
===========================================*/
.clamp {
  display: -webkit-box;
  height: 3em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*==========================================
 画像トリミング
===========================================*/
.trm_h,
.trm_w {
  position: relative;
  height: 0;
  line-height: 0;
  overflow: hidden;
  width: 100%;
  display: block;
  padding-top: 66.67%;
}

.trm_h img,
.trm_w img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.trm_h img {
  /*縦*/
  height: 100%;
  width: auto;
  max-width: inherit;
}

.trm_w img {
  /*横*/
  height: auto;
  width: 100%;
}

/*==========================================
 more ホバーアニメーション
===========================================*/
.more > a {
  display: block;
}
.more > a .btn_more {
  color: #1c2a52;
  font-size: 1.4rem;
  padding-bottom: 8px;
  border-bottom: solid 1px #1c2a52;
  width: 100px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.more > a .btn_more::before, .more > a .btn_more::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6%;
  border-bottom: solid 1px #1c2a52;
  margin: auto;
  height: 0;
}
.more > a .btn_more::before {
  width: 22px;
}
.more > a .btn_more::after {
  transform: rotate(45deg);
  width: 6px;
  transform-origin: right;
}
.more > a:hover .btn_more {
  width: 150px;
}

/*==========================================
 グーテンベルク
===========================================*/
.editor_area {
  padding-bottom: 80px;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  overflow: hidden;
}
.editor_area img {
  width: auto;
}
.editor_area h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  padding: 20px 1em;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.editor_area h2::before {
  content: "";
  width: 7px;
  display: block;
  height: 20px;
  width: 70px;
  border-bottom: solid 3px #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.editor_area h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  padding: 20px 1em;
  margin-bottom: 40px;
  position: relative;
}
.editor_area h3::before {
  content: "";
  background: #1c2a52;
  width: 5px;
  display: block;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.editor_area h4 {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .editor_area h4 {
    font-size: 1.8rem;
  }
}
.editor_area strong {
  font-weight: bold;
}
.editor_area em {
  font-style: italic;
}
.editor_area p {
  margin-bottom: 1em;
}
.editor_area ol {
  list-style: decimal;
  padding-left: 2em;
  margin-bottom: 1em;
}
.editor_area ul {
  list-style: inherit;
  padding-left: 2em;
  margin-bottom: 1em;
}
.editor_area ul.wp-block-gallery {
  padding-left: 0;
}
.editor_area a {
  color: #1c2a52;
  transition: 0.3s;
  font-weight: bold;
  text-decoration: underline !important;
}
.editor_area a:hover {
  color: #000;
}
.editor_area .wp-block-quote {
  position: relative;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #9dd4ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  margin-bottom: 20px;
}
.editor_area .wp-block-quote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #9dd4ff;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.editor_area .wp-block-quote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
.editor_area .wp-block-quote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*==========================================
 コンバージョンエリア
===========================================*/
.conv_t {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .conv_t {
    display: block;
    margin-bottom: 50px;
  }
}
.conv_t .item {
  flex-basis: 48%;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.conv_t .item:nth-child(2) {
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .conv_t .item:nth-child(2) {
    margin: 20px auto 0 auto;
  }
}
.conv_t .item a {
  transition: 0.3s;
}
.conv_t .item a:hover {
  opacity: 0.7;
}

.conv_b {
  display: flex;
  width: 100%;
}
.conv_b .item_l {
  flex-basis: 50%;
  background: url("../images/common/footer_img01.jpg") 50% 50%/cover no-repeat;
  width: 100%;
  padding: 90px 20px;
}
.conv_b .item_l .inr {
  width: 100%;
  max-width: 570px;
  margin: 0 0 0 auto;
}
.conv_b .item_l .inr .ttl_blc {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.conv_b .item_l .inr .ttl_blc .en {
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: block;
  line-height: 1.4;
}
.conv_b .item_l .inr .ttl_blc .ja {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  display: block;
}
.conv_b .item_l .inr .btn {
  text-align: center;
  margin-bottom: 40px;
}
.conv_b .item_l .inr .btn .btn_u {
  width: 100%;
  max-width: 380px;
  letter-spacing: 0;
}
.conv_b .item_l .inr .tel {
  text-align: center;
}
.conv_b .item_l .inr .tel a {
  color: #fff;
  font-size: 3.6rem;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .conv_b .item_l .inr .tel a {
    pointer-events: auto;
  }
}
.conv_b .item_l .inr .tel a i {
  font-size: 3rem;
  margin-right: 1rem;
}
.conv_b .item_l .inr .time {
  color: #fff;
  font-family: "Comfortaa";
  text-align: center;
}
.conv_b .item_r {
  flex-basis: 50%;
  width: 100%;
  background: #ededed;
}
.conv_b .item_r .inr {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 0 0;
}
.conv_b .item_r .inr .ul {
  padding: 70px 0 50px;
}
.conv_b .item_r .inr .ul .li {
  padding-bottom: 20px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.conv_b .item_r .inr .ul .li a {
  background: #fff;
  display: flex;
}
.conv_b .item_r .inr .ul .li a .img {
  flex-basis: 26%;
  width: 26%;
}
.conv_b .item_r .inr .ul .li a .img .span {
  padding-top: 110px;
}
.conv_b .item_r .inr .ul .li a .img .span img {
  transition: 0.3s;
}
.conv_b .item_r .inr .ul .li a .txt {
  flex-basis: calc(74% - 40px);
  width: 60%;
  color: #000;
  padding: 24px 0 0 16px;
}
.conv_b .item_r .inr .ul .li a .txt .txt01 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  display: block;
}
.conv_b .item_r .inr .ul .li a .txt .txt02 {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
}
.conv_b .item_r .inr .ul .li a .arrow {
  flex-basis: 40px;
  width: 40px;
  transition: 0.3s;
  position: relative;
}
.conv_b .item_r .inr .ul .li a .arrow img {
  width: 24px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.conv_b .item_r .inr .ul .li a:hover .img img {
  transform: translate(-50%, -50%) scale(1.2);
}
.conv_b .item_r .inr .ul .li a:hover .arrow {
  padding-left: 14px;
}

@media screen and (max-width: 920px) {
  .conv_b {
    display: block;
  }
  .conv_b .item_l .inr {
    margin: 0 auto;
  }
  .conv_b .item_r .inr {
    margin: 0 auto;
  }
  .conv_b .item_r .inr .ul {
    padding: 70px 2% 50px;
  }
}
@media screen and (max-width: 768px) {
  .conv_b .item_l {
    padding: 50px 20px;
  }
  .conv_b .item_r .inr .ul {
    padding: 50px 2% 30px;
  }
}
.showroomCV {
  display: block;
  box-shadow: 0 0 10px 0 #999;
}
.showroomCV_txt {
  margin-bottom: 10px;
  font-weight: bold;
  color: #1c2a52;
  text-align: center;
}

.tunaguie_bg .cv_showroom .conv_t,
.mitoosuie .cv_showroom .conv_t {
  margin: 0 auto;
  padding-bottom: clamp(60px, 15vw, 120px);
}

.mitoosuie .cv_showroom .showroomCV_txt {
  color: #fff;
}

.btnCV {
  width: fit-content;
  padding: 1.5em 2em;
  margin: 0 auto clamp(30px, 10vw, 60px);
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background: #bf9000;
  border: 1px solid #bf9000;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .btnCV {
    font-size: clamp(1.4rem, 3.2vw, 1.6rem);
  }
}
.btnCV .fa-solid {
  margin-left: 0.5em;
  font-size: 2em;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.btnCV .arw {
  width: 2em;
  height: 0.6em;
  margin-left: 0.5em;
  position: relative;
}
.btnCV .arw::before, .btnCV .arw::after {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  transition: 0.3s ease-in-out;
}
.btnCV .arw::before {
  width: 100%;
  bottom: 0;
}
.btnCV .arw::after {
  width: 0.5em;
  bottom: 0.2em;
  transform: rotate(45deg);
}
.btnCV:hover {
  color: #bf9000;
  background: #fff;
}
.btnCV:hover .fa-solid {
  color: #bf9000;
}
.btnCV:hover .arw::before, .btnCV:hover .arw::after {
  background: #bf9000;
}

.eventCV .btn_u {
  display: block;
  width: 100%;
  max-width: 710px;
  padding: 30px 0;
  margin: clamp(30px, 7.5vw, 60px) auto;
  text-decoration: none !important;
}
.eventCV .btn_u i {
  right: 20px;
}

/*# sourceMappingURL=common_add.css.map */
