@charset "UTF-8";
main .mv {
  width: 100%;
  /* ───────── Slider 本体 ───────── */
  /* slick が生成する 2 階層に高さを伝搬 */
  /* ───────── 角丸コンテナ ───────── */
  /* 画像を全面にトリムして表示。上に寄せて頭を切らない */
  /* ───────── スケール演出 ───────── */
}
main .mv .mv_ttl01 {
  top: 25px;
  z-index: 98;
}
main .mv .slider {
  width: 100vw;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  height: 60vh; /* PC 用。レスポンシブはメディアクエリで */
}
main .mv .slider .slick-list,
main .mv .slider .slick-track {
  height: 100%;
}
main .mv .slider .slick-img {
  height: 100%;
  position: relative;
  /* ここだけ変えれば角丸半径を変更できます */
}
main .mv .slider .slick-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%; /* ← y を 0–20% 程度にすると上が残る */
  display: block;
  border-radius: 100px;
}
main .mv .slider .slick-slide {
  transition: transform 0.5s ease;
  padding: 0 10px;
  transform: scale(0.8) translateY(60px);
}
main .mv .slider .slick-center {
  transform: scale(1) translateY(0);
  z-index: 2;
}
main .mv .mv_txt_wap {
  margin-top: -100px;
}
main .mv .mv_txt_wap .txt_effect02 span {
  font-size: 160px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
main .mv .mv_bg01 {
  bottom: 200px;
  left: 5vw;
}
main .mv .mv_bg02 {
  bottom: 200px;
  right: 5vw;
}
main .mv .mv_bg03 {
  top: 100px;
  right: 5vw;
}
main .mv .mv_bg04 {
  top: 100px;
  left: 5vw;
}
main .mv .wave_bg05 {
  bottom: -230px;
  top: initial;
}
main .mv .scroll .logo_wap {
  width: 80px;
  height: 80px;
}
main .mv .logo_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/scroll_bg01.svg") no-repeat center center; /* 回転させる背景画像 */
  background-size: contain;
  animation: spin 6s linear infinite;
  z-index: 1;
}
main .mv .icon_fixed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  z-index: 2;
}
main .mv .scroll p {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 1px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
main {
  /*----------------------------------------------------------------

  top

  ----------------------------------------------------------------*/
  /*********************************************************************
  ブログ
  /*********************************************************************/
  /*ページャーのCSS*/
  /*********************************************************************
  取扱商品
  /*********************************************************************/
  /*********************************************************************
  座談会
  /*********************************************************************/
}
main .top_bg_gradation01 {
  margin-top: -100px;
}
main .top_bg_gradation02 .wave_bg06 {
  bottom: 0;
  top: initial !important;
}
main .top_about_section .inner .img_box .about_img02 {
  top: 60px;
}
main .top_news_section {
  border-radius: 0;
  transition: border-radius 0.3s ease;
}
main .top_products_section .inner .item_box01 {
  border-radius: 10px;
}
main .top_products_section .inner .item_box01 .txt_bg01 {
  top: -35px;
  left: -8px;
  z-index: 1;
  color: #fff;
  opacity: 0.1;
  font-size: 7vw;
}
main .top_products_section .inner .item_box01 .txt_bg01 * {
  z-index: 2;
  position: relative;
}
main .top_products_section .inner .item_box01 .img_box01 img {
  z-index: 10;
  top: -35px;
  right: -70px;
  width: 50%;
}
main .top_products_section .inner .item_box02 {
  border-radius: 20px;
}
main .top_products_section .inner .item_box02 .icon01 {
  top: -40px;
  left: -40px;
  z-index: 99;
}
main .top_instagram_section .ttl_wap .ttl_box .account {
  border-left: 1px solid #1A2167;
}
main .top_blog_section .ttl_wap {
  width: 33%;
}
main .blog_box_wap .item_box01 {
  width: 32%;
  margin: 20px 1%;
}
main .blog_box_wap .item_box01 .blog_img {
  height: 220px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}
main .blog_box_wap .item_box01 .date_box {
  border-top: 1px solid #A6A6A6;
}
main .top_recruit_section {
  background: url("../img/top/recruit_bg01.png") no-repeat bottom right;
  background-size: 150%;
}
main .top_recruit_section .ttl_wap {
  overflow-x: hidden;
  border-radius: 0 200px 200px 0;
  max-width: 1150px;
}
main .top_recruit_section .ttl_wap * {
  position: relative;
  z-index: 2;
}
main .top_recruit_section .ttl_wap .txt_bg01 {
  z-index: 1;
  top: -60px;
  left: -25px;
  opacity: 0.1;
}
main .top_recruit_section .ttl_wap .ttl01 {
  font-size: 12vw;
}
main .top_recruit_section .ttl_wap .txt_inner {
  background-image: url("../img/top/recruit_bg02.png"), url("../img/top/recruit_bg03.png");
  background-repeat: no-repeat;
  background-position: top left, bottom right;
}
main .top_company_section {
  margin-top: -140px;
  position: relative;
  z-index: 10;
  margin-bottom: 200px;
}
main .top_company_section .txt_wap .company_btn .txt01 {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #E1ECFA, #B9CFEF) 1;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
main .top_company_section .txt_wap .company_btn:hover {
  opacity: 1;
  background: #1A2167 !important;
}
main .top_company_section .txt_wap .company_btn:hover .bg_blue01 {
  background: #fff;
}
main .top_company_section .txt_wap .company_btn:hover .arrow {
  color: #1A2167;
}
main .top_company_section .txt_wap .company_btn:hover * {
  opacity: 1;
  color: #fff;
}
main .about01 .inner h3 {
  z-index: 3;
  position: relative;
  margin-left: 7vw;
}
main .about01 .inner .img01_wap {
  margin-top: -350px;
  z-index: 2;
  position: relative;
}
main .about01 .inner .img01_wap img {
  max-width: 900px;
}
main .about01 .inner .txt_bg {
  z-index: 1;
  bottom: 60px;
  right: 0;
}
main .about01 hr {
  width: 60vw;
  margin-left: 7vw;
}
main .about02 {
  background-image: url("../img/about/bg01.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 68%;
  margin-top: -110px;
}
main .about02 .txt_wap {
  border-radius: 0 200px 200px 0;
}
main .about02 .txt_wap h3 {
  z-index: 2;
  position: relative;
}
main .about02 .txt_wap .txt_bg {
  top: 20px;
  left: 0;
  z-index: 1;
}
main .about02 .wave_bg06 {
  top: -120px;
}
main .about03 .txt_wap {
  position: relative;
  top: -100px;
  z-index: 2;
  max-width: 800px;
}
main .about03 .txt_bg {
  z-index: 1;
  width: 100%;
  top: 35%;
  overflow-x: hidden;
}
main .about03 .img02 {
  margin-top: -60px;
}
main .about03 .img_wap img {
  margin-left: 20px;
  margin-right: 20px;
}
main .about03 .img_wap img:nth-child(odd) {
  margin-top: 60px;
}
main .about04 .img03 {
  width: 37%;
  right: -30px;
  max-width: 550px;
}
main .about04 .txt_wap {
  border-radius: 100px 0 0 100px;
}
main .about04 .txt_wap h3 {
  z-index: 2;
  position: relative;
}
main .about04 .txt_wap .txt_bg {
  z-index: 1;
  width: 100%;
  top: 22%;
}
main .about05 {
  padding-top: 300px;
  overflow-x: hidden;
  overflow-y: clip;
}
main .about05 .ttl_wap .txt_bg {
  top: 75%;
}
main .about05 .txt_wap {
  padding: 80px 10%;
}
main .about05 .txt_wap .txt_box .ttl_en {
  background-image: url(../img/about/icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}
main .about05 .img_box .line {
  width: 140px;
  border-bottom: 1px solid #1A2167;
  top: -50px;
}
main .about06 {
  padding: 150px 0 200px;
  background-image: url(../img/about/bg04.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .blog01 .btn_wap {
  position: relative;
  z-index: 10;
}
main .blog_s01 .ttl_wap {
  border-bottom: 1px solid #1A2167;
}
main .news_s_box_txt p {
  padding: 5px 0;
  word-break: break-all;
}
main .news_s_box_txt p::after {
  content: "";
  display: block;
  clear: both;
}
main .news_s_box_txt img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
main .blocks-gallery-item img {
  margin: 0;
}
main .news_s_box_txt a {
  color: #1A2167; /*←好きな色を入れてください。*/
  transition: 0.3s;
  font-weight: bold;
}
main .news_s_box_txt a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
main .news_s_box_txt p strong span,
main .news_s_box_txt p strong {
  font-weight: bold;
}
main .news_s_box_txt .alignleft {
  float: left;
  margin: 20px 20px 20px 0; /*←好きな余白で*/
}
main .news_s_box_txt .alignright {
  float: right;
  margin: 20px 0px 20px 20px; /*←好きな余白で*/
}
main .news_s_box_txt img.aligncenter {
  display: block;
  margin: auto;
}
main .news_s_box_txt img.alignnone {
  display: block;
}
main .news_s_box_txt ul li {
  list-style-type: disc;
}
main .news_s_box_txt ol li {
  list-style-type: decimal;
}
main .news_s_box_txt iframe {
  max-width: 100%;
}
main .news_s_box_txt p.has-text-align-center {
  text-align: center;
}
main .news_s_box_txt p.has-text-align-right {
  text-align: right;
}
main .news_s_box_txt h1 {
  font-size: 30px; /*←好きな大きさで*/
  margin-bottom: 15px;
  font-weight: 700;
}
main .news_s_box_txt h2 {
  font-size: 26px; /*←好きな大きさで*/
  margin-bottom: 15px;
  font-weight: 700;
  border-bottom: solid 2px #C1CCCC; /*←好きな色を入れてください。*/
  position: relative;
}
main .news_s_box_txt h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #1A2167; /*←好きな色を入れてください。*/
  bottom: -2px;
  width: 20%;
}
main .news_s_box_txt h3 {
  font-size: 24px; /*←好きな大きさで*/
  margin-bottom: 15px;
  font-weight: 700;
  border-left: solid 5px #1A2167; /*←好きな色を入れてください。*/
  background: #FFFFFF; /*←好きな色を入れてください。*/
  padding-left: 10px;
}
main .news_s_box_txt h4 {
  font-size: 22px; /*←好きな大きさで*/
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
  padding-left: 23px;
}
main .news_s_box_txt h4:after {
  position: absolute;
  content: "●";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  /* Safari用 */
  transform: translate(0, -50%);
  left: 0;
  font-size: 16px;
  color: #1A2167; /*←好きな色を入れてください。*/
}
main .news_s_box_txt h5 {
  font-size: 18px; /*←好きな大きさで*/
  margin-bottom: 15px;
  font-weight: 700;
}
main .news_s_box_txt h6 {
  font-size: 16px; /*←好きな大きさで*/
  margin-bottom: 15px;
  font-weight: 700;
}
main .wp-pagenavi {
  display: flex;
  justify-content: flex-start; /*←左寄せになります。*/
  flex-wrap: wrap;
  width: 100%;
}
main .wp-pagenavi a, main .wp-pagenavi span,
main .page-numbers, main .wp-pagenavi .current, main .wp-pagenavi .page, main .previouspostslink, main .nextpostslink, main #pagenavi a.last, main #pagenavi a.first {
  border: 1px solid #1A2167 !important; /*←好きな色を入れてください。*/
  background-color: #1A2167; /*←好きな色を入れてください。*/
  padding: 12px 17px;
  color: #fff; /*←好きな色を入れてください。*/
  font-size: 20px;
  line-height: 16px;
  font-weight: bold;
  margin: 5px;
  font-family: "Josefin Sans", sans-serif; /*←好きなフォントを入れてください。*/
}
main .previouspostslink:hover,
main .nextpostslink:hover,
main .wp-pagenavi .page:hover {
  background: #fff; /*←好きな色を入れてください。*/
  border: 1px solid #1A2167 !important; /*←好きな色を入れてください。*/
  color: #1A2167 !important; /*←好きな色を入れてください。*/
  opacity: 1;
}
main .wp-pagenavi .current {
  background: #fff; /*←好きな色を入れてください。*/
  color: #1A2167; /*←好きな色を入れてください。*/
}
main .products01 .ttl_wap01 h3 {
  top: 45px;
}
main .products01 .inner .ttl_wap02 h3 {
  top: -20px;
}
main .products02 .ttl_wap01 h3 {
  top: -20px;
}
main .products02 .products02_wap01 .about04 .products01_main_img01 {
  right: -80px;
  max-width: 600px;
}
main .products02 .products02_wap01 .txt_wap {
  padding-left: 15%;
  padding-right: 25%;
}
main .products02 .products02_wap01 .wave_bg06 {
  top: -230px;
}
main .products02 .products02_wap02 .about04 .products01_main_img01 {
  left: -80px;
  max-width: 600px;
}
main .products02 .products02_wap02 .about04 .txt_wap {
  border-radius: 0 100px 100px 0;
  padding-left: 25%;
  padding-right: 15%;
}
main .products03 .wave_bg06 {
  top: -230px;
}
main .crosstalk01 .ttl_wap .txt_bg02 {
  bottom: -18vw;
  z-index: 99;
  opacity: 1;
  line-height: 1;
  right: 0;
  font-size: 10vw;
}
main .crosstalk01 .ttl_wap .txt_bg01 {
  bottom: -40px;
  font-size: 10vw;
}
main .crosstalk01 .ttl_wap h3 {
  position: relative;
  z-index: 10;
}
main .crosstalk01 .mv {
  margin-top: -100px;
  position: relative;
  z-index: 10;
}
main .crosstalk01 .mem_wap .txt_bg {
  top: 100px;
}
main .crosstalk01 .mem_wap .box_wap {
  position: relative;
  z-index: 10;
}
main .crosstalk01 .mem_wap .box_wap .box {
  width: 12%;
}
main .crosstalk02 .ttl_wap {
  position: relative;
  z-index: 10;
}
main .crosstalk02.crosstalk02_01 .ttl_wap {
  margin-left: auto;
  margin-right: 0;
}
main .crosstalk02.crosstalk02_01 .ttl_wap .img_wap img {
  border-radius: 100px 0 0 100px;
}
main .crosstalk02.crosstalk02_02 .ttl_wap {
  margin-left: 0;
  margin-right: auto;
}
main .crosstalk02.crosstalk02_02 .ttl_wap .img_wap img {
  border-radius: 0 100px 100px 0;
}
main .crosstalk02 .crosstalk02_txt_area .crosstalk02_txt_box .img_box {
  width: 20%;
}
main .crosstalk02 .crosstalk02_txt_area .crosstalk02_txt_box .txt {
  position: relative;
  border-radius: 20px;
}
main .crosstalk02 .crosstalk02_txt_area .crosstalk02_txt_box .txt::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
main .crosstalk02 .crosstalk02_txt_area .crosstalk02_txt_box:nth-child(odd) .txt {
  background-color: #E9E9F0;
}
main .crosstalk02 .crosstalk02_txt_area .crosstalk02_txt_box:nth-child(odd) .txt::before {
  border-right-color: #E9E9F0;
}
main .crosstalk02 .crosstalk02_txt_area .crosstalk02_txt_box:nth-child(even) .txt {
  background-color: #484D85;
}
main .crosstalk02 .crosstalk02_txt_area .crosstalk02_txt_box:nth-child(even) .txt::before {
  border-right-color: #484D85;
}
main .crosstalk02 .crosstalk02_txt_area .crosstalk02_txt_box:nth-child(even) .txt p {
  color: #fff;
}
main .crosstalk02.crosstalk02_02 {
  margin-top: -100px;
}
main .crosstalk02.crosstalk02_02 .wave_bg06 {
  top: -130px;
}
main .work01 .en_ttl01 {
  top: 80%;
}
main .work01 h3 {
  position: relative;
  z-index: 10;
}
main .work01 .wave_bg06 {
  top: unset;
  bottom: 50px;
}
main .work02 .txt01 {
  background-image: url("../img/work/bg02.svg"), url("../img/work/bg01.svg");
  background-repeat: no-repeat;
  background-position: left 10% bottom, right 10% top;
  background-size: 100px auto, 100px auto;
}
main .work02 .txt02 {
  margin-top: -60px;
}
main .work03 #an01,
main .work03 #an02,
main .work03 #an03,
main .work03 #an04 {
  position: relative;
  top: -200px;
}
main .work03 .txt_wap {
  z-index: 10;
  overflow-x: hidden;
}
main .work03 .txt_wap .txt_box01 {
  z-index: 10;
  position: relative;
}
main .work03 .img_wap {
  top: -100px;
  left: -100px;
}
main .work03.work03_01 .txt_wap {
  background: linear-gradient(135deg, rgba(189, 211, 255, 0.7), rgba(179, 203, 255, 0.5));
  border-radius: 0 100px 100px 0;
}
main .work03.work03_01 .txt_wap .txt_bg {
  top: -80px;
  left: 0;
}
main .work03.work03_01 .img_wap {
  top: -100px;
  left: -100px;
}
main .work03.work03_02 .txt_wap {
  background: rgba(26, 33, 103, 0.8);
  border-radius: 100px 0 0 100px;
}
main .work03.work03_02 .txt_wap .txt_bg {
  top: -80px;
  right: 0;
}
main .work03.work03_02 .img_wap {
  top: -100px;
  right: -100px;
  left: unset;
}
main .recruit01 {
  padding-bottom: 400px;
}
main .recruit01 .loop_slider .img_wap:nth-child(odd) {
  margin-top: 50px;
}
main .recruit01 .en_txt_bg01 {
  z-index: 10;
  padding: 100px 0 0 2%;
  bottom: 250px;
  font-size: clamp(50px, 10vw, 180px);
  background-image: url("../img/recruit/bg01.svg"), url("../img/recruit/bg02.svg");
  background-repeat: no-repeat;
  background-position: left top, right center;
  background-size: 100px auto, 100px auto;
}
main .recruit01 .wave_bg08 {
  bottom: -3px;
  top: unset;
}
main .recruit02 .ttl_wap h3 {
  position: relative;
  z-index: 10;
  top: -25px;
}
main .recruit02 .ttl_wap .en_ttl {
  line-height: 1;
}
main .recruit02 .txt_wap h4 {
  position: relative;
  background-image: url("../img/recruit/bg02.svg");
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: right center;
  padding: 50px 0 0;
}
main .recruit02 .txt_wap h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px; /* アンダーラインの位置を調整 */
  width: 350px;
  height: 1px; /* アンダーラインの太さ */
  background: linear-gradient(to left, #DBE5F3, #ECF1F8); /* 左から右へのグラデーション */
}
main .recruit02 .txt_wap .img_wap img {
  border-radius: 100px 0 0 100px;
}
main .recruit03 .img_wap .img02 {
  border-radius: 0 100px 100px 0;
}
main .recruit03 .img_wap .bg01 {
  bottom: 200px;
}
main .recruit03 .txt_wap {
  margin-top: -30px;
  max-width: 500px;
}
main .recruit03 .txt_wap h3 {
  position: relative;
  z-index: 10;
  top: 20px;
}
main .recruit03 .bg01 {
  bottom: 100px;
  left: 80px;
}
main .recruit04 .ttl_wap {
  position: relative;
  z-index: 10;
}
main .recruit04 .ttl_wap h3 {
  border-right: 1px solid #1A2167;
}
main .recruit04 .img_wap .en_ttl {
  opacity: 0.8;
  top: -130px;
  left: -100px;
}
main .recruit04 .img_wap .bg03 {
  left: -50px;
  bottom: 0;
}
main .recruit04 .img_wap .bg01 {
  right: -50px;
  top: -30px;
}
main.recruit {
  overflow-x: hidden;
}
main .csr02 {
  padding-bottom: 300px;
}
main .csr02 .wave_bg08 {
  bottom: -50px;
}
main .csr03_ttl {
  overflow: hidden;
}

/*********************************************************************
お問い合わせ
/*********************************************************************/
main .contact01 .contact01_inner .forw_wrap form table {
  width: 100%;
}

main .contact01 .contact01_inner .forw_wrap form table tr th, main .contact01 .contact01_inner .forw_wrap form table tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}

main .contact01 .contact01_inner .forw_wrap form table tr th {
  padding-left: 20px;
  padding-right: 20px;
  width: 30%;
}

main .contact01 .contact01_inner .forw_wrap form table tr td {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

main .contact01 .contact01_inner .forw_wrap form table tr td.d-flex input {
  width: auto;
}

main .contact01 .contact01_inner .forw_wrap form table tr td input, main .contact01 .contact01_inner .forw_wrap form table tr td textarea {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 15px 20px;
  border-radius: 10px;
}

main .contact01 .contact01_inner .forw_wrap form .submit_wrap .submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 60px;
  font-size: 24px;
  border-radius: 50px;
  background-color: #1A2167;
  color: #FFFFFF;
  letter-spacing: 2px;
  border: 1px solid #1A2167;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main .contact01 .contact01_inner .forw_wrap form .submit_wrap .submit:hover {
  background-color: #FFFFFF;
  color: #1A2167;
}

main .contact01 .contact01_inner .forw_wrap .pp_wrap {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #222042;
}

.bg_gra_right {
  background: rgb(101, 196, 200);
  background: -webkit-gradient(linear, right top, left top, from(rgba(101, 196, 200, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(270deg, rgba(101, 196, 200, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.bg_gra_left {
  background: rgb(101, 196, 200);
  background: -webkit-gradient(linear, left top, right top, from(rgba(101, 196, 200, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(90deg, rgba(101, 196, 200, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.line_img {
  overflow-x: hidden;
}

.bg_gra_right_y {
  background: rgb(223, 129, 178);
  background: linear-gradient(135deg, rgb(223, 129, 178) 0%, rgb(69, 158, 216) 100%);
}

.bg_gra_left_y {
  background: rgb(223, 129, 178);
  background: linear-gradient(300deg, rgb(223, 129, 178) 0%, rgb(69, 158, 216) 100%);
}

.text_border {
  text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000;
}

.text_gra {
  background: rgb(223, 129, 178);
  background: linear-gradient(135deg, rgb(223, 129, 178) 0%, rgb(69, 158, 216) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.head {
  background-image: url(../img/common/head/contact_head.jpg);
  background-size: cover;
  background-position: center;
}

/*********************************************************************
suuzo
/*********************************************************************/
main .suuzo_mv {
  overflow: hidden;
}

main .suuzo_mv .mv_inner .mv_wrap .img img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: calc(100vh - 100px);
}

main .suuzo_mv img.mv_bg {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

main .suuzo01 img.position-absolute {
  z-index: -1;
  max-width: 480px;
  width: 25vw;
  min-width: 280px;
}

main .suuzo01 img.position-absolute.deco01 {
  top: -20%;
  right: 0;
}

main .suuzo01 img.position-absolute.deco02 {
  bottom: -20%;
  left: 0;
}

main .suuzo01 .suuzo01_inner .suuzo01_row .suuzo01_row_item {
  width: 46%;
  margin-bottom: 50px;
}

main .suuzo02 .suuzo02_inner .suuzo02_item01 p span.suuzo_gray::after {
  content: "";
  display: block;
  background-image: url(../img/suuzo/suuzo_line_sm.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 77%;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -6px;
}

main .suuzo02 .suuzo02_inner .suuzo02_item02 .suuzo02_row_wrap .suuzo02_row .suuzo02_row_item {
  width: 42%;
}

main .suuzo02 .suuzo02_inner .suuzo02_item02 .suuzo02_row_wrap .table_wrap {
  margin-top: -8%;
}

main .suuzo02 .suuzo02_inner .suuzo02_item02 .suuzo02_row_wrap .table_wrap img {
  max-width: 900px;
  width: 100%;
}

main .suuzo03 .suuzo03_inner img.position-absolute {
  z-index: -1;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 640px;
  width: 33vw;
  min-width: 300px;
}

main .suuzo03 .suuzo03_inner .text_wrap p.f_20 {
  max-width: 600px;
}

/*********************************************************************
ヤバいタオル
/*********************************************************************/
main .yabai_bg01 {
  background-image: url(../img/yabaitowel/yabaitowel_bg.jpg);
  background-size: cover;
  background-position: center;
}

main .yabai_mv {
  position: relative;
  z-index: 1;
}

main .yabai01 .yabai01_inner .yabai01_row .yabai01_row_item {
  width: 45%;
}

main .yabai01 .yabai01_inner .yabai01_row .yabai01_row_item.yabai01_row_right {
  border: 1px solid #000000;
}

main .yabai01 .yabai01_inner .yabai01_row .yabai01_row_item.yabai01_row_right p {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

main .yabai02 {
  background-image: url(../img/yabaitowel/yabaitowel_bg02.png);
  background-size: cover;
  background-position: top center;
  margin-top: -110px;
  position: relative;
  z-index: 10;
}

main .yabai02 .yabai02_inner .yabai02_row .yabai02_row_item.yabai02_row_left {
  width: 45%;
}

main .yabai02 .yabai02_inner .yabai02_row .yabai02_row_item.yabai02_row_left .bg_white {
  border: 1px solid #000000;
  position: relative;
}

main .yabai02 .yabai02_inner .yabai02_row .yabai02_row_item.yabai02_row_left .bg_white .position-absolute {
  left: -20px;
  top: -60px;
  max-width: 230px;
  width: 12vw;
  min-width: 150px;
}

main .yabai02 .yabai02_inner .yabai02_row .yabai02_row_item.yabai02_row_left .bg_white::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  right: -20px;
  bottom: -20px;
}

main .yabai02 .yabai02_inner .yabai02_row .yabai02_row_item.yabai02_row_right {
  width: 50%;
}

main .yabai03 {
  background-image: url(../img/yabaitowel/yabaitowel_bg04.jpg);
  background-size: cover;
  background-position: center;
  margin-top: -145px;
  position: relative;
  z-index: 9;
}

main .yabai03 img.w-100 {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

main .yabai04 {
  background-image: url(../img/yabaitowel/yabaitowel_bg03.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

main .yabai04 .yabai04_inner .img:first-of-type {
  margin-top: -40px;
}

main .blog_list01{
  width: 150px;
}

main .blog_list01 a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

main .widget_1 .wp-block-categories-list{
display: flex;
flex-wrap: wrap;
}
