@charset "utf-8";
/*全体の設定*/
/*
* {
	outline: 1px solid magenta;
}
*/

html body .elementor .e-con > .e-con-inner {
    max-width: 1440px !important;
    width: 100% !important;
}

html {
    scroll-behavior: smooth;
}
.top_main_title{
	font-size:120px;
}
.main-font h2{
	display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 10px;
   }
#site-footer{
	display:none;
}
#site-header{
    display:none;
}

.pc{
	display:block;
}
.pc_f{
	display:flex;
}
.pc_tb{
	display:block;
}
.pc_tb_f{
	display:flex;
}
.sf{
	display:none;
}
.sf_f{
	display:none;
}
.tb{
	display:none;
}
.tb_f{
	display:none;
}
@media screen and (max-width: 1024px) {
	.tb{
		display:block;
	}
	.tb_f{
		display:flex;
	}
	.pc_tb{
	display:none;
}
.pc_tb_f{
	display:none;
}
}
@media screen and (max-width: 767px) {
    .pc {
        display:none;
    }
	.pc_f{
		display:none;
	}
    .sf{
        display:block;
    }
	.sf_f{
	display:flex;
}
}


/*共通ヘッダー*/

.r1-sticky {
    position: sticky;
    top: 30px;
    z-index: 10;
    align-self: flex-start;
}

.header--md {
    display: block;
}
@media screen and (max-width: 1110px) {
    .header--md {
        display: none;
    }
}

header {
    background-color: #fff;
    color: #015e8e;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 99999;
}

.icon{
	width:30px;
	margin-bottom:10px;
}
/*フッター*/

.foter_color .elementor-widget-container .elementor-heading-title a:hover{
    color:#d4d4d4;
}



/* ==============================
   BOMIEL お問い合わせフォーム
============================== */

.bomiel-contact-form {
  width: 100%;
}

.bomiel-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.bomiel-contact-form__field {
  margin-bottom: 10px;
}

.bomiel-contact-form input[type="text"],
.bomiel-contact-form input[type="email"],
.bomiel-contact-form input[type="tel"],
.bomiel-contact-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  background-color: #fff;
  color: #333;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.bomiel-contact-form input[type="text"],
.bomiel-contact-form input[type="email"],
.bomiel-contact-form input[type="tel"] {
  height: 45px;
}

.bomiel-contact-form textarea {
  height: 98px;
  min-height: 98px;
  resize: vertical;
}

.bomiel-contact-form input::placeholder,
.bomiel-contact-form textarea::placeholder {
  color: #b6b6b6;
  opacity: 1;
}

.bomiel-contact-form input:focus,
.bomiel-contact-form textarea:focus {
  border-color: #1f6395;
}

/* プライバシーポリシー */
.bomiel-contact-form__privacy {
  margin: 10px 0 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.bomiel-contact-form__privacy a {
  color: #fff;
  text-decoration: underline;
}

.bomiel-contact-form__privacy a:hover {
  text-decoration: none;
}

/* 送信ボタン */
.bomiel-contact-form__submit {
  position: relative;
}

.bomiel-contact-form__submit input[type="submit"] {
  display: block;
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  background-color: #fff;
  color: #1f6395;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
}

.bomiel-contact-form__submit input[type="submit"]:hover {
  background-color: #f3f7fa;
  color: #174f78;
}

/* CF7の項目ラッパー */
.bomiel-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* 入力エラー */
.bomiel-contact-form .wpcf7-not-valid {
  border-color: #dc3232 !important;
}

.bomiel-contact-form .wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #fff;
  font-size: 12px;
}

/* 送信結果メッセージ */
.bomiel-contact-form ~ .wpcf7-response-output,
.wpcf7 form .bomiel-contact-form + .wpcf7-response-output {
  margin: 15px 0 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 13px;
}

/* 送信中スピナー */
.bomiel-contact-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: 0;
  transform: translateY(-50%);
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .bomiel-contact-form__row {
    grid-template-columns: 1fr;
  }

  .bomiel-contact-form input[type="text"],
  .bomiel-contact-form input[type="email"],
  .bomiel-contact-form input[type="tel"] {
    height: 48px;
  }

  .bomiel-contact-form textarea {
    height: 130px;
    min-height: 130px;
  }

  .bomiel-contact-form__privacy {
    font-size: 12px;
  }
}


/* ====================================
   標準お問い合わせフォーム
==================================== */

.standard-contact-form {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  color: #222;
}

/* 各入力項目 */
.standard-contact-form__item {
  margin-bottom: 31px;
}

/* ラベル */
.standard-contact-form__label {
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

/* 必須表記 */
.standard-contact-form__required {
  margin-left: 6px;
  color: #2879b9;
  font-size: 17px;
  font-weight: 700;
}

/* ラベル下の補足文 */
.standard-contact-form__note {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.6;
}

/* CF7ラッパー */
.standard-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* 入力欄 */
.standard-contact-form input[type="text"],
.standard-contact-form input[type="email"],
.standard-contact-form input[type="tel"],
.standard-contact-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #2675b8;
  border-radius: 0;
  background: #fff;
  color: #222;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  box-shadow: none;
  appearance: none;
}

/* 1行入力 */
.standard-contact-form input[type="text"],
.standard-contact-form input[type="email"],
.standard-contact-form input[type="tel"] {
  height: 51px;
}

/* お問い合わせ内容 */
.standard-contact-form textarea {
  height: 300px;
  min-height: 300px;
  resize: vertical;
}

/* フォーカス時 */
.standard-contact-form input:focus,
.standard-contact-form textarea:focus {
  border-color: #125b96;
  box-shadow: 0 0 0 1px #125b96;
}

/* プライバシーポリシー同意 */
.standard-contact-form__privacy {
  margin-top: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.standard-contact-form__privacy .wpcf7-list-item {
  margin: 0;
}

.standard-contact-form__privacy label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}

/* チェックボックス */
.standard-contact-form__privacy input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #2675b8;
  border-radius: 0;
  accent-color: #2675b8;
  cursor: pointer;
}

.standard-contact-form__privacy a {
  color: #663cff;
  font-weight: 700;
  text-decoration: none;
}

.standard-contact-form__privacy a:hover {
  text-decoration: underline;
}

/* 送信ボタン */
.standard-contact-form__submit {
  position: relative;
  margin-top: 35px;
  text-align: center;
}

.standard-contact-form__submit input[type="submit"] {
  min-width: 174px;
  height: 60px;
  padding: 0 75px;
  border: 1px solid #2675b8;
  border-radius: 30px;
  background: #fff;
  color: #2675b8;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.standard-contact-form__submit input[type="submit"]:hover {
  background-color: #2675b8;
  color: #fff;
}

/* エラー */
.standard-contact-form .wpcf7-not-valid {
  border-color: #dc3232 !important;
}

.standard-contact-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px;
}

/* 送信中スピナー */
.standard-contact-form__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  margin: 0 0 0 8px;
  transform: translateY(-50%);
}

/* 送信結果 */
.standard-contact-form + .wpcf7-response-output,
.wpcf7 form .standard-contact-form ~ .wpcf7-response-output {
  max-width: 760px;
  margin: 25px auto 0;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .standard-contact-form {
    max-width: 100%;
  }
	.standard-contact-form__label {
		font-size:14px;
	}
	.standard-contact-form__required{
		font-size:13px;
	}

  .standard-contact-form__item {
    margin-bottom: 25px;
  }

  .standard-contact-form input[type="text"],
  .standard-contact-form input[type="email"],
  .standard-contact-form input[type="tel"] {
    height: 48px;
  }

  .standard-contact-form textarea {
    height: 220px;
    min-height: 220px;
  }

  .standard-contact-form__privacy label {
    align-items: flex-start;
    gap: 8px;
  }

  .standard-contact-form__privacy {
    font-size: 14px;
  }

  .standard-contact-form__submit input[type="submit"] {
    min-width: 160px;
	  font-size:15px;
    height: 46px;
	  padding: 0 50px;
  }
	.standard-contact-form__privacy input[type="checkbox"] {
    width: 15px;
    height: 15px;
	}
}



/* ========================================
   現場改善事例 一覧
======================================== */

.r1-case-area{
	width:100%;
	max-width:1250px;
	margin:0 auto;
}

.case-list {
	display: flex;
	flex-direction: column;
	gap: 20px;

	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
}


/* ========================================
   カード
======================================== */

.case-card {
	width: 100%;
	margin: 0;

	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;

	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.05);

	overflow: hidden;

	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}


/* リンク全体 */
.case-card a {
	display: flex;
	align-items: center;
	gap: 24px;

	width: 100%;
	padding: 16px;

	color: #222;
	text-decoration: none !important;
}


/* ========================================
   サムネイル
======================================== */

.case-card__image {
	width: 220px;
	min-width: 220px;

	aspect-ratio: 16 / 10;

	margin: 0;

	overflow: hidden;

	border: 1px solid #d5d5d5;
	background: #fff;
}


.case-card__image img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: contain;

	transition: transform 0.4s ease;
}


/* ========================================
   本文
======================================== */

.case-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;

	flex: 1;

	min-width: 0;
}


/* 日付 */
.case-card__date {
	display: block;

	margin: 0 0 2px;

	color: #333;

	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}


/* 会社名 */
.case-card__company {
	margin: 0 0 5px;

	color: #0071bc;

	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}


/* タイトル */
.case-card__title {
	margin: 0;

	color: #222;

	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;

	transition: color 0.3s ease;
}


/* ========================================
   hover
======================================== */

.case-card:hover {
	transform: translateY(-2px);

	border-color: #d4e4ef;

	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}


.case-card:hover .case-card__image img {
	transform: scale(1.03);
}


.case-card:hover .case-card__title {
	color: #1473a8;
}


/* ========================================
   タブレット
======================================== */

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

	.case-list {
		max-width: 100%;
	}

	.case-card a {
		gap: 18px;
		padding: 14px;
	}

	.case-card__image {
		width: 190px;
		min-width: 190px;
	}

}


/* ========================================
   スマホ
======================================== */

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

	.case-list {
		gap: 20px;
		padding: 0;
	}

	.case-card {
		border-radius: 7px;
	}


	.case-card a {
		align-items: center;

		gap: 10px;

		padding: 9px;
	}


	/* 左画像 */
	.case-card__image {
		width: 110px;
		min-width: 110px;

		aspect-ratio: 16 / 10;
	}


	/* 日付 */
	.case-card__date {
		margin-bottom: 0;

		font-size: 10px;
		line-height: 1.4;
	}


	/* 会社名 */
	.case-card__company {
		margin-bottom: 2px;

		font-size: 11px;
		line-height: 1.4;
	}


	/* タイトル */
	.case-card__title {
		font-size: 14px;
		line-height: 1.45;
		font-weight:500;
	}

}











/* =========================================================
   R1 NEWS ARCHIVE
========================================================= */

.r1-news-area {
    width: 100%;
	max-width: 1250px;
    margin: 0 auto;
}


/* =============================
   FILTER
============================= */

.r1-news-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.r1-news-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 100px;
    height: 45px;

    padding: 0 18px;

    border: 1px solid #b9b9b9;
    border-radius: 100px;

    background: #fff;

    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;

    text-decoration: none !important;

    transition: .25s ease;
}

.r1-news-filter-btn:hover {
    border-color: #17689b;
    color: #17689b;
}

.r1-news-filter-btn.is-active {
    background: #17689b;
    border-color: #17689b;
    color: #fff;
}


/* =============================
   NEWS LIST
============================= */

.r1-news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* =============================
   NEWS ITEM
============================= */

.r1-news-item {
    display: flex;
    align-items: center;
    width: 100%;

    padding: 14px 18px;

    background: #fff;
    border-radius: 10px;
	border:1px solid #dcdcdc;
    /* 通常時も軽く影 */
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16) !important;

    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.r1-news-item:hover , .case-card a:hover {
    /* ホバーで少し濃く＋浮かせる */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.16);
    transform: translateY(-2px);
	background:#F3F7FC;
}


/* =========================
   NEWS THUMBNAIL
========================= */

.r1-news-thumbnail {
    width: 220px;

	min-width:220px;
    flex-shrink: 0;
    margin-right: 24px;

    overflow: hidden;

    border: 1px solid #d8d8d8;
    background: #fff;
}

.r1-news-thumbnail-img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

/* デフォルト画像だけ */
.r1-news-thumbnail-default {
    object-fit: contain !important;

    padding: 5px 8px;
    box-sizing: border-box;

    background: #fff;
}


/* アイキャッチ未設定 */

.r1-news-noimage {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fafafa;

    color: #555;

    font-size: 7px;
    letter-spacing: .22em;
}


/* =============================
   CONTENT
============================= */

.r1-news-content {
    flex: 1;
    min-width: 0;
}

.r1-news-date {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.r1-news-category {
    margin-bottom: 0px;

    color: #126b9f;

    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.r1-news-title {
    margin: 0 !important;
    padding: 0 !important;

    color: #222;
	font-family:"Noto Sans", Sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
}


/* =============================
   PAGINATION
============================= */

.r1-news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    margin-top: 35px;
}

.r1-news-page {
    width: 30px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #17689b;
    border-radius: 5px;

    background: #fff;

    color: #17689b;

    font-size: 18px;
    font-weight: 600;

    text-decoration: none !important;

    transition: .2s ease;
}

.r1-news-page:hover,
.r1-news-page.is-current {
    background: #17689b;
    color: #fff;
}


/* =============================
   EMPTY
============================= */

.r1-news-empty {
    padding: 50px 20px;

    color: #777;

    font-size: 14px;
    text-align: center;
}


/* =========================================================
   TABLET
========================================================= */

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

    .r1-news-filter {
        gap: 8px;
        margin-bottom: 25px;
    }

    .r1-news-filter-btn {
        min-width: 65px;
        height: 32px;

        padding: 0 14px;

        font-size: 12px;
    }


    .r1-news-item {
        padding: 12px;
        border-radius: 8px;
    }


    .r1-news-thumbnail {
        width: 105px;
        min-width:105px;

        margin-right: 14px;
    }


    .r1-news-date,
    .r1-news-category {
        font-size: 12px;
    }


    .r1-news-title {
        font-size: 14px !important;
        line-height: 1.3 !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

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

	.r1-news-list {
    gap: 20px;
}
    .r1-news-item {
        align-items: flex-start;
    }


    .r1-news-thumbnail {
        width: 100px;
        height: 64px;

        margin-right: 12px;
    }


    .r1-news-title {
        display: -webkit-box;
        overflow: hidden;
		font-size: 12px !important;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
	.r1-news-pagination {
    margin-top: 20px;
}
	.r1-news-page {
		font-size:13px;
	}
	

}



/* =========================================================
   R1 NEWS DETAIL
========================================================= */

.r1-news-detail {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}


/* =========================================================
   META
========================================================= */

.r1-news-detail-meta {
    display: flex;
    align-items: center;
    gap: 22px;

    /*margin-bottom: 12px; */
}

.r1-news-detail-date {
    color: #222;

    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.r1-news-detail-category {
    color: #126b9f;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}


/* =========================================================
   TITLE
========================================================= */

.r1-news-detail-title {
    margin: 0 0 26px !important;
    padding: 0 !important;

    color: #222;

    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.7 !important;

    letter-spacing: .02em;
}


/* =========================================================
   EYECATCH
========================================================= */

.r1-news-detail-eyecatch {
    width: 100%;
    max-width: 365px;

    margin: 0 0 28px;

    overflow: hidden;
}

.r1-news-detail-eyecatch-img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0 !important;
}


/* =========================================================
   CONTENT
========================================================= */

.r1-news-detail-content {
    width: 100%;

    color: #222;

    font-size: 15px;
    font-weight: 400;
    line-height: 2;

    letter-spacing: .015em;
}


/* 通常文章 */

.r1-news-detail-content p {
    margin: 0 0 22px;
}


/*
 * H2 / H3 / H4について
 *
 * 改善事例と同じフォーマットを使用するため
 * NEWS側ではデザイン指定を行わない。
 *
 * サイト共通CSSまたは改善事例用CSSを継承。
 */


/* =========================================================
   IMAGE
========================================================= */

.r1-news-detail-content img {
    max-width: 80%;
    height: auto;

    display: block;

    margin: 28px auto;
}


/* =========================================================
   LIST
========================================================= */

.r1-news-detail-content ul,
.r1-news-detail-content ol {
    margin: 20px 0 25px;
    padding-left: 1.7em;
}

.r1-news-detail-content li {
    margin-bottom: 8px;
}


/* =========================================================
   LINK
========================================================= */

.r1-news-detail-content a {
    color: #126b9f;
    text-decoration: underline;
    text-underline-offset: 3px;
}


/* =========================================================
   BACK BUTTON
========================================================= */

.r1-news-detail-back {
    display: flex;
    justify-content: center;

    margin-top: 55px;
}

.r1-news-detail-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 150px;
    height: 42px;

    padding: 0 28px;

    border: 1px solid #126b9f;
    border-radius: 100px;

    background: #fff;

    color: #126b9f !important;

    font-size: 13px;
    font-weight: 500;
    line-height: 1;

    text-decoration: none !important;

    transition:
        background-color .25s ease,
        color .25s ease;
}

.r1-news-detail-back-btn:hover {
    background: #126b9f;
    color: #fff !important;
}


/* =========================================================
   TABLET / SP
========================================================= */

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

    .r1-news-detail-meta {
        gap: 15px;
        margin-bottom: 10px;
    }

    .r1-news-detail-date,
    .r1-news-detail-category {
        font-size: 12px;
    }


    .r1-news-detail-title {
        margin-bottom: 22px !important;

        font-size: 16px !important;
        line-height: 1.7 !important;
    }


    .r1-news-detail-eyecatch {
        max-width: 100%;
        margin-bottom: 25px;
    }


    .r1-news-detail-content {
        font-size: 14px;
        line-height: 1.9;
    }


    .r1-news-detail-content p {
        margin-bottom: 20px;
    }


    .r1-news-detail-content img {
        max-width: 100%;
        margin: 24px auto;
    }


    .r1-news-detail-back {
        margin-top: 45px;
    }

}



/* =========================
   MENU BUTTON
========================= */

.r1-menu-toggle {
    position: relative;
    z-index: 10001;

    width: 40px;
    height: 40px;

    border: 0;
    border-radius: 50%;

    background: #17689b;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.r1-menu-toggle span {
    position: absolute;

    width: 22px;
    height: 2px;

    background: #fff;

    transition:
        transform .35s cubic-bezier(.68,-.55,.27,1.55),
        opacity .25s ease,
        width .25s ease;
}

.r1-menu-toggle span:nth-child(1) {
    transform: translateY(-7px);
}

.r1-menu-toggle span:nth-child(2) {
    width: 15px;
}

.r1-menu-toggle span:nth-child(3) {
    transform: translateY(7px);
    width: 18px;
}


/* OPEN */

.r1-menu-toggle.is-open span:nth-child(1) {
    transform: rotate(45deg);
}

.r1-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.r1-menu-toggle.is-open span:nth-child(3) {
    width: 22px;
    transform: rotate(-45deg);
}




/* =========================
   SP MENU
========================= */

.r1-sp-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;

    width: min(88vw, 420px);
    height: 100dvh;

    padding: 110px 35px 40px;

    background:
        linear-gradient(
            145deg,
            #0d4d72 0%,
            #17689b 55%,
            #1e82ba 100%
        );

    transform: translateX(105%);
    transition: transform .45s cubic-bezier(.76,0,.24,1);

    overflow-y: auto;
}

.r1-sp-menu.is-open {
    transform: translateX(0);
}

.r1-sp-menu ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.r1-sp-menu li {
    opacity: 0;
    transform: translateX(25px);

    transition:
        opacity .35s ease,
        transform .35s ease;
}

.r1-sp-menu.is-open li {
    opacity: 1;
    transform: translateX(0);
}

.r1-sp-menu.is-open li:nth-child(1) {
    transition-delay: .12s;
}

.r1-sp-menu.is-open li:nth-child(2) {
    transition-delay: .17s;
}

.r1-sp-menu.is-open li:nth-child(3) {
    transition-delay: .22s;
}

.r1-sp-menu.is-open li:nth-child(4) {
    transition-delay: .27s;
}

.r1-sp-menu.is-open li:nth-child(5) {
    transition-delay: .32s;
}

.r1-sp-menu.is-open li:nth-child(6) {
    transition-delay: .37s;
}

.r1-sp-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 18px 0;

    border-bottom: 1px solid rgba(255,255,255,.25);

    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .08em;

    text-decoration: none;
}

.r1-sp-menu a::after {
    content: "↗";

    font-size: 15px;
    opacity: .65;

    transition: transform .25s ease;
}

.r1-sp-menu a:hover::after {
    transform: translate(3px,-3px);
}




/* =========================================================
   R1 BREADCRUMB
========================================================= */

.r1-breadcrumb {
    width: 100%;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}

.r1-breadcrumb a {
    color: #333;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
}

.r1-breadcrumb a:hover {
    color: #126b9f;
}

/* 現在のページ */
.r1-breadcrumb .breadcrumb_last {
    color: #333;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .r1-breadcrumb {
        font-size: 11px;
    }
}










/* =========================================================
   TOP NEWS
========================================================= */

.r1-top-news {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    gap: 20px;
}

.r1-top-news__item {
    display: flex;
    align-items: center;

    width: 100%;

    padding: 20px 22px;

    background: #fff;
    border-radius: 8px;

    box-shadow:
        0 2px 10px rgba(0, 0, 0, 0.05);

    color: #222;
    text-decoration: none !important;

    transition:
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.r1-top-news__item:hover {
    box-shadow:
        0 6px 20px rgba(0, 0, 0, 0.11);

    transform: translateY(-2px);
}

.r1-top-news__date {
    width: 125px;
    flex-shrink: 0;

    color: #555;
	font-family:"Noto Sans", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
}

.r1-top-news__title {
    min-width: 0;

    color: #222;
	font-family:"Noto Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.r1-top-news__empty {
    margin: 0;

    color: #777;
    font-size: 13px;
    text-align: center;
}


/* =========================================================
   TOP CASE
   PC：4列
========================================================= */

.r1-top-cases {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 20px;
}

.r1-top-case {
    display: flex;
    flex-direction: column;

    min-width: 0;

    overflow: hidden;

    background:#F3F7FB;
    border-radius: 12px;

    box-shadow:
        0 3px 14px rgba(28, 73, 108, 0.08);

    color: #222;
    text-decoration: none !important;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.r1-top-case:hover {
    transform: translateY(-4px);

    box-shadow:
        0 9px 26px rgba(28, 73, 108, 0.16);
}


/* =========================================================
   TOP CASE IMAGE
========================================================= */
/*
.r1-top-case__image {
    position: relative;

    width: 100%;
    height: 145px;
	padding:15px;
    overflow: hidden;

    background:#F3F7FB;
}

.r1-top-case__img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;
}

.r1-top-case:hover .r1-top-case__img {
    transform: scale(1.04);
}
*/

/* =========================================================
TOP CASE IMAGE
========================================================= */

.r1-top-case__image {
    width: 100%;
    height: 175px;

    padding:15px 15px 0px 15px;

    box-sizing: border-box;

    background: #F3F7FB;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
	background:
        linear-gradient(#fff, #fff) content-box,
        #F3F7FB;
}


/* =========================================================
IMAGE
========================================================= */

.r1-top-case__img {
    display: block;

    /* ★ここ重要 */
    width: auto;
    height: auto;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;

    background: #fff;

    transition: transform 0.4s ease;
}


/* =========================================================
HOVER
========================================================= */

.r1-top-case:hover .r1-top-case__img {
    transform: scale(1.02);
}


/* =========================================================
DEFAULT IMAGE
========================================================= */

.r1-top-case__img--default {
    width: auto;
    height: auto;

    max-width: 100%;
    max-height: 100%;

    padding: 0;

    object-fit: contain;

    background: #fff;
}

.r1-top-case:hover .r1-top-case__img--default {
    transform: none;
}








/* =========================================================
   TOP CASE CONTENT
========================================================= */

.r1-top-case__content {
    display: flex;
    flex-direction: column;
    flex: 1;

    padding: 14px 15px 17px;
}

.r1-top-case__date {
    display: block;

    margin-bottom: 2px;

    color: #444;
	font-family:"Noto Sans", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
}

.r1-top-case__title {
    display: -webkit-box;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;

    color: #222 !important;
	font-family:"Noto Sans", Sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.r1-top-cases__empty {
    grid-column: 1 / -1;

    margin: 0;

    color: #777;
    font-size: 13px;
    text-align: center;
}


/* =========================================================
   TABLET
========================================================= */

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

	.r1-top-news{
		padding:0px 10px;
	}
	
    .r1-top-cases {
        gap: 15px;
    }

    .r1-top-case__image {
        height: 125px;
    }
	
	
.r1-top-news__title {
    font-size: 14px;
}

    .r1-top-case__content {
        padding: 12px 12px 14px;
    }

}


/* =========================================================
   SP
========================================================= */

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

    /* =========================
       NEWS
    ========================= */

    .r1-top-news {
        gap: 8px;
		padding:0px 0px;
    }

    .r1-top-news__item {
        display: block;
        padding: 7px 15px;
    }

    .r1-top-news__date {
        display: block;
        width: auto;
        font-size: 10px;
    }

    .r1-top-news__title {
        display: -webkit-box;

        overflow: hidden;

        white-space: normal;

        font-size: 12px;
        line-height: 1.55;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }


    /* =========================
       CASE
       2列 × 2段
    ========================= */

    .r1-top-cases {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 12px;
    }

    .r1-top-case {
        border-radius: 9px;
    }

    .r1-top-case__image {
        height: 105px;
		padding:10px;
    }

    .r1-top-case__img--default {
        padding: 6px 7px;
    }

    .r1-top-case__content {
        padding: 0px 10px 12px 10px;
    }

    .r1-top-case__date {
        margin-bottom: 5px;

        font-size: 9px;
    }

    .r1-top-case__title {
        font-size: 11px !important;
        font-weight: 600 !important;
        line-height: 1.55 !important;
    }

}

/* 会社名 */
.r1-top-case__company {
	margin: 0px 0 2px;

	color: #0071bc;

	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}

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

	.r1-top-case__company {
		margin: 1px 0 3px;
		font-size: 11px;
		line-height: 1.4;
	}

}



/* =========================================================
CASE PAGINATION
========================================================= */

.r1-case-pagination {
    width: 100%;

    margin-top: 40px;

    display: flex;
    justify-content: center;
}


/* WordPressが自動生成するul */
.r1-case-pagination .page-numbers {
    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    list-style: none;
}


/* li */
.r1-case-pagination .page-numbers li {
    margin: 0;
    padding: 0;
}


/* ページ番号 */
.r1-case-pagination .page-numbers a,
.r1-case-pagination .page-numbers span {
    width: 30px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #17689b;
    border-radius: 5px;

    background: #fff;

    color: #12689a;

    font-size: 18px;
    font-weight: 500;
    line-height: 1;

    text-decoration: none;

    box-sizing: border-box;

    transition:
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease;
}


/* 現在ページ */
.r1-case-pagination .page-numbers .current {
    background: #17689b;
    color: #fff;
}


/* hover */
.r1-case-pagination .page-numbers a:hover {
    background: #12689a;
    color: #fff;
}


/* 前へ・次へ */
.r1-case-pagination .page-numbers .prev,
.r1-case-pagination .page-numbers .next {
    font-size: 18px;
}







/* =========================================================
R1 PAGE LOADER
========================================================= */


.r1-loader {
    position: fixed;
    inset: 0;

    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100dvh;

    background: #fff;

    opacity: 1;
    visibility: visible;

    transition:
        opacity .7s ease,
        visibility .7s ease;
}


/* 読み込み完了 */
.r1-loader.is-loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


/* 中央 */
.r1-loader__inner {
    width: 220px;
    text-align: center;
}


/* =========================================================
LOGO
========================================================= */

.r1-loader__logo {
    display: block;

    width: 100%;
    height: auto;

    margin: 0 0 28px;

    opacity: 0;

    animation: r1LoaderLogo 1s ease forwards;
}


@keyframes r1LoaderLogo {

    0% {
        opacity: 0;
        transform: translateY(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}



/* バー */
.r1-loader__bar {
    position: relative;

    width: 100%;
    height: 2px;

    overflow: hidden;

    background: #E5EDF4;
}


/* 動くライン */
.r1-loader__bar span {
    position: absolute;

    top: 0;
    left: -40%;

    width: 40%;
    height: 100%;

    background: #1A5B91;

    animation: r1LoaderBar 1.1s ease-in-out infinite;
}


@keyframes r1LoaderBar {

    0% {
        left: -40%;
    }

    100% {
        left: 100%;
    }

}


/* =========================================================
SP
========================================================= */

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

    .r1-loader__inner {
        width: min(260px, 70vw);
    }

    .r1-loader__logo {
        margin-bottom: 22px;
    }

}


/* パンくず：白の薄い縁取り */
/*.r1-breadcrumb,
.r1-breadcrumb a {
    -webkit-text-stroke: 0.3px rgba(255, 255, 255, 0.7);
    paint-order: stroke fill;
}*/

.r1-breadcrumb,
.r1-breadcrumb a {
    text-shadow:
        -1px -1px 0 rgba(255, 255, 255, 0.45),
         1px -1px 0 rgba(255, 255, 255, 0.45),
        -1px  1px 0 rgba(255, 255, 255, 0.45),
         1px  1px 0 rgba(255, 255, 255, 0.45);
}





