@charset "UTF-8";
/*
	-----------------------------------
	v1.0
	Last Updated: 2025-11-07
	-----------------------------------
	[Updated]
	v1.0		2025-11-07
	-----------------------------------

*/
/*@mixin tb {
	@media print, screen and (min-width : $breakpoint-md-min)  and (max-width : $breakpoint-lg-max){
		@content;
	}
}*/
/*@mixin pc {
	@media (min-width : $breakpoint-lg-min) {
		@content;
	}
}*/
/*
@mixin genno-font-family(){
	font-family: 'Noto Sans JP',sans-serif;
}
*/
/*

last update 2024.3.5

    ベース
 */
/* ------------------------------
　　ベース
------------------------------ */
html {
  /*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
  /*font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'メイリオ', Meiryo, sans-serif;*/
  /*font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;*/
  /*font-family: 'Noto Sans JP', sans-serif;*/
  /*font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;*/
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 62.5%;
  width: 100%;
}

body {
  width: 100%;
  color: #654539;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

.img-max {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .img-max-sp {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 768px) {
  .img-max-pc {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .img-auto-sp {
    width: auto;
    height: auto;
    vertical-align: middle;
  }
}
/*デフォルトリンクカラー*/
a {
  color: #0000DE;
}
a:link {
  color: #0000DE;
}
a:visited {
  color: #941D55;
}
a:active, a:hover {
  color: #C00;
}
a:focus {
  color: #CC0000;
}

/* FireFox リンク選択時の点線を消す */
a:link,
a:visited,
a:active,
a:hover {
  overflow: hidden;
  outline: none;
}

/*border-boxを全ての要素に適用*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure {
  padding: 0;
  margin: 0;
}

/*
figure img {
	margin: 0 0 30px;
	@include sp {
		@include margin-bottom-sp(30);
	}
}

figcaption {
	@include font-size(16);
	line-height: 2;
	text-align: center;
	margin: -30px 0 30px;
	@include sp {
		@include font-size-sp(32);
		@include margin-top-sp(-30);
		@include margin-bottom-sp(30);
	}
}
*/
/* ------------------------------
　　クリアフィックス
------------------------------ */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* ------------------------------
　　非表示設定
------------------------------ */
.hide-all {
  display: none !important;
}

.hide-text {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  list-style-type: none;
  height: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}
/* ------------------------------
　　wrap
------------------------------ */
.wrap:before, .wrap:after {
  content: " ";
  display: table;
}
.wrap:after {
  clear: both;
}

/* ------------------------------
　　フォント
------------------------------ */
.m-plus-1p-thin {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.m-plus-1p-light {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1p-medium {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-1p-bold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-1p-extrabold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.m-plus-1p-black {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/*.ff-gen-min {
	@include ff-gen-min;
}
.ff-gen-min-ch {
	@include ff-gen-min-ch;
}
.ff-gen-min-kr {
	@include ff-gen-min-kr;
}*/
/* ------------------------------
　　フォントサイズ
------------------------------ */
/*
.font-s {
	font-size: 0.8em;
}

/* ------------------------------
　　カラー
------------------------------ */
.color-crimson,
.color-crimson a {
  color: #cf3c60;
}

/*
.color-red,
.color-red a {
	color: #e60012;
}
//緑
.color-green {
	color: #22ac38;
}


//紺
/*
.color-navy-blue {
	color: #14146f;
}*/
/* ------------------------------
　　テキストレイアウト
------------------------------ */
/*テキストの左寄せ*/
.text-left {
  text-align: left !important;
}

/*テキストのセンタリンク*/
.text-center {
  text-align: center !important;
}

@media print, screen and (min-width: 768px) {
  .text-center-pc {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-center-sp {
    text-align: center !important;
  }
}

/*テキストの右寄せ*/
.text-right {
  text-align: right !important;
}

@media print, screen and (min-width: 768px) {
  .text-right-pc {
    text-align: right !important;
  }
}

/*キャプション*/
.content .caption {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .content .caption {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .content .caption {
    text-align: left;
  }
}

/* ------------------------------
    回り込み
------------------------------ */
@media print, screen and (min-width: 768px) {
  .float-l {
    float: left;
    padding-right: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .float-r {
    float: right;
    padding-left: 15px;
  }
}

/* ------------------------------
　　マージン
------------------------------ */
/*上下マージン*/
.mtb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

@media print, screen and (min-width: 768px) {
  .mtb-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (max-width: 767px) {
  .mtb-8 {
    margin-top: 1.0666666667vw !important;
    margin-bottom: 1.0666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mtb-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .mtb-16 {
    margin-top: 2.1333333333vw !important;
    margin-bottom: 2.1333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mtb-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .mtb-24 {
    margin-top: 3.2vw !important;
    margin-bottom: 3.2vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mtb-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .mtb-40 {
    margin-top: 5.3333333333vw !important;
    margin-bottom: 5.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mtb-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  .mtb-64 {
    margin-top: 8.5333333333vw !important;
    margin-bottom: 8.5333333333vw !important;
  }
}

/*上マージン*/
.mt-0 {
  margin-top: 0px !important;
}

@media (max-width: 767px) {
  .mt-0-sp {
    margin-top: 0px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-8 {
    margin-top: 8px !important;
  }
}
@media (max-width: 767px) {
  .mt-8 {
    margin-top: 1.0666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-16 {
    margin-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .mt-16 {
    margin-top: 2.1333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-24 {
    margin-top: 24px !important;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 3.2vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-40 {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .mt-40 {
    margin-top: 5.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-64 {
    margin-top: 64px !important;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 8.5333333333vw !important;
  }
}

.mt-05m {
  margin-top: 0.5em !important;
}

/*下マージン*/
.mb-0 {
  margin-bottom: 0px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-8 {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 1.0666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-16 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 2.1333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-24 {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 3.2vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-40 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 5.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-64 {
    margin-bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 8.5333333333vw !important;
  }
}

/*中央寄せ*/
.m-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ------------------------------
　　画像関連
------------------------------ */
/*主に画像のサイズ調整で使用*/
@media print, screen and (min-width: 768px) {
  .w168-pc {
    width: 168px;
  }
}

@media (max-width: 767px) {
  .w359-sp {
    width: 47.8666666667vw;
  }
}

@media (max-width: 767px) {
  .w380-sp {
    width: 50.6666666667vw;
  }
}

@media (max-width: 767px) {
  .w395-sp {
    width: 52.6666666667vw;
  }
}

@media (max-width: 767px) {
  .w480-sp {
    width: 64vw;
  }
}

@media (max-width: 767px) {
  .w484-sp {
    width: 64.5333333333vw;
  }
}

@media (max-width: 767px) {
  .w491-sp {
    width: 65.4666666667vw;
  }
}

@media (max-width: 767px) {
  .w515-sp {
    width: 68.6666666667vw;
  }
}

@media (max-width: 767px) {
  .w542-sp {
    width: 72.2666666667vw;
  }
}

/*ボーダーを付ける*/
.imageLine {
  border: 1px solid #000;
}

/* ------------------------------
　　googlemap
------------------------------ */
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .ggmap {
    margin: 0 0 20px;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
　　youtube
------------------------------ */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
　　区切り線
------------------------------ */
.hr-dotted {
  border: none;
  border-top: 4px dotted #654539;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .hr-dotted {
    border-top: 2px dotted #654539;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

/* ------------------------------
　　ページ内リンクの位置調整
------------------------------ */
.p-link::before {
  content: "";
  display: block;
  visibility: hidden;
  position: relative;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .p-link::before {
    height: 96px;
    margin-top: -96px;
  }
}
@media (max-width: 767px) {
  .p-link::before {
    height: 80px;
    margin-top: -80px;
  }
}

/*p-linkがリンクボタンに被って押せなくなったときの対応*/
.p-link-cover {
  position: relative;
  z-index: 1;
}

/* ------------------------------
　　スマホのみ電話番号をリンクを有効にする
------------------------------ */
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.test-new::after {
  font-family: "Material Symbols Outlined";
  content: "\e05e";
}

/* ------------------------------
　　ヘッダー
------------------------------ */
/*global-header*/
@media print, screen and (min-width: 768px) {
  .global-header-inner {
    background: #fff;
    width: 1200px;
    height: 86px;
    border-radius: 0 0 10px 10px;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), 4px 0 8px rgba(0, 0, 0, 0.08), -4px 0 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), 4px 0 8px rgba(0, 0, 0, 0.08), -4px 0 8px rgba(0, 0, 0, 0.08);
  }
}

/*global-header01*/
@media (max-width: 767px) {
  .global-header01 {
    background: #fff;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
}

@media (max-width: 767px) {
  .global-header.active .global-header01 {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), 4px 0 8px rgba(0, 0, 0, 0.08), -4px 0 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), 4px 0 8px rgba(0, 0, 0, 0.08), -4px 0 8px rgba(0, 0, 0, 0.08);
  }
}

.global-header-logo {
  line-height: 0;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .global-header-logo {
    width: 145px;
    position: absolute;
    top: 12px;
    left: 33px;
  }
}
@media (max-width: 767px) {
  .global-header-logo {
    width: 123px;
    position: absolute;
    top: 7px;
    left: 15px;
  }
}

/*三本線ボタン*/
/*global-header-menu-btn*/
@media (max-width: 767px) {
  .global-header-menu-btn {
    background: #e00e4c;
    width: 56px;
    height: 56px;
    margin: 0;
    border-radius: 9px;
    position: absolute;
    top: 7px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .menu-trigger {
    position: relative;
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 767px) {
  .menu-trigger span:nth-child(-n+3) {
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 12px;
    width: 32px;
    height: 4px;
  }
}

@media (max-width: 767px) {
  .menu-trigger span:nth-of-type(1) {
    top: 10px;
  }
}

@media (max-width: 767px) {
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
}

@media (max-width: 767px) {
  .menu-trigger span:nth-of-type(3) {
    top: 30px;
  }
}

@media (max-width: 767px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
}

@media (max-width: 767px) {
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

@media (max-width: 767px) {
  .global-header-menu-btn-text {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 35px;
    left: 0;
    -webkit-transform: rotate(0.04deg);
            transform: rotate(0.04deg);
  }
}

/* ------------------------------
　　PC用グローバルナビの設定
------------------------------ */
@media print, screen and (min-width: 768px) {
  .global-header02 {
    width: 788px;
    height: 86px;
    position: absolute;
    top: 0;
    left: 202px;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2px;
    list-style: none;
    width: 100%;
    height: 86px;
    margin: 0;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav-list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav-list > li::before {
    content: "";
    background: #edeeef;
    width: 2px;
    height: 57px;
    position: absolute;
    top: 15px;
    right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #654539;
    text-decoration: none;
    font-size: 1.8rem;
    height: 86px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 3px solid #fff;
    padding: 0 38px 0 20px;
    position: relative;
    -webkit-transform: rotate(0.04deg);
            transform: rotate(0.04deg);
  }
}

@media print, screen and (min-width: 768px) {
  .category-news .gnav-list li.global-nav-news a,
  .category-center .gnav-list li.global-nav-center a,
  .category-stroke-heart .gnav-list li.global-nav-stroke-heart a,
  .category-life-support .gnav-list li.global-nav-life-support a,
  .category-medical-professionals .gnav-list li.global-nav-medical-professionals a {
    border-bottom: 3px solid #cf3c60;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav-list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #cf3c60;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav-list li a:hover {
    border-bottom: 3px solid #cf3c60;
    text-decoration: none;
  }
}

@media print, screen and (min-width: 768px) {
  .global-header03 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .global-header03 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fabe00;
    color: #442f27;
    text-decoration: none;
    font-size: 1.8rem;
    width: 160px;
    height: 52px;
    padding: 0 0 0 35px;
    border-radius: 5px;
    position: absolute;
    top: 17px;
    right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform: rotate(0.04deg);
            transform: rotate(0.04deg);
  }
}

@media print, screen and (min-width: 768px) {
  .global-header03 ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #503824;
  }
}

@media print, screen and (min-width: 768px) {
  .global-header03 ul li a:hover {
    background: rgba(250, 190, 0, 0.7);
  }
}

/* ------------------------------
　　SP用グローバルナビの設定（三本線ナビの中身）
------------------------------ */
/*global-header-sp-menu*/
@media (max-width: 767px) {
  .global-header-sp-menu {
    background: #ffe5e9;
    width: 100%;
    height: calc(100vh - 70px);
    position: fixed;
    top: 70px;
    right: -100vw;
    z-index: 999;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .global-header-sp-menu.active {
    right: 0;
  }
}

@media (max-width: 767px) {
  .global-header-sp-menu-inner {
    padding-top: 6.6666666667vw;
    padding-bottom: 8vw;
  }
}

@media (max-width: 767px) {
  .global-header02 {
    margin-bottom: 8vw;
  }
}

@media (max-width: 767px) {
  .gnav-list-sp {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .gnav-list-sp > li > a {
    display: block;
    color: #654539;
    text-decoration: none;
    font-size: 4.8vw;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 4vw;
    padding-right: 16vw;
    border-bottom: 1px solid #a4918a;
    position: relative;
    -webkit-transform: rotate(0.04deg);
            transform: rotate(0.04deg);
  }
}

@media (max-width: 767px) {
  .gnav-list-sp > li > a::before {
    content: "";
    background: url(../images/header/gnav-list-sp.png) no-repeat 0 0;
    background-size: cover;
    width: 1.8666666667vw;
    height: 2.6666666667vw;
    position: absolute;
    top: 50%;
    right: 9.6vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .gnav-list-sp > li > ul {
    background: #fff3f5;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #a4918a;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media (max-width: 767px) {
  .gnav-list-sp > li > ul > li > a {
    display: block;
    color: #654539;
    text-decoration: none;
    font-size: 4.8vw;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 9.3333333333vw;
    padding-right: 12vw;
    border-bottom: 2px dotted #a4918a;
    position: relative;
    -webkit-transform: rotate(0.04deg);
            transform: rotate(0.04deg);
  }
}

@media (max-width: 767px) {
  .gnav-list-sp > li > ul > li:last-of-type > a {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .gnav-list-sp > li > ul > li > a::before {
    content: "";
    background: url(../images/header/gnav-list-sp.png) no-repeat 0 0;
    background-size: cover;
    width: 1.8666666667vw;
    height: 2.6666666667vw;
    position: absolute;
    top: 50%;
    right: 5.6vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .gnav-list-sp > li > ul > li > a::after {
    content: "●";
    color: #cf3c60;
    font-size: 3.7333333333vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 4vw;
  }
}

@media (max-width: 767px) {
  .global-header03 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .global-header03 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fabe00;
    color: #442f27;
    text-decoration: none;
    font-size: 4.8vw;
    width: 92vw;
    height: 16vw;
    margin: auto;
    border: 2px solid #654539;
    border-radius: 5px;
    border-radius: 1.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: rotate(0.04deg);
            transform: rotate(0.04deg);
  }
}

@media (max-width: 767px) {
  .global-header03 ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 24.4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #654539;
  }
}

/*PC版サブメニュー*/
@media print, screen and (min-width: 768px) {
  .global-header-sub {
    display: none;
    width: 1200px;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99999;
  }
}

@media print, screen and (min-width: 768px) {
  .global-header-sub-inner {
    background: #fff;
    padding: 20px 15px;
    border-radius: 4px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 9999;
  }
}

@media print, screen and (min-width: 768px) {
  .global-header-sub-inner::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
  }
}

@media print, screen and (min-width: 768px) {
  .global-header-sub-stroke-heart .global-header-sub-inner {
    left: 480px;
  }
}

@media print, screen and (min-width: 768px) {
  .global-header-sub-life-support .global-header-sub-inner {
    left: 650px;
  }
}

@media print, screen and (min-width: 768px) {
  .global-header-sub-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .global-header-sub-inner ul li {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
    position: relative;
    -webkit-transform: rotate(0.04deg);
            transform: rotate(0.04deg);
  }
}

@media print, screen and (min-width: 768px) {
  .global-header-sub-inner ul li:last-of-type {
    margin: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .global-header-sub-inner ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #cf3c60;
  }
}

@media print, screen and (min-width: 768px) {
  .global-header-sub-inner ul li a {
    color: #654539;
    text-decoration: none;
  }
}

@media print, screen and (min-width: 768px) {
  .global-header-sub-inner ul li a:hover {
    text-decoration: underline;
  }
}

/*xxx*/
/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .topicpath {
    width: 940px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .topicpath {
    width: 92vw;
    margin: 0 auto;
    margin-bottom: 8vw;
  }
}

.topicpath ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topicpath li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .topicpath li {
    font-size: 1.6rem;
    margin: 0 14px 10px 12px;
  }
}
@media (max-width: 767px) {
  .topicpath li {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
    margin-left: 4.1333333333vw;
    margin-right: 2.9333333333vw;
  }
}

.topicpath li:first-of-type {
  margin-left: 0;
}

.topicpath li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #654539;
}
@media print, screen and (min-width: 768px) {
  .topicpath li::before {
    left: -12px;
  }
}
@media (max-width: 767px) {
  .topicpath li::before {
    left: -4.1333333333vw;
  }
}

.topicpath li:first-of-type::before {
  content: none;
}

.topicpath li a {
  color: #654539;
}

.topicpath li a:hover {
  text-decoration: none;
}

/*xxx*/
/* ------------------------------
　　メイン
------------------------------ */
@media (max-width: 767px) {
  .home-main {
    padding-top: 70px;
  }
}

.main {
  background-color: #f9f9f9;
  background-repeat: repeat-y;
  background-position: center top;
}
@media print, screen and (min-width: 768px) {
  .main {
    background-image: url(../images/main_pc.png);
  }
}
@media (max-width: 767px) {
  .main {
    background-image: url(../images/main_sp.png);
    background-size: 100% auto;
    padding-top: 70px;
  }
}

/*xxx*/
/* ------------------------------
　　コンテンツ
------------------------------ */
.content {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .content {
    width: 1040px;
    padding: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .content {
    width: 92vw;
    padding-bottom: 9.3333333333vw;
  }
}

.content {
  /*基本テキスト*/
}
.content p {
  line-height: 1.8;
  margin: 1em 0;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .content p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .content p {
    font-size: 4.8vw;
  }
}
.content {
  /*xxx*/
}
/*コンテンツ基本設定*/
/*
body:not(.home) .content {
	margin: auto;
	position: relative;
	@include tbpc {
		width: 1100px;
		padding: 0 0 50px
	}
	@include sp {
		@include width-sp(690);
		@include padding-bottom-sp(70);
	}


//


p {
	@include tbpc {
		@include font-size(16);
		line-height: 2;
		margin: 0 0 30px;
	}
	@include sp {
		@include font-size-sp(32);
		line-height: 1.8125;
		margin: 0;
		@include margin-bottom-sp(30);
	}
	.material-symbols-outlined {
		@include tbpc {
			@include font-size(16);
		}
		@include sp {
			@include font-size-sp(32);
		}
	}
}




/*

p.mid {
	font-weight: 500;
}
*/
/*
.last {
	margin-bottom: 5rem;
}
.last2 {
	margin-bottom: 10rem;
}
.halfway {
	margin-bottom: 0;
}*/
/* ------------------------------
　　.wp-content（ワードプレスのコンテンツエリア設定）　管理画面も。
------------------------------ */
/*見出し2*/
.wp-content h2 {
  background: #ffe5e9;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .wp-content h2 {
    font-size: 2.6rem;
    min-height: 60px;
    border-radius: 30px;
    margin: 20px auto;
    padding: 10px 26px;
  }
}
@media (max-width: 767px) {
  .wp-content h2 {
    font-size: 5.3333333333vw;
    min-height: 12vw;
    border-radius: 6vw;
    margin-bottom: 5.3333333333vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}

/*見出し3*/
.wp-content h3 {
  font-weight: bold;
  line-height: 1.5;
  border: 2px solid #f5a4b1;
}
@media print, screen and (min-width: 768px) {
  .wp-content h3 {
    font-size: 2.6rem;
    min-height: 60px;
    border-radius: 30px;
    margin: 20px auto;
    padding: 10px 26px;
  }
}
@media (max-width: 767px) {
  .wp-content h3 {
    font-size: 5.3333333333vw;
    min-height: 12vw;
    border-radius: 6vw;
    margin-bottom: 5.3333333333vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}

/*見出し4*/
.wp-content h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .wp-content h4 {
    font-size: 3.6rem;
    margin: 0 auto 20px;
    padding: 0 0 10px;
    border-bottom: 4px dotted #654539;
  }
}
@media (max-width: 767px) {
  .wp-content h4 {
    font-size: 6.1333333333vw;
    margin: 0;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
    border-bottom: 4px dotted #654539;
  }
}

/*リンクボタン*/
.wp-content .wp-block-button .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #654539;
  text-decoration: none;
  border: 2px solid #654539;
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  margin: 1em 0;
}
@media print, screen and (min-width: 768px) {
  .wp-content .wp-block-button .wp-block-button__link {
    font-size: 1.8rem;
    min-height: 60px;
    padding: 20px 50px;
    border-radius: 30px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 767px) {
  .wp-content .wp-block-button .wp-block-button__link {
    font-size: 4.8vw;
    min-height: 14.6666666667vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 9.3333333333vw;
    padding-right: 9.3333333333vw;
    border-radius: 7.3333333333vw;
  }
}

.wp-content .wp-block-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #cf3c60; /* ← 右向きの三角 */
}
@media print, screen and (min-width: 768px) {
  .wp-content .wp-block-button .wp-block-button__link::before {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .wp-content .wp-block-button .wp-block-button__link::before {
    right: 2.6666666667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .wp-content .wp-block-button .wp-block-button__link:hover {
    background: rgba(254, 242, 213, 0.7);
    border: 2px solid rgba(101, 69, 57, 0.7);
  }
}

/*リスト*/
.wp-content ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .wp-content ul {
    margin-bottom: 4vw;
  }
}

.wp-content ul li {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 0 0 0 30px;
  margin: 0;
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media (max-width: 767px) {
  .wp-content ul li {
    font-size: 4.8vw;
    padding-left: 7.4666666667vw;
  }
}

.wp-content ul li::before {
  content: "・";
  font-size: 2.5rem;
  position: absolute;
  top: -8px;
  left: 2px;
}
@media (max-width: 767px) {
  .wp-content ul li::before {
    font-size: 7.4666666667vw;
    top: -3.0666666667vw;
    left: 0vw;
  }
}

/*数字付きリスト*/
.wp-content ol {
  list-style-type: decimal;
  margin: 30px 0;
  padding: 0;
}
@media (max-width: 767px) {
  .wp-content ol {
    margin-bottom: 4vw;
  }
}

.wp-content ol li {
  list-style-type: decimal;
  font-size: 1.8rem;
  line-height: 32.4px;
  margin-left: 30px;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media (max-width: 767px) {
  .wp-content ol li {
    font-size: 4.8vw;
    line-height: 8.64vw;
    margin-left: 7.4666666667vw;
  }
}

/*xxx*/
/* ------------------------------
　　フッター
------------------------------ */
/*footer-top*/
@media print, screen and (min-width: 768px) {
  .footer-top {
    background: url(../images/footer/footer-top-bg2_pc.png) no-repeat center 0, url(../images/footer/footer-top-bg_pc.png) repeat-x 0 0;
  }
}
.footer-top-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .footer-top-inner {
    width: 980px;
    height: 315px;
    margin: auto;
    padding: 71px 0 0;
  }
}
@media (max-width: 767px) {
  .footer-top-inner {
    background: url(../images/footer/footer-top-bg_sp.png) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height: 107.8666666667vw;
    padding-top: 14.2666666667vw;
  }
}

.footer-top-inner a {
  text-decoration: none;
}

.footer-top-inner a:hover {
  opacity: 0.7;
}

.footer-consultation-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .footer-consultation-btn {
    width: 358px;
    height: 244px;
    margin: auto;
    padding: 43px 0 0;
  }
}
@media (max-width: 767px) {
  .footer-consultation-btn {
    width: 88.8vw;
    height: 61.6vw;
    margin: auto;
    padding-top: 8.4vw;
  }
}

.footer-top-text01 {
  color: #cf3c60;
  font-weight: bold;
  line-height: 1.21;
  text-align: center;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .footer-top-text01 {
    font-size: 3.6rem;
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .footer-top-text01 {
    font-size: 9.3333333333vw;
    margin: 0;
    margin-bottom: 1.3333333333vw;
  }
}

.footer-top-text02 {
  color: #654539;
  text-align: center;
  margin: 0;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .footer-top-text02 {
    font-size: 1.8rem;
    line-height: 1.66;
  }
}
@media (max-width: 767px) {
  .footer-top-text02 {
    font-size: 4.2666666667vw;
    line-height: 1.71875;
  }
}

/*footer-middle*/
.footer-middle {
  background: #ffe5e9;
}
.footer-middle a {
  color: #654539;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .footer-middle a {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-middle a:hover {
    text-decoration: underline;
  }
}
.footer-middle-inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .footer-middle-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 980px;
    padding: 45px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .footer-middle-inner {
    width: 81.3333333333vw;
    padding-top: 8vw;
    padding-bottom: 6.6666666667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-logo {
    width: 440px;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    width: 60.4vw;
    margin-bottom: 6.6666666667vw;
  }
}

.footer-logo h1 {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .footer-logo h1 {
    width: 282px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav01 {
    width: 320px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav02 {
    width: 220px;
  }
}
.footer-middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-middle ul li {
  line-height: 1.5;
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .footer-middle ul li {
    font-size: 1.8rem;
    margin: 0 0 15px;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .footer-middle ul li {
    font-size: 4.8vw;
    margin: 0;
    margin-bottom: 3.3333333333vw;
    padding-left: 6vw;
  }
}

.footer-middle ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #cf3c60;
}

.footer-middle ul li:last-of-type {
  margin: 0;
}
/*footer-bottom*/
.footer-bottom {
  background: #ffcbd4;
}
.footer-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .footer-bottom-inner {
    width: 980px;
    height: 116px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .footer-bottom-inner {
    height: 17.3333333333vw;
    padding-bottom: 10.6666666667vw;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.copyright {
  margin: 0;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .copyright {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .copyright {
    font-size: 3.7333333333vw;
  }
}

/*xxx*/
/* ------------------------------
　　ページアップ
------------------------------ */
.pageup {
  margin: 0;
}
.pageup a {
  display: block;
  background: url(../images/footer/pageup.png) no-repeat 0 0;
  background-size: 100% auto;
  font-size: 0rem;
  margin: 0;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 97;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media (max-width: 767px) {
  .pageup a {
    width: 12vw;
    height: 12vw;
    right: 10px;
    bottom: 10px;
  }
}
.pageup a:hover {
  opacity: 0.7;
}

.category-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .category-title-box {
    background: url(../images/category-title-bg_pc.jpg) no-repeat top center;
    height: 351px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .category-title-box {
    background: url(../images/category-title-bg_sp.png) no-repeat top center;
    background-size: cover;
    height: 33.8666666667vw;
    margin-bottom: 4vw;
  }
}

.page-title {
  font-weight: bold;
  list-style: 1.5;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .page-title {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
}

.category-title {
  font-weight: bold;
  list-style: 1.5;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .category-title {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .category-title {
    font-size: 6.4vw;
    margin-top: -2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}

/*xxx*/
/* ------------------------------
　　テキスト
------------------------------ */
.content {
  /*text01*/
}
.content .text01 {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .content .text01 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .content .text01 {
    font-size: 5.3333333333vw;
  }
}
.content {
  /*text02*/
}
.content .text02 {
  color: #cf3c60;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .content .text02 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .content .text02 {
    font-size: 5.3333333333vw;
  }
}
.content {
  /*text02-2*/
}
.content .text02-2 {
  color: #cf3c60;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .content .text02-2 {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .content .text02-2 {
    font-size: 5.3333333333vw;
  }
}
.content {
  /*text03*/
}
@media print, screen and (min-width: 768px) {
  .content .text03 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .content .text03 {
    font-size: 5.3333333333vw;
  }
}
.content {
  /*xxx*/
}
body:not(.home) .content {
  /* ------------------------------
  　　ボックスの設定
  ------------------------------ */
  /*デフォルト セクションとか塊の下に余白を作る場合に使う*/
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .box {
    margin: 0 0 64px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .box {
    margin-bottom: 8.5333333333vw;
  }
}
body:not(.home) .content {
  /*ホワイトボックス　主にコンテンツの枠で使用*/
}
body:not(.home) .content .white-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .white-box {
    padding: 40px 0 40px;
    border-radius: 50px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .white-box {
    padding-top: 8vw;
    padding-bottom: 8vw;
    border-radius: 6.6666666667vw;
  }
}
body:not(.home) .content .white-box-inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .white-box-inner {
    width: 940px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .white-box-inner {
    width: 81.3333333333vw;
  }
}
body:not(.home) .content {
  /*ホワイトボックス2 ホワイトボックスの中に入れるホワイトボックス*/
}
body:not(.home) .content .white-box2 {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .white-box2 {
    width: 940px;
    padding: 20px 0 50px;
    border-radius: 20px;
    margin: 20px auto 40px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .white-box2 {
    margin: 0;
    margin-top: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 8vw;
    border-radius: 6.6666666667vw;
  }
}
body:not(.home) .content .white-box2-inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .white-box2-inner {
    width: 910px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .white-box2-inner {
    width: 70.6666666667vw;
  }
}
body:not(.home) .content {
  /*ピンクボックス　センターについてで使用　背景に脳みそ画像あり*/
}
body:not(.home) .content .pink-box {
  background: #ffe5e9;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .pink-box {
    width: 940px;
    margin: 0 auto 50px;
    padding: 50px 0 40px;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .pink-box {
    width: 89.3333333333vw;
    margin: 0 auto;
    margin-bottom: 13.3333333333vw;
    padding-top: 9.3333333333vw;
    padding-bottom: 8vw;
    border-radius: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .pink-box-brain {
    background: #ffe5e9 url(../images/box/brain_pc.png) no-repeat right 50px top 275px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .pink-box-brain {
    background: #ffe5e9 url(../images/box/brain_sp.png) no-repeat right 0 top 23.8666666667vw;
    background-size: 38.4vw auto;
  }
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .pink-box-heart {
    background: #ffe5e9 url(../images/box/heart_pc.png) no-repeat left 75px top 190px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .pink-box-heart {
    background: #ffe5e9 url(../images/box/heart_sp.png) no-repeat right 0 top 25.8666666667vw;
    background-size: 30.9333333333vw auto;
  }
}
body:not(.home) .content .pink-box-inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .pink-box-inner {
    width: 840px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .pink-box-inner {
    width: 81.3333333333vw;
  }
}
body:not(.home) .content .pink-box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .pink-box-top {
    gap: 0 27px;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .pink-box-top {
    gap: 0 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .pink-box-top figure {
    width: 26.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .pink-box-name {
    line-height: 1.78;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .pink-box-name {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
body:not(.home) .content .pink-box-name strong {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .pink-box-name strong {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .pink-box-name strong {
    font-size: 4.8vw;
  }
}
body:not(.home) .content {
  /*ボーダーボックス*/
}
body:not(.home) .content .border-box {
  border: 2px solid #654539;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .border-box {
    margin: 0 auto 30px;
    padding: 20px 0;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .border-box {
    margin: 0;
    margin-bottom: 9.3333333333vw;
    padding-top: 6vw;
    padding-bottom: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
body:not(.home) .content .border-box-inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .border-box-inner {
    width: 840px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .border-box-inner {
    width: 70.6666666667vw;
  }
}
body:not(.home) .content {
  /*ポイント付き*/
}
body:not(.home) .content .border-box-point {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .border-box-point {
    margin-top: 120px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .border-box-point {
    margin-top: 18.6666666667vw;
    padding-top: 8vw;
  }
}
body:not(.home) .content .border-box-point::before {
  content: "";
  background: url(../images/box/point.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .border-box-point::before {
    width: 273px;
    height: 91px;
    top: -60px;
    left: 388px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .border-box-point::before {
    width: 55.0666666667vw;
    height: 18.2666666667vw;
    top: -12.1333333333vw;
    left: 22.4vw;
  }
}
body:not(.home) .content {
  /*ピン付き*/
}
body:not(.home) .content .border-box-pin {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .border-box-pin {
    margin-top: 120px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .border-box-pin {
    margin-top: 18.6666666667vw;
    padding-top: 8vw;
  }
}
body:not(.home) .content .border-box-pin::before {
  content: "";
  background: url(../images/box/pin.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .border-box-pin::before {
    width: 166px;
    height: 72px;
    top: -57px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .border-box-pin::before {
    width: 35.4666666667vw;
    height: 15.3333333333vw;
    top: -11.4666666667vw;
  }
}
body:not(.home) .content {
  /*ボーダーボックスイエロー（ボーダーボックスの背景を黄色くする）*/
}
body:not(.home) .content .border-box-yellow {
  background: #fffde8;
}
body:not(.home) .content {
  /*ピンクボーダーボックス*/
}
body:not(.home) .content .pink-border-box {
  background: #ffffff;
  border: 2px solid #f5a4b1;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .pink-border-box {
    width: 850px;
    margin: 0 auto 30px;
    padding: 8px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .pink-border-box {
    margin: 0;
    margin-bottom: 9.3333333333vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    border-radius: 2.6666666667vw;
  }
}
body:not(.home) .content .pink-border-box-inner {
  margin: auto;
}
body:not(.home) .content .pink-border-box-inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 上下中央揃え */
  margin: 0; /* pタグのデフォルト余白を消す */
}
body:not(.home) .content .pink-border-box-inner img {
  width: 44px;
  height: 44px;
  margin-right: 13px;
}
body:not(.home) .content {
  /*check-box*/
}
body:not(.home) .content .check-box {
  background: #ffe5e9;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .check-box {
    margin: 14px 0 40px;
    padding: 20px 20px 20px 115px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .check-box {
    margin: 0;
    margin-top: 3.0666666667vw;
    margin-bottom: 7.2vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 20.6666666667vw;
    padding-right: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
body:not(.home) .content .check-box::before {
  content: "";
  background: url(../images/box/check.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .check-box::before {
    width: 77px;
    height: 77px;
    top: -14px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .content .check-box::before {
    width: 16.2666666667vw;
    height: 16.2666666667vw;
    top: -3.0666666667vw;
    left: 1.6vw;
  }
}
body:not(.home) .content .check-box p {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .content .check-box p {
    font-size: 2.3rem;
  }
}
body:not(.home) .content {
  /*xxx*/
}
body:not(.home) .content {
  /*フルサイズボックス　緑色*/
  /*
  .box-full-green {
  	background: #e5f1e7;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
  	margin-bottom: 60px;
  	box-sizing: border-box;
    position: relative;
    left: 50%;
    right: 50%;
  	@include sp {
  		@include margin-bottom-sp(60);
  	}
  	p:last-of-type {
  		margin-bottom: 0;
  	}
  }
  */
  /*
  .box-full-green {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #e5f1e7;
    margin-bottom: 60px;
    box-sizing: border-box;
  	@include tbpc {
    width: calc(100vw - 17px);
  	min-width: 1340px;
  	}
  	@include sp {
  		width: 100vw;
  		@include margin-bottom-sp(60);
  	}
  	p:last-of-type {
  		margin-bottom: 0;
  	}
  }


  /*フルサイズボックス　グラデーション*/
  /*
  .box-full-gradation {
  	background: #A1D6CF;
  	background: linear-gradient(90deg,rgba(161, 214, 207, 1) 0%, rgba(149, 198, 218, 1) 100%);
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
  	margin-bottom: 60px;
  	box-sizing: border-box;
    position: relative;
    left: 50%;
    right: 50%;
  	@include sp {
  		@include margin-bottom-sp(60);
  	}
  	p:last-of-type {
  		margin-bottom: 0;
  	}
  }*/
  /*
  .box-full-gradation {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  	background: #A1D6CF;
  	background: linear-gradient(90deg,rgba(161, 214, 207, 1) 0%, rgba(149, 198, 218, 1) 100%);
    margin-bottom: 60px;
    box-sizing: border-box;
  	@include tbpc {
    width: calc(100vw - 17px);
  	min-width: 1340px;
  	}
  	@include sp {
  		width: 100vw;
  		@include margin-bottom-sp(60);
  	}
  	p:last-of-type {
  		margin-bottom: 0;
  	}
  }


  /*フルサイズボックスのインナー*/
  /*
  .box-full-inner {
  	margin: auto;
  	position: relative;
  	@include tbpc {
  		width: 1100px;
  		padding: 50px 0;
  	}
  	@include sp {
  		@include width-sp(690);
  		@include padding-top-sp(50);
  		@include padding-bottom-sp(50);
  	}
  }






  /*PCで720pxセンター表示にするためのbox*/
  /*
  .box720 {
  	@include tbpc {
  		width: 720px;
  		margin: 0 auto;
  	}
  }

  /*緑の線*/
  /*
  .box-green {
  	border: 1px solid #22ac38;
  	padding: 20px;
  	margin: 0 0 30px;
  	@include sp {
  		@include margin-bottom-sp(30);
  	}
  	p:last-of-type {
  		margin-bottom: 0;
  	}
  }

  /*緑の背景*/
  /*
  .box-green2 {
  	background: #e5f1e7;
  	padding: 20px;
  	margin: 0 0 30px;
  	@include sp {
  		@include margin-bottom-sp(30);
  	}
  	p:last-of-type {
  		margin-bottom: 0;
  	}
  }


  /*ホワイトボックス　角丸つき*/
  /*
  .box-white {
  	background: #ffffff;
  	padding: 30px 40px;
  	margin: 0 0 90px;
  	border-radius: 20px;
  	@include sp {
  		@include margin-bottom-sp(120);
  		@include padding-top-sp(40);
  		@include padding-bottom-sp(40);
  		@include padding-right-sp(40);
  		@include padding-left-sp(40);
  		@include border-radius-sp(20);
  	}
  	p:last-of-type {
  		margin-bottom: 0;
  	}
  }








  /*
  .box-white {
  	background: #fff;
  	@include tbpc {
  		border: 3px solid #c7c7d9;
  		padding:1px 20px;
  		margin: 30px 0;
  	}
  	@include sp {
  		border: 0.8vw solid #c7c7d9;
  		padding:1px 0;
  		@include padding-right-sp(30);
  		@include padding-left-sp(30);
  		@include margin-top-sp(40);
  		@include margin-bottom-sp(40);
  	}
  }
  	*/
  /*
  .box-red {
  	background: #e50057;
  	padding:1px 20px;
  	margin-bottom: $mb;
  }
  */
}

/* ------------------------------
　　見出し
------------------------------ */
/*hedding-type01*/
/*heading02*/
.heading02 {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .heading02 {
    font-size: 4rem;
    margin: 0 auto 50px;
  }
}
@media (max-width: 767px) {
  .heading02 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}

@media print, screen and (min-width: 768px) {
  .heading02-s {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .heading02-s {
    font-size: 5.3333333333vw;
  }
}

/*heading03*/
.heading03 {
  background: #ffe5e9;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .heading03 {
    font-size: 2.6rem;
    min-height: 60px;
    border-radius: 30px;
    margin: 20px auto;
    padding: 10px 26px;
  }
}
@media (max-width: 767px) {
  .heading03 {
    font-size: 5.3333333333vw;
    min-height: 12vw;
    border-radius: 6vw;
    margin-bottom: 5.3333333333vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}

/*heading04*/
.heading04 {
  font-weight: bold;
  line-height: 1.5;
  border: 2px solid #f5a4b1;
}
@media print, screen and (min-width: 768px) {
  .heading04 {
    font-size: 2.6rem;
    min-height: 60px;
    border-radius: 30px;
    margin: 20px auto;
    padding: 10px 26px;
  }
}
@media (max-width: 767px) {
  .heading04 {
    font-size: 5.3333333333vw;
    min-height: 12vw;
    border-radius: 6vw;
    margin-bottom: 5.3333333333vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}

/*heading05*/
.heading05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .heading05 {
    font-size: 3.6rem;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    border-bottom: 4px dotted #654539;
  }
}
@media (max-width: 767px) {
  .heading05 {
    font-size: 6.1333333333vw;
    margin: 0;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    border-bottom: 4px dotted #654539;
  }
}

@media (max-width: 767px) {
  .heading05.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media print, screen and (min-width: 768px) {
  .heading05 span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .heading05 span {
    font-size: 4.5333333333vw;
  }
}

@media print, screen and (min-width: 768px) {
  .heading05-icon {
    width: 70px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .heading05-icon {
    width: 16vw;
    margin-right: 1.8666666667vw;
  }
}

/*heading05-2*/
.heading05-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #cf3c60;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .heading05-2 {
    font-size: 3.6rem;
    margin: 0 auto 40px;
    padding: 0 0 20px;
    border-bottom: 4px dotted #654539;
  }
}
@media (max-width: 767px) {
  .heading05-2 {
    font-size: 6.1333333333vw;
    margin: 0;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    border-bottom: 4px dotted #654539;
  }
}

/*xxx*/
/*見出し2 heading02-2*/
/*
.heading02-2 {
	color: #22ac38;
	@include font-size(36);
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 30px;
	position: relative;
	@include sp {
		@include font-size-sp(46);
		@include margin-bottom-sp(30);
	}
	a {
		color: #22ac38;
		&:hover {
			text-decoration: none;
		}
	}
}


/*見出し3 heading03*/
/*
.heading03 {
	color: #22ac38;
	@include font-size(28);
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 30px;
	padding: 0 0 0 30px;
	position: relative;
	@include sp {
		@include font-size-sp(38);
		@include margin-bottom-sp(30);
		@include padding-left-sp(30);
	}
}
.heading03::before {
	content: '';
	background: #22ac38;
	width: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	@include sp {
		left: 0;
	}
}

/*見出し3 heading03-2*/
/*
.heading03-2 {
	color: #22ac38;
	@include font-size(28);
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 30px;
	position: relative;
	@include sp {
		@include font-size-sp(38);
		@include margin-bottom-sp(30);

	}
}

/*見出し3 heading03-3*/
/*
.heading03-3 {
	@include font-size(26);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 30px;
	padding: 0 0 15px;
	position: relative;
	@include sp {
		@include font-size-sp(48);
		@include margin-bottom-sp(30);
		@include padding-bottom-sp(20);
	}
}
.heading03-3::before {
	content: '';
	background: #22ac38;
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	@include sp {
		@include width-sp(70);
		@include height-sp(4);
	}
}




/*見出し4 heading04*/
/*
.heading04 {
	color: #22ac38;
	@include font-size(22);
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 30px;
	padding: 0 0 16px;
	position: relative;
	@include sp {
		@include font-size-sp(36);
		@include margin-bottom-sp(30);
		@include padding-bottom-sp(16);
	}
}
.heading04::before {
	content: '';
	background: #dedede;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	@include sp {
		@include height-sp(6);
	}
}
.heading04::after {
	content: '';
	background: #22ac38;
	width: 124px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	@include sp {
		@include width-sp(200);
		@include height-sp(6);
	}
}
	*/
/*見出し5 heading05*/
/*見出し6 heading06*/
/* ------------------------------
　　#mainの中のリスト
------------------------------ */
/* ------------------------------
　　ノーマルリスト
------------------------------ */
/*Type1 普通のリスト。どんなサイトでもベースとして使える*/
ul.listType1 {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  ul.listType1 {
    margin-bottom: 4vw;
  }
}

ul.listType1 > li {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 0 0 0 30px;
  margin: 0;
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media (max-width: 767px) {
  ul.listType1 > li {
    font-size: 4.8vw;
    padding-left: 7.4666666667vw;
  }
}

ul.listType1 > li::before {
  content: "・";
  font-size: 2.5rem;
  position: absolute;
  top: -8px;
  left: 2px;
}
@media (max-width: 767px) {
  ul.listType1 > li::before {
    font-size: 7.4666666667vw;
    top: -3.0666666667vw;
    left: 0vw;
  }
}

/*Type2*/
ul.listType2 {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.listType2 > li {
  line-height: 32.4px;
  margin: 1em 0;
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  ul.listType2 > li {
    font-size: 1.8rem;
    padding: 0 0 0 30px;
  }
}
@media (max-width: 767px) {
  ul.listType2 > li {
    font-size: 4.8vw;
    line-height: 8.64vw;
    padding-left: 7.4666666667vw;
  }
}

ul.listType2 > li::before {
  content: "";
  background: #cf3c60;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  ul.listType2 > li::before {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    top: 7px;
  }
}
@media (max-width: 767px) {
  ul.listType2 > li::before {
    width: 4.8vw;
    height: 4.8vw;
    border-radius: 2.4vw;
    top: 1.6vw;
  }
}

ul.listType2 > li > strong {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  ul.listType2 > li > strong {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  ul.listType2 > li > strong {
    font-size: 5.3333333333vw;
  }
}

/*Type3*/
ul.listType3 {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.listType3 > li {
  line-height: 32.4px;
  border-bottom: 1px dotted #cac1bd;
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  ul.listType3 > li {
    font-size: 2.4rem;
    padding: 0 0 15px 50px;
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  ul.listType3 > li {
    font-size: 4.8vw;
    line-height: 8.64vw;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
    padding-left: 7.4666666667vw;
  }
}

ul.listType3 > li.no-border {
  border-bottom: none;
}

ul.listType3 > li::before {
  content: "";
  background: #cf3c60;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  ul.listType3 > li::before {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    top: 7px;
    left: 18px;
  }
}
@media (max-width: 767px) {
  ul.listType3 > li::before {
    width: 4.8vw;
    height: 4.8vw;
    border-radius: 2.4vw;
    top: 1.6vw;
  }
}

ul.listType3 > li.no-icon::before {
  display: none;
}

/* ------------------------------
　　数字付きリスト
------------------------------ */
/*Type1*/
ol.sujiListType1 {
  list-style-type: decimal;
  margin: 0 0 30px;
  padding: 0;
}
@media (max-width: 767px) {
  ol.sujiListType1 {
    margin-bottom: 4vw;
  }
}

ol.sujiListType1 > li {
  list-style-type: decimal;
  font-size: 1.8rem;
  line-height: 32.4px;
  margin-left: 30px;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media (max-width: 767px) {
  ol.sujiListType1 > li {
    font-size: 4.8vw;
    line-height: 8.64vw;
    margin-left: 7.4666666667vw;
  }
}

/*sujiListType2*/
ol.sujiListType2 {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol.sujiListType2 > li {
  line-height: 32.4px;
  margin: 1em 0;
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  ol.sujiListType2 > li {
    font-size: 1.8rem;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  ol.sujiListType2 > li {
    font-size: 4.8vw;
    line-height: 8.64vw;
    padding-left: 10.1333333333vw;
  }
}

ol.sujiListType2 > li::before {
  content: "";
  background: #654539;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  ol.sujiListType2 > li::before {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  ol.sujiListType2 > li::before {
    width: 8vw;
    height: 8vw;
    border-radius: 4vw;
    top: 0.6666666667vw;
  }
}

ol.sujiListType2 > li::after {
  content: "0";
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  ol.sujiListType2 > li::after {
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  ol.sujiListType2 > li::after {
    line-height: 8vw;
    width: 8vw;
    height: 8vw;
    border-radius: 4vw;
    top: 0.6666666667vw;
  }
}

ol.sujiListType2 {
  counter-reset: suji;
}

ol.sujiListType2 > li::after {
  counter-increment: suji;
  content: counter(suji);
}

ol.sujiListType2 > li > strong {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  ol.sujiListType2 > li > strong {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  ol.sujiListType2 > li > strong {
    font-size: 5.3333333333vw;
  }
}

/*Type1-2*/ /*
ol.sujiListType1-2 {
  list-style-type: decimal;
  margin: auto 0;
  padding: 0;
  clear: both;
}
ol.sujiListType1-2 li {
  list-style-type: decimal;
  @include font-size(16);
  line-height: 1.5;
  margin-left: 23px;
  margin-bottom: 1em;
}
/*Type1*/ /*
ol.sujiListType2 {
  list-style-type: none;
  margin: auto 0;
  padding: 0;
  clear: both;
}
ol.sujiListType2 li {
  list-style-type: none;
  @include font-size(16);
  line-height: 1.5;
  margin-left: 23px;
}









/* ------------------------------
　　注釈リスト
------------------------------ */
/*注釈リスト*/
/*
.list-annotation {
	position: relative;
	margin: 0 0 30px;
	padding: 0;
	@include sp {
		margin: 0 0 20px;
	}
}
.list-annotation li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
	line-height: 1.5;
}
.list-annotation li.list-annotation3 {
	padding-left: 2.25em;
}
.list-annotation li span {
	position: absolute;
	left: 0;
	margin: 0
}
*/
/*注釈リスト01*/
/*
.list-annotation01 {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.list-annotation01 li {
	color: #14146f;
	font-weight: 500;
	padding-left: 1.25em;
	line-height: 1.5;
	@include tbpc {
		@include font-size(24);
		margin: 0 0 6px;
		padding-bottom: 6px;
		border-bottom: 2px solid #abb7ce;
	}
	@include sp {
		@include font-size-sp(38);
		margin: 0;
		@include margin-bottom-sp(14);
		@include padding-bottom-sp(14);
		border-bottom: 0.8vw solid #abb7ce;

	}
}
.list-annotation01 li span {
	position: absolute;
	left: 0;
	margin: 0
}





/*PDFリスト*/
/*
.list-pdf {
	list-style: none;
	margin: 0;
	padding: 0;
	@include tbpc {
		margin-top: 50px;
	}
	@include sp {
		@include margin-top-sp(70);
	}

}
.list-pdf li {
	position: relative;
	font-weight: 500;
	line-height: 1.5;
	@include tbpc {
		@include font-size(18);
		margin: 0 0 25px;
		padding-left: 40px;
		padding-bottom: 25px;
		border-bottom: 1px solid #bfbfce;
	}
	@include sp {
		@include font-size-sp(32);
		margin: 0;
		@include margin-bottom-sp(38);
		@include padding-left-sp(60);
		@include padding-bottom-sp(38);
		border-bottom: 0.2666666666666667vw solid #bfbfce;
	}
}
.list-pdf li a {
	color: #000;
	text-decoration: none;
}
.list-pdf li a:hover {
	text-decoration: underline;
}
.list-pdf  li a span {
	color: #363784;
	position: absolute;
	left: 0;
	margin: 0;
	@include tbpc {
		@include font-size(24);
		top: -5px;
		left: 15px;
	}
	@include sp {
		@include font-size-sp(48);
		top: -1.2vw;
		left: 2vw;
	}
}






/*

ul strong,
ol strong {
	font-weight: bold;
}
*/
/*－－－ノーマルリスト－－－*/
/*Type1*/
/*
ul.listType1 {
  list-style-type: disc;
  padding: 0;
}
ul.listType1 li {
  list-style-type: disc;
  @include font-size(16);
  line-height: 1.5;
  margin-left: 23px;
}
ul.listType1 li li {
  font-size: 1em;
}
*/
/*Type1-2*/
/*
ul.listType1-2 {
  list-style-type: disc;
  padding: 0;
}
ul.listType1-2 li {
  list-style-type: disc;
  @include font-size(16);
  line-height: 1.5;
  margin-left: 23px;
  margin-bottom: 1em;
}
*/
/*Type2*/ /*
ul.listType2,
ul.listType2 ul {
  list-style: none;
  margin: auto 0;
  padding: 0
}
ul.listType2 li {
  @include font-size(16);
  line-height: 1.5;
  background-image: url(../images/shared/list-icon.png);
  background-repeat: no-repeat;
  background-position: 4px 6px;
  padding: 3px 5px 2px 30px;
  margin: 0;
}
ul.listType2 li li {
  font-size: inherit;
}

*/
/*Type2-2*/ /*
ul.listType2-2 {
  list-style: none;
  margin: auto 0;
  padding: 0
}
ul.listType2-2 li {
  @include font-size(16);
  line-height: 1.5;
  background-image: url(../images/shared/list-icon.png);
  background-repeat: no-repeat;
  background-position: 4px 6px;
  padding: 3px 5px 2px 30px;
  margin-bottom: 1em;
}
*/
/*Type2-3*/ /*
ul.listType2-3 {
  list-style: none;
  margin: auto 0;
  padding: 0
}
ul.listType2-3 li {
  @include font-size(16);
  line-height: 1.5;
  background-image: url(../images/shared/list-icon.png);
  background-repeat: no-repeat;
  background-position: 4px 6px;
  padding: 3px 5px 2px 30px;
}
ul.listType2-3 li li {
  font-size: inherit;
}
ul.listType2-3 li ul {
  list-style-type: disc;
  margin: auto 0;
  padding: 0;
}

ul.listType2-3 li ul li {
	list-style-type: disc;
	background-image: none;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 5px;
  margin-left: 23px;
}

*/
/*－－－ノートリスト－－－*/
/* noteList */
/*
ul.noteList:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height:0;
  visibility: hidden;
}

ul.noteList {
  display: inline-block;
  clear: both;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
	@include sp {
		@include margin-bottom-sp(30);
	}
}

ul.noteList {
  display: block;
}
ul.noteList > li{
  @include font-size(16);
  line-height: 2;
  clear: both;
	@include sp {
		@include font-size-sp(32);
		line-height: 1.8125;
	}
	.material-symbols-outlined {
		@include tbpc {
			@include font-size(16);
		}
		@include sp {
			@include font-size-sp(32);
		}
	}
}
ul.noteList > li > span.number{
  display: block;
  width: 1em;
  padding: 0px 0px 0px 0px;
  float: left;
  margin: 0px -1em 0px 0px;
}
ul.noteList > li > span.description{
  float: left;
  display: block;
  margin: 0px 0px 0px 1.5em;;
}





/*指定なし*/
/*
ul.fa-ul {
	@include font-size(16);
	line-height: 1.5;
	@include sp {
		@include font-size(14);
	}
}
*/
/*ノーマルリスト*/
/*
ul {
	list-style: none;
	@include font-size(16);
	line-height: 1.875;
	margin: 1em 0 1em 2em;
	padding: 0;
	li {
		position: relative;
		&:before {
			content: '・';
			position: absolute;
			top: 0;
			left: -1em;
		}
	}
	ul {
		margin-top: 0;
	}
}
*/
/*三角リスト（インライン）*/
/*
ul.list-style02 {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;

	@include sp {
		margin: 0 0 20px;
	}

	li {
		display: inline;
		line-height: 1.75;
		padding: 0 30px 0 1em;
		position: relative;

		@include sp {
			padding: 0 30px 0 0.5em;
		}

		&:before {
			content: " \f0da";
			font-family: FontAwesome;
			color: #f00;
			position: absolute;
			top: -1px;
			left: 0.5em;

			@include sp {
				left: 0;
			}
		}
	}
}

/*丸の中に三角リスト*/
/*
ul.list-style03 {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;

	@include sp {
		margin: 0 0 20px;
	}

	li {
		line-height: 1.75;
		padding: 0 0 0 2em;
		position: relative;

		@include sp {
			padding: 0 0 0 25px;
		}

		&:before {
			content: " \f111";
			font-family: FontAwesome;
			@include font-size(28);
			color: #f00;
			position: absolute;
			top: -10px;
			left: 0;

			@include sp {
				@include font-size(20);
				top: -2px;
				left: 0;
			}
		}
		&:after {
			content: " \f0da";
			font-family: FontAwesome;
			color: #fff;
			position: absolute;
			top: 0;
			left: 10px;

			@include sp {
				@include font-size(12);
				top: 5px;
				left: 7px;
			}
		}
	}
}


/*スタイルなしリスト*/
/*
ul.list-style-none {
	list-style: none;
	line-height: 1.5;
	padding: 0;
	margin: 0 0 20px;

	@include sp {
		@include font-size(14);
	}
}
*/
/* ------------------------------
　　数字リスト
------------------------------ */
/*数字リスト*/
/*
ol {
	@include font-size(16);
	line-height: 1.875;
	margin: 1em 0 1em 2em;
	padding: 0;
	ol {
		margin-top: 0;
	}
}
*/
/*※＆上下のボーダー付き*/
/*
ol.list-suji-style02 {
	list-style: none;
	margin: 0 0 30px 3.5em;
	padding: 0;


	@include sp {
		margin: 0 0 20px 3.5em;
	}

	> li {
		counter-increment: cnt;

		&:before {
			content: "※ " counter(cnt);
			display:inline-block;
			margin-left:-3em;
			width: 3em;
		}
	}
}






/*丸括弧付き数字リスト*/
/*
ol.list-suji-style02 {
	list-style-type: none;
	@include font-size(16);
	line-height: 1.875;
	margin: 0 0 1em 2.5em;
	padding: 0;

	> li {
		counter-increment: cnt;

		&:before {
			content: "( " counter(cnt) " ) ";
			display:inline-block;
			margin-left:-2em;
			width: 2em;
		}
	}
}
*/
/*隅付き括弧付き数字リスト　下マージンなし*/
/*
ol.list-suji-style03 {
	list-style-type: none;
	margin: 0 0 20px 3.5em;
	padding: 0;

	@include sp {
		margin: 0 0 15px 3.5em;
	}

	> li {
		counter-increment: cnt3;

		&:before {
			content: "【 " counter(cnt3) " 】 ";
			display:inline-block;
			margin-left:-3em;
			width: 3em;

			@include sp {
				margin-left:-3.5em;
			width: 3.5em;
			}
		}
	}
}
*/
/*カタカナリスト*/
/*ol.list-suji-style04 {
	list-style: katakana;
	margin: 0 0 20px 2em;
	padding: 0;

	@include sp {
		margin: 0 0 15px 2em;
	}

	> li {
		margin: 0;
	}
}
*/
/* ------------------------------
　　カラム
------------------------------ */
@media print, screen and (min-width: 768px) {
  .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/*vertical（垂直方向）*/
@media print, screen and (min-width: 768px) {
  .column-vcenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*horizontal（水平方向）*/
@media print, screen and (min-width: 768px) {
  .column-hcenter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*horizontal-reverse（水平方向の並び逆転）*/
@media print, screen and (min-width: 768px) {
  .column-hreverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/*horizontal-column*/
@media print, screen and (min-width: 768px) {
  .column-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .column-column-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*
.column-center {
	display: flex;
	justify-content: center;
	div {
		margin: 0 20px;
	}
}
	*/
/*2カラム*/
/*ノーマル　450：450＠SP1カラム*/
@media print, screen and (min-width: 768px) {
  .column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}

@media print, screen and (min-width: 768px) {
  .border-box .column2 {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .border-box .column2 {
    gap: 4vw;
  }
}

/*
.column2 {
	@include tbpc {
		display: grid;
		grid-template-columns: repeat(2, 1fr); // 基本は50:50
		gap: 40px;
	}
	@include sp {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: calc(40 / 750 * 100vw);
	}
}
*/
@media print, screen and (min-width: 768px) {
  .column2 > div {
    width: calc(50% - 20px);
  }
}

/*610：290＠SP1カラム*/
@media print, screen and (min-width: 768px) {
  .column2 > div.column2-610 {
    width: 610px;
  }
}

@media print, screen and (min-width: 768px) {
  .column2 > div.column2-290 {
    width: 290px;
  }
}

/*
.column2 > div.column2-610 {
  @include tbpc {
    width: 610px;
  }
}
.column2 > div.column2-290 {
  @include tbpc {
    width: 290px;
  }
}
	*/
/*560：360＠SP1カラム*/
@media print, screen and (min-width: 768px) {
  .column2-560 {
    width: 560px;
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .column2-360 {
    width: 360px;
  }
}

@media print, screen and (min-width: 768px) {
  .column2-360 figure {
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .column2-360 figure {
    margin-bottom: 9.3333333333vw;
  }
}

/*
.column2-560 {
	@include tbpc {
		width: 560px;
		margin-right: 20px;
	}
}
.column2-360 {
	@include tbpc {
		width: 360px;
	}
}
.column2-360 figure {
	@include tbpc {
		margin: 0 0 50px;
	}
	@include sp {
		@include margin-bottom-sp(70);
	}
}
*/
/*600：210＠SP1カラム*/
@media print, screen and (min-width: 768px) {
  .column2 > div.column2-600 {
    width: 600px;
  }
}

@media print, screen and (min-width: 768px) {
  .column2 > div.column2-210 {
    width: 210px;
  }
}

/*
.column-end {
	align-items: flex-end;
}
.column-end-pc {
	@include tbpc {
		align-items: flex-end;
	}
}
.column-end-sp {
	@include sp {
		align-items: flex-end;
	}
}
	*/
/*column2＠PC2カラムSP1カラム*/
/*
.column2 {
	@include tbpc {
		width: calc(50% - 40px / 2);
		margin-right: 40px;
	}
}
.column2:nth-of-type(even) {
	@include tbpc {
		margin-right: 0;
	}
}


/*column3*/
/*
.column3 {
	@include tbpc {
		width: calc(100% / 3 - 80px / 3);
		margin-right: 40px;
	}
}
.column3:nth-of-type(3n) {
	@include tbpc {
		margin-right: 0;
	}
}

/*3カラム（1：2）＠SPは1カラム*/
/*
.column3-1 {
	@include tbpc {
		width: calc(100% / 3 - 40px / 2);
		margin-right: 40px;
	}
}
.column3-2 {
	@include tbpc {
		width: calc(100% / 3 * 2 - 40px / 2);
		margin-right: 40px;
	}
}
.column3-1.even,
.column3-2.even {
	@include tbpc {
		margin-right: 0;
	}
}

/*column4*/
/*
.column4 {
	@include tbpc {
		width: calc(100% / 4 - 90px / 4);
		margin-right: 30px;
	}
}
.column4:nth-of-type(4n) {
	@include tbpc {
		margin-right: 0;
	}
}

/*4カラム（1：3）＠SPは1カラム*/
/*
.column4-1 {
	@include tbpc {
		width: calc(100% / 4 - 30px / 2);
		margin-right: 30px;
	}
}
.column4-3 {
	@include tbpc {
		width: calc(100% / 4 * 3 - 30px / 2);
		margin-right: 30px;
	}
}
.column4-1.even,
.column4-2.even,
.column4-3.even {
	@include tbpc {
		margin-right: 0;
	}
}

/*column5*/
/*
.column5 {
	@include tbpc {
		width: calc(100% / 5 - 120px / 4);
		margin-right: 30px;
	}
}
.column5:nth-of-type(5n) {
	@include tbpc {
		margin-right: 0;
	}
}

/*column6*/
/*
.column6 {
	@include tbpc {
		width: calc(100% / 6 - 150px / 5);
		margin-right: 30px;
	}
}
.column6:nth-of-type(6n) {
	@include tbpc {
		margin-right: 0;
	}
}

/*6カラム（1：5）＠SPは1カラム*/
/*
.column6-1 {
	@include tbpc {
		width: calc(100% / 6 - 30px / 2);
		margin-right: 30px;
	}
}
.column6-5 {
	@include tbpc {
		width: calc(100% / 6 * 5 - 30px / 2);
		margin-right: 30px;
	}
}
.column6-1.even,
.column6-5.even {
	@include tbpc {
		margin-right: 0;
	}
}







/*column2*/
/*
.column2 {
	@include tbpc {
		flex-basis: percentage(528 / 1104);
		margin: 0 0 16px percentage(48 / 1104);
		&:first-of-type {
			margin-left: 0;
		}
	}
	@include sp {
		margin: 0 0 35px;
	}
}
*/
/*column3*/
/*
.column3 {
	@include tbpc {
		flex-basis: percentage(340 / 1104);
		margin: 0 0 16px percentage(42 / 1104);
		&:first-of-type {
			margin-left: 0;
		}
	}
	@include sp {
		margin: 0 0 35px;
	}
}
*/
/*column3-2*/
/*
.column3-2 {
	@include tbpc {
		flex-basis: percentage(722 / 1104);
		margin: 0 0 16px percentage(42 / 1104);
		&:first-of-type {
			margin-left: 0;
		}
	}
	@include sp {
		margin: 0 0 35px;
	}
}
*/
/*左121と右529　　　/kyokai/sdgs/index.htmlで使用*/
/*
.column121 {
	@include tbpc {
		flex-basis: 121px;
		width: 121px;
		margin: 0;
	}
	@include sp {
		text-align: center;
	}
}
.column520 {
	@include tbpc {
		flex-basis: 520px;
		width: 520px;
		margin: 0;
	}
}
*/
/* ------------------------------
　　ボタン
------------------------------ */
/*一覧にもどるボタン*/
.back-ichiran-btn {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .back-ichiran-btn {
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .back-ichiran-btn {
    margin-top: 9.8666666667vw;
  }
}

.back-ichiran-btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #654539;
  text-decoration: none;
  border: 2px solid #654539;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .back-ichiran-btn li a {
    font-size: 1.8rem;
    width: 260px;
    height: 60px;
    border-radius: 6px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 767px) {
  .back-ichiran-btn li a {
    font-size: 4.8vw;
    width: 81.3333333333vw;
    height: 16vw;
    border-radius: 1.3333333333vw;
  }
}

.back-ichiran-btn li a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid #654539;
}
@media print, screen and (min-width: 768px) {
  .back-ichiran-btn li a::before {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .back-ichiran-btn li a::before {
    left: 13.0666666667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .back-ichiran-btn li a:hover {
    background: rgba(254, 242, 213, 0.7);
    border: 2px solid rgba(101, 69, 57, 0.7);
  }
}

/*ページ内リンク*/
.page-link-btn {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .page-link-btn {
    gap: 0 13px;
    margin: 30px 0 50px;
  }
}
@media (max-width: 767px) {
  .page-link-btn {
    gap: 4vw;
    margin-top: 9.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}

.page-link-btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #654539;
  text-decoration: none;
  border: 2px solid #654539;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .page-link-btn li a {
    font-size: 1.6rem;
    width: 225px;
    height: 60px;
    border-radius: 30px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 767px) {
  .page-link-btn li a {
    font-size: 4.2666666667vw;
    width: 44vw;
    height: 14.6666666667vw;
    border-radius: 7.3333333333vw;
  }
}

.page-link-btn li a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #cf3c60;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
@media print, screen and (min-width: 768px) {
  .page-link-btn li a::before {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .page-link-btn li a::before {
    right: 2.6666666667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .page-link-btn li a:hover {
    background: rgba(254, 242, 213, 0.7);
    border: 2px solid rgba(101, 69, 57, 0.7);
  }
}

/*ボタンタイプ1*/
.btn-tyle1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .btn-tyle1 {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr); /* 2カラム */
    gap: 40px;
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .btn-tyle1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin: 5.3333333333vw 0;
  }
}

.btn-tyle1 li a {
  display: block;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #654539;
  text-decoration: none;
  line-height: 1.8;
  width: 100%;
  border: 2px solid #654539;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .btn-tyle1 li a {
    font-size: 2.4rem;
    padding: 20px 100px 20px 30px;
    border-radius: 20px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 767px) {
  .btn-tyle1 li a {
    font-size: 5.0666666667vw;
    padding-top: 4.6666666667vw;
    padding-bottom: 4.6666666667vw;
    padding-left: 5.0666666667vw;
    padding-right: 18.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}

.btn-tyle1 li a::before {
  content: "";
  background: #ffe7b0 url(../images/btn/btn-tyle1.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .btn-tyle1 li a::before {
    background-size: 17px auto;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .btn-tyle1 li a::before {
    background-size: 3.7333333333vw auto;
    width: 16vw;
  }
}

.btn-tyle1 li.light-blue a::before {
  background-color: #d1f4ff;
}

@media print, screen and (min-width: 768px) {
  .btn-tyle1 li a:hover {
    background: rgba(254, 242, 213, 0.7);
    border: 2px solid rgba(101, 69, 57, 0.7);
  }
}

/*ボタンタイプ2*/
.btn-tyle2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .btn-tyle2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr); /* 1カラム */
    gap: 40px;
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .btn-tyle2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin: 5.3333333333vw 0;
  }
}

.btn-tyle2 li a {
  display: block;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #654539;
  text-decoration: none;
  line-height: 1.8;
  width: 100%;
  border: 2px solid #654539;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .btn-tyle2 li a {
    font-size: 2.4rem;
    padding: 20px 100px 20px 30px;
    border-radius: 20px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 767px) {
  .btn-tyle2 li a {
    font-size: 5.0666666667vw;
    padding-top: 4.6666666667vw;
    padding-bottom: 4.6666666667vw;
    padding-left: 5.0666666667vw;
    padding-right: 18.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}

.btn-tyle2 li a::before {
  content: "";
  background: #dbf2c5 url(../images/btn/btn-tyle1.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .btn-tyle2 li a::before {
    background-size: 17px auto;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .btn-tyle2 li a::before {
    background-size: 3.7333333333vw auto;
    width: 16vw;
  }
}

.btn-tyle2 li.light-blue a::before {
  background-color: #d1f4ff;
}

@media print, screen and (min-width: 768px) {
  .btn-tyle2 li a:hover {
    background: rgba(254, 242, 213, 0.7);
    border: 2px solid rgba(101, 69, 57, 0.7);
  }
}

/*ロールオーバーの設定*/
/*
.btn a {
	@include transition-duration(0.2s);
}
.btn a:hover {
	@include opacity(0.7);
}

/*インデックスページ用ボタン*/
/*
.index-btn {
	list-style: none;
	margin: 0;
	padding: 0;
	@include tbpc {
		display: flex;
		flex-wrap: wrap;
	}
}
.index-btn.index-btn-center {
	@include tbpc {
		justify-content: center;
	}
}
.index-btn li {
	display: flex;
	@include tbpc {
		width: calc(100% / 3 - 80px / 3);
		margin: 0 40px 40px 0;
	}
	@include sp {
		margin: 0;
		@include margin-bottom-sp(40);
	}
}
.index-btn.index-btn-center li {
	@include tbpc {
		margin: 0 20px 40px 20px;
	}
}
.index-btn li:nth-of-type(3n) {
	@include tbpc {
		margin-right: 0;
	}
}

.index-btn li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	@include font-size(18);
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	width: 100%;
	padding: 20px 0;
	border: 2px solid #1fad35;
	border-radius: 15px;
	position: relative;
	@include transition-duration(0.2s);
	@include sp {
		@include font-size-sp(32);
		@include padding-top-sp(30);
		@include padding-bottom-sp(30);
		@include border-radius-sp(18);
	}
	.material-symbols-outlined {
		@include tbpc {
			@include font-size(18);
		}
		@include sp {
			@include font-size-sp(32);
		}
	}
}
.index-btn li a::after {
	content: '';
	background: url(../images/shared/icon-triangle.png) no-repeat 0 0;
	background-size: 100% auto;
	width: 7px;
	height: 9px;
	position: absolute;
	right: 18px;
	@include sp {
		@include width-sp(15);
		@include height-sp(19);
		@include right-sp(25);
	}
}
.index-btn li a:hover {
	background: #1fad35;
	color: #fff;
}




/*インデックスページ用ボタン　タイプ2*/
/*
.index-btn2 {
	list-style: none;
	margin: 50px 0 0;
	padding: 0;
	@include tbpc {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	@include sp {
		@include margin-top-sp(50);
	}
}
.index-btn2 li {
	display: flex;
	position: relative;
	@include tbpc {
		width: calc(100% / 3 - 80px / 3);
		margin: 0 0 40px;
	}
	@include sp {
		margin: 0;
		@include margin-bottom-sp(40);
	}
}
.index-btn2 li:first-of-type::before {
	@include tbpc {
		content: '';
		background: #a5d3ad;
		width: 1px;
		height: 71px;
		position: absolute;
		top: 0;
		right: -105px;
	}
}




.index-btn2 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #000;
	@include font-size(18);
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	width: 100%;
	padding: 20px 0;
	border: 2px solid #1fad35;
	border-radius: 15px;
	position: relative;
	@include transition-duration(0.2s);
	@include sp {
		@include font-size-sp(32);
		@include padding-top-sp(30);
		@include padding-bottom-sp(30);
		@include border-radius-sp(18);
	}
	.material-symbols-outlined {
		@include tbpc {
			@include font-size(18);
		}
		@include sp {
			@include font-size-sp(32);
		}
	}
}
.index-btn2 li a::after {
	content: '';
	background: url(../images/shared/icon-triangle.png) no-repeat 0 0;
	background-size: 100% auto;
	width: 7px;
	height: 9px;
	position: absolute;
	right: 18px;
	@include sp {
		@include width-sp(15);
		@include height-sp(19);
		@include right-sp(25);
	}
}
.index-btn2 li a:hover {
	background: #1fad35;
	color: #fff;
}
/*




	*/
/* ------------------------------
　　マーカー
------------------------------ */
.maker-pink {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.maker-pink::before {
  content: "";
  position: absolute;
  left: -20px; /* 左に20pxはみ出す */
  right: -20px; /* 右に20pxはみ出す */
  bottom: 0; /* テキストの下に配置 */
  height: 26px; /* マーカーの高さ */
  background: #ffe5e9; /* マーカー色 */
  border-radius: 13px; /* 角丸 */
  z-index: -1; /* テキストの背面に配置 */
}
@media (max-width: 767px) {
  .maker-pink::before {
    height: 3.4666666667vw;
    border-radius: 1.7333333333vw;
    left: -2.6666666667vw;
    right: -2.6666666667vw;
  }
}

/*
.maker-pink {
	display: inline-block;
	background:linear-gradient(transparent 70%, #ffe5e9 70%);
	padding: 0 20px;
}*/
/*
.maker-yellow {
	display: inline-block;
	background:linear-gradient(transparent 70%, #ffd200 70%);
	margin: 4px 0;
}
.maker-yellow2 {
	display: inline-block;
	background:linear-gradient(transparent 70%, #ffd200 70%);
	margin: 4px 0;
	padding: 0 10px;
}
*/
/* ------------------------------
　　トップページ専用
------------------------------ */
.home {
  /*home-title*/
}
@media print, screen and (min-width: 768px) {
  .home .home-title {
    background: #f9f9f9 url(../images/home-title_pc.jpg) no-repeat center top;
    height: 616px;
  }
}
@media (max-width: 767px) {
  .home .home-title {
    background: #f9f9f9 url(../images/home-title_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    height: 110vw;
  }
}
.home .home-title h1 {
  font-size: 0rem;
  line-height: 0;
  text-indent: -9999px;
}
.home {
  /*home-news-box*/
}
@media print, screen and (min-width: 768px) {
  .home .home-news-box {
    background: #f9f9f9 url(../images/home-news-box-bg_pc.png) no-repeat center top;
  }
}
@media (max-width: 767px) {
  .home .home-news-box {
    background: #f9f9f9 url(../images/home-news-box-bg_sp.png) no-repeat center bottom;
    background-size: 100% auto;
  }
}
.home .home-news-box-wrap {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .home .home-news-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 940px;
    min-height: 442px;
    padding: 35px 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .home .home-news-box-wrap {
    width: 92vw;
    padding-top: 8vw;
    padding-bottom: 39.2vw;
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-news-box-left {
    width: 200px;
  }
}
.home .home-news-box-left h2 {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .home .home-news-box-left h2 {
    font-size: 3.8rem;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .home .home-news-box-left h2 {
    font-size: 8vw;
    margin: 0;
    margin-bottom: 8vw;
  }
}
.home .home-news-box-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home .home-news-box-left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #654539;
  text-decoration: none;
  border: 2px solid #654539;
  -webkit-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .home .home-news-box-left ul li a {
    font-size: 1.6rem;
    width: 98px;
    height: 38px;
    padding: 0 0 0 18px;
    border-radius: 19px;
  }
}
@media (max-width: 767px) {
  .home .home-news-box-left ul li a {
    font-size: 4.2666666667vw;
    width: 28vw;
    height: 11.2vw;
    padding-left: 6.4vw;
    border-radius: 5.6vw;
    position: absolute;
    bottom: 28vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.home .home-news-box-left ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #cf3c60;
}
@media print, screen and (min-width: 768px) {
  .home .home-news-box-left ul li a::before {
    right: 14px;
  }
}
@media (max-width: 767px) {
  .home .home-news-box-left ul li a::before {
    right: 4.1333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-news-box-left ul li a:hover {
    background: rgba(254, 242, 213, 0.7);
    border: 2px solid rgba(101, 69, 57, 0.7);
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-news-box-right {
    width: 740px;
  }
}
@media (max-width: 767px) {
  .home .home-news-box-right {
    padding-bottom: 8vw;
  }
}
.home .home-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home .home-news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
}
@media print, screen and (min-width: 768px) {
  .home .home-news-list li {
    gap: 1.5em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 19px;
    margin: 0 0 19px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; /* 回り込み禁止 */
  }
}
@media (max-width: 767px) {
  .home .home-news-list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    margin-bottom: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
}
.home .home-news-list li:last-of-type {
  margin: 0;
}
@media (max-width: 767px) {
  .home .home-news-list li:last-of-type {
    margin-bottom: 0vw;
  }
}
.home .home-news-list li .date {
  color: #cf3c60;
  line-height: 1.5;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .home .home-news-list li .date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .home .home-news-list li .date {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    width: 26.6666666667vw;
  }
}
.home .home-news-list li .category {
  /* 背景と角丸 */
  background-color: #e00e4c; /* 背景カラーe00e4c */
  color: #fff; /* テキストカラーfff */
  border-radius: 3px; /* 角丸3px */
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  /* テキストを上下左右中央に配置 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* flexboxを使って中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向の中央揃え */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向の中央揃え */
  white-space: nowrap; /* テキストが折り返さないように */
}
@media print, screen and (min-width: 768px) {
  .home .home-news-list li .category {
    font-size: 1.4rem;
    /* --- 変更箇所: 新着情報に板を引くためのスタイル適用 --- */
    /* flex-basisは横幅に合わせて変更 */
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px; /* 固定幅 (横80px) に合わせて調整 */
    height: 26px; /* 縦26px */
  }
}
@media (max-width: 767px) {
  .home .home-news-list li .category {
    font-size: 3.2vw;
    width: 18.1333333333vw;
    height: 6.9333333333vw;
  }
}
.home .home-news-list li .title {
  color: #654539;
  text-decoration: none;
  word-break: break-all;
  line-height: 1.5;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .home .home-news-list li .title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; /* 残りを使う */
    font-size: 1.8rem;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 767px) {
  .home .home-news-list li .title {
    font-size: 4.8vw;
    width: 92vw;
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-news-list li .title:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-news-list li .title:visited {
    color: #551a8b;
  }
}
.home {
  /*home-wrap*/
}
.home .home-wrap {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .home .home-wrap {
    background: #ffe5e9 url(../images/home-wrap-bg_pc.png) no-repeat center top;
    padding: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .home .home-wrap {
    background: #ffe5e9 url(../images/home-wrap-bg_sp.png) no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 5.3333333333vw;
  }
}
.home {
  /*home-center-box*/
}
.home .home-center-box {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .home .home-center-box {
    background: url(../images/home-center-box-bg_pc.png) no-repeat center bottom;
    top: -128px;
  }
}
@media (max-width: 767px) {
  .home .home-center-box {
    background: url(../images/home-center-box-bg_sp.png) no-repeat center bottom;
    background-size: 100% auto;
    top: -14.5333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-center-box-inner {
    width: 1072px;
    margin: auto;
    padding: 0 0 124px;
  }
}
@media (max-width: 767px) {
  .home .home-center-box-inner {
    padding-bottom: 12vw;
  }
}
.home .home-center-box-wrap {
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
@media print, screen and (min-width: 768px) {
  .home .home-center-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1026px;
    padding: 50px 0;
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  .home .home-center-box-wrap {
    width: 92vw;
    margin: auto;
    padding-top: 12vw;
    padding-bottom: 12vw;
    border-radius: 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-center-box-left {
    width: 440px;
    padding: 40px 0 0 66px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-center-box-left figure {
    width: 315px;
  }
}
@media (max-width: 767px) {
  .home .home-center-box-left figure {
    width: 55.2vw;
    margin: 0 auto;
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-center-box-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 767px) {
  .home .home-center-box-right {
    width: 81.3333333333vw;
    margin: auto;
  }
}
.home .home-center-box-right h2 {
  color: #cf3c60;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .home .home-center-box-right h2 {
    font-size: 4.6rem;
    line-height: 1.3;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .home .home-center-box-right h2 {
    font-size: 9.6vw;
    line-height: 1.25;
    margin: 0;
    margin-bottom: 4vw;
  }
}
.home .home-center-box-right p {
  line-height: 1.78;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .home .home-center-box-right p {
    font-size: 1.8rem;
    width: 525px;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .home .home-center-box-right p {
    font-size: 4.8vw;
    margin: 0;
    margin-bottom: 6vw;
  }
}
.home .home-center-box-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home .home-center-box-right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #654539;
  text-decoration: none;
  border: 2px solid #654539;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .home .home-center-box-right ul li a {
    font-size: 1.8rem;
    width: 260px;
    height: 60px;
    border-radius: 6px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 767px) {
  .home .home-center-box-right ul li a {
    font-size: 4.8vw;
    width: 81.3333333333vw;
    height: 16vw;
    border-radius: 1.3333333333vw;
  }
}
.home .home-center-box-right ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #654539;
}
@media print, screen and (min-width: 768px) {
  .home .home-center-box-right ul li a::before {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .home .home-center-box-right ul li a::before {
    right: 19.0666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-center-box-right ul li a:hover {
    background: rgba(254, 242, 213, 0.7);
    border: 2px solid rgba(101, 69, 57, 0.7);
  }
}
.home {
  /*home-stroke-heart-box*/
}
@media print, screen and (min-width: 768px) {
  .home .home-stroke-heart-box {
    background: url(../images/home-stroke-heart-box-bg-top_pc.png) no-repeat center top, url(../images/home-stroke-heart-box-bg-bottom_pc.png) no-repeat center bottom;
    margin-top: -64px;
  }
}
@media (max-width: 767px) {
  .home .home-stroke-heart-box {
    background: url(../images/home-stroke-heart-box-bg-top_sp.png) no-repeat center top, url(../images/home-stroke-heart-box-bg-bottom_sp.png) no-repeat center bottom;
    background-size: 100% auto;
    margin-top: -9.4666666667vw;
  }
}
.home .home-stroke-heart-box-inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .home .home-stroke-heart-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .home .home-stroke-heart-box-inner {
    width: 92vw;
    padding-top: 20.4vw;
    padding-bottom: 22.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-stroke-heart-box-left {
    width: 424px;
    padding: 74px 0 0;
  }
}
@media (max-width: 767px) {
  .home .home-stroke-heart-box-left {
    margin-bottom: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-stroke-heart-box-left figure {
    width: 318px;
    margin: 0 0 0 67px;
  }
}
@media (max-width: 767px) {
  .home .home-stroke-heart-box-left figure {
    width: 68.1333333333vw;
    margin-left: 14.2666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-stroke-heart-box-right {
    width: 424px;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-stroke-heart-box-right figure {
    width: 379px;
    margin: 0 0 0 23px;
  }
}
@media (max-width: 767px) {
  .home .home-stroke-heart-box-right figure {
    width: 79.8666666667vw;
    margin-left: 6vw;
  }
}
.home .home-stroke-heart-white-box {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .home .home-stroke-heart-white-box {
    padding: 40px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .home .home-stroke-heart-white-box {
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.home .home-stroke-heart-white-box h2 {
  color: #cf3c60;
  font-weight: bold;
  line-height: 0.7;
}
@media print, screen and (min-width: 768px) {
  .home .home-stroke-heart-white-box h2 {
    font-size: 7.2rem;
    margin: 0 0 20px;
    padding: 0 0 0 46px;
  }
}
@media (max-width: 767px) {
  .home .home-stroke-heart-white-box h2 {
    font-size: 15.4666666667vw;
    margin: 0;
    margin-bottom: 6.6666666667vw;
    padding-left: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-stroke-heart-white-box h2 span {
    font-size: 4rem;
    padding: 0 0 0 135px;
  }
}
@media (max-width: 767px) {
  .home .home-stroke-heart-white-box h2 span {
    font-size: 8.5333333333vw;
    padding-left: 28vw;
  }
}
.home .home-stroke-heart-white-box p {
  line-height: 1.78;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .home .home-stroke-heart-white-box p {
    font-size: 1.8rem;
    width: 330px;
    margin: 0 auto 10px;
  }
}
@media (max-width: 767px) {
  .home .home-stroke-heart-white-box p {
    font-size: 4.8vw;
    margin: 0;
    margin-bottom: 6.6666666667vw;
  }
}
.home .home-stroke-heart-white-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home .home-stroke-heart-white-box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fabe00;
  color: #654539;
  text-decoration: none;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #613813;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .home .home-stroke-heart-white-box ul li a {
    font-size: 1.8rem;
    width: 260px;
    height: 60px;
    border-radius: 6px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 767px) {
  .home .home-stroke-heart-white-box ul li a {
    font-size: 4.8vw;
    width: 81.3333333333vw;
    height: 16vw;
    border-radius: 1.3333333333vw;
  }
}
.home .home-stroke-heart-white-box ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #442f27;
}
@media print, screen and (min-width: 768px) {
  .home .home-stroke-heart-white-box ul li a::before {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .home .home-stroke-heart-white-box ul li a::before {
    right: 19.0666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-stroke-heart-white-box ul li a:hover {
    background: rgba(250, 190, 0, 0.7);
    border: 2px solid rgba(101, 69, 57, 0.7);
  }
}
.home {
  /*home-life-support*/
}
@media print, screen and (min-width: 768px) {
  .home .home-life-support {
    background: #f9f9f9 url(../images/home-life-support-bg_pc.png) no-repeat top center;
  }
}
@media (max-width: 767px) {
  .home .home-life-support {
    background: #f9f9f9 url(../images/home-life-support-bg_sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-life-support-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1072px;
    margin: auto;
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .home .home-life-support-inner {
    padding-top: 24vw;
    padding-bottom: 42.6666666667vw;
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-life-support-left {
    width: 393px;
  }
}
.home .home-life-support-left h2 {
  color: #cf3c60;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .home .home-life-support-left h2 {
    font-size: 5.2rem;
    line-height: 1.154;
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .home .home-life-support-left h2 {
    font-size: 13.3333333333vw;
    line-height: 1.16;
    margin: 0;
    margin-bottom: 6.6666666667vw;
    margin-left: 9.3333333333vw;
  }
}
.home .home-life-support-left p {
  line-height: 1.78;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .home .home-life-support-left p {
    font-size: 1.8rem;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .home .home-life-support-left p {
    font-size: 4.8vw;
    margin: 0;
    margin-bottom: 5.3333333333vw;
    margin-left: 9.3333333333vw;
  }
}
.home .home-life-support-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home .home-life-support-left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #654539;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #654539;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .home .home-life-support-left ul li a {
    font-size: 1.8rem;
    width: 260px;
    height: 60px;
    border-radius: 6px;
    position: relative;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 767px) {
  .home .home-life-support-left ul li a {
    font-size: 4.8vw;
    width: 81.3333333333vw;
    height: 16vw;
    border-radius: 1.3333333333vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 18.6666666667vw;
  }
}
.home .home-life-support-left ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #654539;
}
@media print, screen and (min-width: 768px) {
  .home .home-life-support-left ul li a::before {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .home .home-life-support-left ul li a::before {
    right: 19.0666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-life-support-left ul li a:hover {
    background: rgba(254, 242, 213, 0.7);
    border: 2px solid rgba(101, 69, 57, 0.7);
  }
}
@media print, screen and (min-width: 768px) {
  .home .home-life-support-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 767px) {
  .home .home-life-support-right figure {
    width: 87.8666666667vw;
    margin: auto;
  }
}
.home {
  /*xxx*/
}
/* ------------------------------
　　ニュースページ専用
------------------------------ */
.category-news {
  /*news-list*/
}
.category-news .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-news .news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
}
@media print, screen and (min-width: 768px) {
  .category-news .news-list li {
    gap: 1.5em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 19px;
    margin: 0 0 19px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; /* 回り込み禁止 */
  }
}
@media (max-width: 767px) {
  .category-news .news-list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    margin-bottom: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
}
.category-news {
  /*
  .news-list li:last-of-type {
  	margin: 0;
  	@include tbpc {
  	}
  	@include sp {
  		@include margin-bottom-sp(0);
  	}
  }
  	*/
}
.category-news .news-list li .date {
  color: #cf3c60;
  line-height: 1.5;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .category-news .news-list li .date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .category-news .news-list li .date {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    width: 26.6666666667vw;
  }
}
.category-news .news-list li .category {
  /* 背景と角丸 */
  background-color: #e00e4c; /* 背景カラーe00e4c */
  color: #fff; /* テキストカラーfff */
  border-radius: 3px; /* 角丸3px */
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  /* テキストを上下左右中央に配置 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* flexboxを使って中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向の中央揃え */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向の中央揃え */
  white-space: nowrap; /* テキストが折り返さないように */
}
@media print, screen and (min-width: 768px) {
  .category-news .news-list li .category {
    font-size: 1.4rem;
    /* --- 変更箇所: 新着情報に板を引くためのスタイル適用 --- */
    /* flex-basisは横幅に合わせて変更 */
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px; /* 固定幅 (横80px) に合わせて調整 */
    height: 26px; /* 縦26px */
  }
}
@media (max-width: 767px) {
  .category-news .news-list li .category {
    font-size: 3.2vw;
    width: 18.1333333333vw;
    height: 6.9333333333vw;
  }
}
.category-news .news-list li .title {
  color: #654539;
  text-decoration: none;
  word-break: break-all;
  line-height: 1.5;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .category-news .news-list li .title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; /* 残りを使う */
    font-size: 1.8rem;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 767px) {
  .category-news .news-list li .title {
    font-size: 4.8vw;
    width: 92vw;
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-news .news-list li .title:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  .category-news .news-list li .title:visited {
    color: #551a8b;
  }
}
.category-news {
  /*post-data*/
}
.category-news .post-data {
  color: #cf3c60;
  line-height: 1.5;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .category-news .post-data {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .category-news .post-data {
    font-size: 4.2666666667vw;
    margin: 0;
    margin-bottom: 3.3333333333vw;
  }
}
.category-news {
  /*post-title*/
}
.category-news .post-title {
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .category-news .post-title {
    font-size: 3rem;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 4px dotted #654539;
  }
}
@media (max-width: 767px) {
  .category-news .post-title {
    font-size: 5.3333333333vw;
    margin: 0;
    margin-bottom: 4vw;
    padding-bottom: 2vw;
    border-bottom: 3px dotted #654539;
  }
}
.category-news {
  /*ページャー*/
}
.category-news .page-nav {
  padding: 20px 0;
}
.category-news .page-nav ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-news .page-nav li {
  display: inline;
  list-style: none outside none;
  font-size: 1.6rem;
  margin: 0 0.16em;
}
.category-news .page-nav li.previous {
  margin-right: 0.5em;
}
.category-news .page-nav li.next {
  margin-left: 0.5em;
}
.category-news .page-nav li a {
  border: 1px solid #654539;
  color: #654539;
  text-decoration: none;
  border-radius: 9px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .category-news .page-nav li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.category-news .page-nav li a:hover {
  border: 1px solid #654539;
}
@media print, screen and (min-width: 768px) {
  .category-news .page-nav li a:hover {
    background: #ccc;
    border: 1px solid #ccc;
  }
}
.category-news .page-nav li a:active {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  top: 1px;
}
.category-news .page-nav li.current span {
  border: 1px solid #e00e4c;
  color: #654539;
  font-weight: bold;
  border-radius: 9px;
  background-color: #fff;
}
.category-news .page-nav li.first span,
.category-news .page-nav li.previous span,
.category-news .page-nav li.next span,
.category-news .page-nav li.last span {
  background: rgb(248, 248, 248);
  border: 1px solid #654539;
  color: rgb(180, 180, 180);
  text-decoration: none;
  border-radius: 9px;
}
.category-news .page-nav li.page_nums span {
  background: rgb(102, 102, 102);
  border: 1px solid rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}
.category-news .page-nav li a,
.category-news .page-nav li.current span,
.category-news .page-nav li.first span,
.category-news .page-nav li.previous span,
.category-news .page-nav li.next span,
.category-news .page-nav li.last span,
.category-news .page-nav li.page_nums span {
  /* padding: 0.25em 0.8em; */
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media (max-width: 767px) {
  .category-news .page-nav li a,
  .category-news .page-nav li.current span,
  .category-news .page-nav li.first span,
  .category-news .page-nav li.previous span,
  .category-news .page-nav li.next span,
  .category-news .page-nav li.last span,
  .category-news .page-nav li.page_nums span {
    width: 8.4vw;
    height: 8.4vw;
    font-size: 4.2666666667vw;
    line-height: calc(8.4vw - 0.32em);
  }
}
@media print, screen and (min-width: 768px) {
  .category-news .page-nav li a,
  .category-news .page-nav li.current span,
  .category-news .page-nav li.first span,
  .category-news .page-nav li.previous span,
  .category-news .page-nav li.next span,
  .category-news .page-nav li.last span,
  .category-news .page-nav li.page_nums span {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    line-height: calc(36px - 0.02em);
  }
}
.category-news .page-nav li.first a,
.category-news .page-nav li.first span,
.category-news .page-nav li.previous a,
.category-news .page-nav li.previous span,
.category-news .page-nav li.next a,
.category-news .page-nav li.next span,
.category-news .page-nav li.last a,
.category-news .page-nav li.last span {
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media (max-width: 767px) {
  .category-news .page-nav li.first a,
  .category-news .page-nav li.first span,
  .category-news .page-nav li.previous a,
  .category-news .page-nav li.previous span,
  .category-news .page-nav li.next a,
  .category-news .page-nav li.next span,
  .category-news .page-nav li.last a,
  .category-news .page-nav li.last span {
    font-size: 6.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-news .page-nav li.first a,
  .category-news .page-nav li.first span,
  .category-news .page-nav li.previous a,
  .category-news .page-nav li.previous span,
  .category-news .page-nav li.next a,
  .category-news .page-nav li.next span,
  .category-news .page-nav li.last a,
  .category-news .page-nav li.last span {
    font-size: 3rem;
    line-height: calc(36px - 0.2em);
  }
}
.category-news {
  /*前へ、次へ*/
}
.category-news .post-links {
  width: 100%;
  padding: 1em 0 0;
  margin: 0 0 4vw;
}
@media print, screen and (min-width: 768px) {
  .category-news .post-links {
    width: 940px;
    margin: 0 auto;
  }
}
.category-news .post-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .category-news .post-links ul {
    padding: 0 0.6em;
  }
}
.category-news .post-links ul:has(.next):not(:has(.previous)) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.category-news .post-links ul:has(.previous):not(:has(.next)) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.category-news .post-links li {
  position: relative;
  line-height: 1.5;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media (max-width: 767px) {
  .category-news .post-links li {
    width: 46%;
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-news .post-links li {
    font-size: 1.8rem;
    width: 450px;
  }
}
.category-news .post-links li.previous {
  padding: 0 0 0 1em;
}
.category-news .post-links li.previous a::before {
  content: "‹";
  color: #654539;
  position: absolute;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  top: -0.1em;
  left: 0;
}
.category-news .post-links li.next {
  padding: 0 1em 0 0;
  text-align: right;
}
.category-news .post-links li a {
  color: #654539;
  width: 100%;
}
.category-news .post-links li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .category-news .post-links li a::before {
    font-size: 4.8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-news .post-links li a::before {
    font-size: 2rem;
  }
}
.category-news .post-links li.next a::before {
  content: "›";
  color: #654539;
  position: absolute;
  top: -0.1em;
  right: 0;
}
.category-news {
  /*xxx*/
}
/* ------------------------------
　　センターについてページ専用
------------------------------ */
.category-center {
  /*mushimegane*/
}
.category-center .mushimegane {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .category-center .mushimegane {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .category-center .mushimegane {
    margin-left: 17.3333333333vw;
  }
}
.category-center .mushimegane::before {
  content: "";
  background: url(../images/icon/mushimegane.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .category-center .mushimegane::before {
    width: 50px;
    height: 50px;
    left: calc(50% - 230px);
  }
}
@media (max-width: 767px) {
  .category-center .mushimegane::before {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
    left: -13.3333333333vw;
  }
}
.category-center {
  /*center-list01*/
}
.category-center .center-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .category-center .center-list01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .category-center .center-list01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
    margin-bottom: 9.3333333333vw;
  }
}
@media (max-width: 767px) {
  .category-center .center-list01 li {
    width: 38.6666666667vw;
  }
}
.category-center {
  /*zu002*/
}
@media print, screen and (min-width: 768px) {
  .category-center .zu002 {
    width: 898px;
    margin: auto;
  }
}
.category-center {
  /*xxx*/
}
/* ------------------------------
　　脳卒中と心臓病についてcategory専用
------------------------------ */
.category-stroke-heart {
  /*stroke-heart-wrap*/
}
@media print, screen and (min-width: 768px) {
  .category-stroke-heart .stroke-heart-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 940px;
    margin: auto;
  }
}
.category-stroke-heart {
  /*stroke-heart-box*/
}
.category-stroke-heart .stroke-heart-box {
  background: #ffffff;
  border: 2px solid #654539;
  -webkit-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
}
@media print, screen and (min-width: 768px) {
  .category-stroke-heart .stroke-heart-box {
    width: 440px;
    border-radius: 20px;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .category-stroke-heart .stroke-heart-box {
    width: 92vw;
    border-radius: 4.6666666667vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
    margin-bottom: 9.3333333333vw;
  }
}
.category-stroke-heart .stroke-heart-box h2 {
  color: #cf3c60;
  font-weight: bold;
  line-height: 0.7;
}
@media print, screen and (min-width: 768px) {
  .category-stroke-heart .stroke-heart-box h2 {
    font-size: 7.2rem;
    margin: 0 0 20px;
    padding: 0 0 0 104px;
  }
}
@media (max-width: 767px) {
  .category-stroke-heart .stroke-heart-box h2 {
    font-size: 15.4666666667vw;
    margin: 0;
    margin-bottom: 6.6666666667vw;
    padding-left: 14.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-stroke-heart .stroke-heart-box h2 span {
    font-size: 4rem;
    padding: 0 0 0 95px;
  }
}
@media (max-width: 767px) {
  .category-stroke-heart .stroke-heart-box h2 span {
    font-size: 8.5333333333vw;
    padding-left: 28.8vw;
  }
}
.category-stroke-heart .stroke-heart-box p {
  line-height: 1.78;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  margin: 0 auto 1em;
}
@media print, screen and (min-width: 768px) {
  .category-stroke-heart .stroke-heart-box p {
    font-size: 1.8rem;
    width: 330px;
  }
}
@media (max-width: 767px) {
  .category-stroke-heart .stroke-heart-box p {
    font-size: 4.8vw;
    width: 81.3333333333vw;
  }
}
.category-stroke-heart .stroke-heart-box figure {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .category-stroke-heart .stroke-heart-box figure {
    width: 212px;
  }
}
@media (max-width: 767px) {
  .category-stroke-heart .stroke-heart-box figure {
    width: 56.8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-stroke-heart .stroke-heart-box figure.stroke-img {
    padding: 25px 0 0;
  }
}
.category-stroke-heart .stroke-heart-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-stroke-heart .stroke-heart-box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fabe00;
  color: #654539;
  text-decoration: none;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #613813;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .category-stroke-heart .stroke-heart-box ul li a {
    font-size: 1.8rem;
    width: 260px;
    height: 60px;
    border-radius: 6px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 767px) {
  .category-stroke-heart .stroke-heart-box ul li a {
    font-size: 4.8vw;
    width: 81.3333333333vw;
    height: 16vw;
    border-radius: 1.3333333333vw;
  }
}
.category-stroke-heart .stroke-heart-box ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #442f27;
}
@media print, screen and (min-width: 768px) {
  .category-stroke-heart .stroke-heart-box ul li a::before {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .category-stroke-heart .stroke-heart-box ul li a::before {
    right: 19.0666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-stroke-heart .stroke-heart-box ul li a:hover {
    background: rgba(250, 190, 0, 0.7);
    border: 2px solid rgba(101, 69, 57, 0.7);
  }
}
.category-stroke-heart {
  /*heart-disease-box*/
}
.category-stroke-heart .heart-disease-box {
  background: #f00;
}
@media print, screen and (min-width: 768px) {
  .category-stroke-heart .heart-disease-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 190px;
    padding: 0 0 0 70px;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .category-stroke-heart .heart-disease-box {
    padding-top: 0.6666666667vw;
    padding-bottom: 0.6666666667vw;
    padding-left: 4.6666666667vw;
    padding-right: 33.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-stroke-heart .heart-disease-box.orange {
    background: #ffe7b0 url(../stroke-heart/heart-disease/images/p001_pc.png) no-repeat right 54px bottom 10px;
  }
}
@media (max-width: 767px) {
  .category-stroke-heart .heart-disease-box.orange {
    background: #ffe7b0 url(../stroke-heart/heart-disease/images/p001_sp.png) no-repeat right 2.8vw bottom 7.7333333333vw;
    background-size: 28.1333333333vw auto;
  }
}
@media print, screen and (min-width: 768px) {
  .category-stroke-heart .heart-disease-box.light-blue {
    background: #d1f4ff url(../stroke-heart/heart-disease/images/p002_pc.png) no-repeat right 85px bottom 0px;
  }
}
@media (max-width: 767px) {
  .category-stroke-heart .heart-disease-box.light-blue {
    background: #d1f4ff url(../stroke-heart/heart-disease/images/p002_sp.png) no-repeat right 4.4vw bottom 2vw;
    background-size: 22.4vw auto;
  }
}
@media print, screen and (min-width: 768px) {
  .category-stroke-heart .heart-disease-box.green {
    background: #dbf2c5 url(../stroke-heart/heart-disease/images/p003_pc.png) no-repeat right 52px bottom 0px;
  }
}
@media (max-width: 767px) {
  .category-stroke-heart .heart-disease-box.green {
    background: #dbf2c5 url(../stroke-heart/heart-disease/images/p003_sp.png) no-repeat right 2.6666666667vw bottom 6.4vw;
    background-size: 26.8vw auto;
  }
}
.category-stroke-heart {
  /*xxx*/
}
/* ------------------------------
　　暮らしに役立つ情報category専用
------------------------------ */
.category-life-support {
  /*life-support-wrap*/
}
@media print, screen and (min-width: 768px) {
  .category-life-support .life-support-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 940px;
    margin: auto;
  }
}
.category-life-support {
  /*life-support-box*/
}
.category-life-support .life-support-box {
  background: #ffffff;
  border: 2px solid #654539;
  -webkit-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
}
@media print, screen and (min-width: 768px) {
  .category-life-support .life-support-box {
    width: 440px;
    border-radius: 20px;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .category-life-support .life-support-box {
    width: 92vw;
    border-radius: 4.6666666667vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
    margin-bottom: 9.3333333333vw;
  }
}
.category-life-support .life-support-box h2 {
  color: #cf3c60;
  font-weight: bold;
  line-height: 0.7;
}
@media print, screen and (min-width: 768px) {
  .category-life-support .life-support-box h2 {
    font-size: 7.2rem;
    margin: 0 0 20px;
    padding: 0 0 0 74px;
  }
}
@media (max-width: 767px) {
  .category-life-support .life-support-box h2 {
    font-size: 15.4666666667vw;
    margin: 0;
    margin-bottom: 6.6666666667vw;
    padding-left: 14.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-life-support .life-support-box h2 span {
    font-size: 4rem;
    padding: 0 0 0 139px;
  }
}
@media (max-width: 767px) {
  .category-life-support .life-support-box h2 span {
    font-size: 8.5333333333vw;
    padding-left: 32.5333333333vw;
  }
}
.category-life-support .life-support-box figure {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .category-life-support .life-support-box figure {
    width: 283px;
  }
}
@media (max-width: 767px) {
  .category-life-support .life-support-box figure {
    width: 73.0666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-life-support .life-support-box figure.social-support-img {
    width: 250px;
    padding: 12px 0 0;
  }
}
@media (max-width: 767px) {
  .category-life-support .life-support-box figure.social-support-img {
    width: 71.6vw;
  }
}
.category-life-support .life-support-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-life-support .life-support-box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fabe00;
  color: #654539;
  text-decoration: none;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #613813;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  position: relative;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .category-life-support .life-support-box ul li a {
    font-size: 1.8rem;
    width: 260px;
    height: 60px;
    border-radius: 6px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 767px) {
  .category-life-support .life-support-box ul li a {
    font-size: 4.8vw;
    width: 81.3333333333vw;
    height: 16vw;
    border-radius: 1.3333333333vw;
  }
}
.category-life-support .life-support-box ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #442f27;
}
@media print, screen and (min-width: 768px) {
  .category-life-support .life-support-box ul li a::before {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .category-life-support .life-support-box ul li a::before {
    right: 19.0666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-life-support .life-support-box ul li a:hover {
    background: rgba(250, 190, 0, 0.7);
    border: 2px solid rgba(101, 69, 57, 0.7);
  }
}
.category-life-support {
  /*inancial-support-box*/
}
.category-life-support .inancial-support-box {
  background-color: #ffe7b0;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .category-life-support .inancial-support-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 190px;
    padding: 0 0 0 70px;
    border-radius: 40px;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .category-life-support .inancial-support-box {
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding-top: 0.6666666667vw;
    padding-bottom: 0.6666666667vw;
    padding-left: 4.6666666667vw;
    padding-right: 33.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.category-life-support .inancial-support-box.p002 {
  background-image: url(../life-support/financial-support/images/p002.png);
}
@media print, screen and (min-width: 768px) {
  .category-life-support .inancial-support-box.p002 {
    background-position: right 50px bottom 19px;
    background-size: 185px auto;
  }
}
@media (max-width: 767px) {
  .category-life-support .inancial-support-box.p002 {
    background-position: right 5.3333333333vw center;
    background-size: 26.6666666667vw auto;
  }
}
.category-life-support .inancial-support-box.p003 {
  background-image: url(../life-support/financial-support/images/p003.png);
}
@media print, screen and (min-width: 768px) {
  .category-life-support .inancial-support-box.p003 {
    background-position: right 50px bottom 0px;
  }
}
@media (max-width: 767px) {
  .category-life-support .inancial-support-box.p003 {
    background-position: right 5.3333333333vw center;
    background-size: 26.6666666667vw auto;
  }
}
.category-life-support .inancial-support-box.p004 {
  background-image: url(../life-support/financial-support/images/p004.png);
}
@media print, screen and (min-width: 768px) {
  .category-life-support .inancial-support-box.p004 {
    background-position: right 50px bottom 0px;
  }
}
@media (max-width: 767px) {
  .category-life-support .inancial-support-box.p004 {
    background-position: right 5.3333333333vw center;
    background-size: 26.6666666667vw auto;
  }
}
.category-life-support .inancial-support-box.p005 {
  background-image: url(../life-support/financial-support/images/p005.png);
}
@media print, screen and (min-width: 768px) {
  .category-life-support .inancial-support-box.p005 {
    background-position: right 59px bottom 0px;
  }
}
@media (max-width: 767px) {
  .category-life-support .inancial-support-box.p005 {
    background-position: right 5.3333333333vw center;
    background-size: 26.6666666667vw auto;
  }
}
.category-life-support .inancial-support-box.p006 {
  background-image: url(../life-support/financial-support/images/p006.png);
}
@media print, screen and (min-width: 768px) {
  .category-life-support .inancial-support-box.p006 {
    background-position: right 56px bottom 0px;
  }
}
@media (max-width: 767px) {
  .category-life-support .inancial-support-box.p006 {
    background-position: right 5.3333333333vw center;
    background-size: 26.6666666667vw auto;
  }
}
.category-life-support .inancial-support-box p {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .category-life-support .inancial-support-box p {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .category-life-support .inancial-support-box p {
    font-size: 5.3333333333vw;
  }
}
.category-life-support {
  /*xxx*/
}
/* ------------------------------
　　相談窓口ページ専用
------------------------------ */
.category-consultation .p002 {
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .category-consultation .p002 {
    right: 45px;
  }
}
@media (max-width: 767px) {
  .category-consultation .p002 {
    width: 29.3333333333vw;
    right: 5.4666666667vw;
  }
}
.category-consultation {
  /*category-consultation-wrap*/
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.category-consultation {
  /*category-consultation-box*/
}
.category-consultation .category-consultation-box {
  position: relative;
}
.category-consultation .category-consultation-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 縦並び */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* 上と下に分ける */
  border: 2px solid #654539;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box-inner {
    width: 440px;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box-inner {
    border-radius: 5.3333333333vw;
  }
}
.category-consultation .category-consultation-box-green .category-consultation-box-top {
  background: linear-gradient(to bottom, #dbf2c5 0px, #ffffff 200px, #ffffff 100%);
}
.category-consultation .category-consultation-box-pink .category-consultation-box-top {
  background: linear-gradient(to bottom, #ffe5e9 0px, #ffffff 200px, #ffffff 100%);
}
.category-consultation .category-consultation-box-top-inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box-top-inner {
    width: 400px;
    border-bottom: 4px dotted #654539;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box-top-inner {
    width: 70.6666666667vw;
    border-bottom: 2px dotted #654539;
  }
}
.category-consultation .category-consultation-text01 {
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-text01 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-text01 {
    font-size: 4.2666666667vw;
  }
}
.category-consultation .category-consultation-text01 img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-text01 img {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-text01 img {
    width: 5.6vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-text01 img.logo_meidai {
    left: 18px;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-text01 img.logo_meidai {
    left: 1.4666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-text01 img.logo_fujita {
    left: 59px;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-text01 img.logo_fujita {
    left: 11.4666666667vw;
  }
}
.category-consultation .category-consultation-box h2 {
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box h2 {
    font-size: 7.2rem;
    margin: 0 0 16px;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box h2 {
    font-size: 13.3333333333vw;
    margin: 0;
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box h2 span {
    font-size: 5.4rem;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box h2 span {
    font-size: 9.8666666667vw;
  }
}
.category-consultation .category-consultation-box-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-consultation .category-consultation-box-top ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box-top ul li {
    font-size: 2.4rem;
    height: 70px;
    border-radius: 35px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box-top ul li {
    font-size: 5.3333333333vw;
    height: 16vw;
    border-radius: 8vw;
    margin: 0;
    margin-bottom: 2.9333333333vw;
  }
}
.category-consultation .category-consultation-box-green .category-consultation-box-top ul li {
  background: #dbf2c5;
}
.category-consultation .category-consultation-box-pink .category-consultation-box-top ul li {
  background: #ffe5e9;
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box .category-consultation-box-top ul li span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box .category-consultation-box-top ul li span {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box .category-consultation-box-top ul li.category-consultation-box-list01 span {
    font-size: 3.2vw;
  }
}
.category-consultation .category-consultation-text02 {
  line-height: 1.5;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-text02 {
    font-size: 1.729rem;
    margin: 0 30px 20px 0;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-text02 {
    font-size: 4vw;
    margin-right: 6.6666666667vw;
  }
}
.category-consultation .category-consultation-box-bottom {
  margin-top: auto; /* 自動で下に配置 */
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box-bottom {
    height: 183px;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box-bottom {
    height: 53.3333333333vw;
  }
}
.category-consultation .category-consultation-box-green .category-consultation-box-bottom {
  background: #dbf2c5;
}
.category-consultation .category-consultation-box-pink .category-consultation-box-bottom {
  background: #ffe5e9;
}
.category-consultation .category-consultation-box-green .category-consultation-box-bottom p {
  line-height: 1.78;
  margin: 0;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box-green .category-consultation-box-bottom p {
    font-size: 1.8rem;
    width: 290px;
    top: 30px;
    left: 134px;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box-green .category-consultation-box-bottom p {
    font-size: 4.8vw;
    width: 48.6666666667vw;
    top: 3.4666666667vw;
    left: 24.4vw;
  }
}
.category-consultation .category-consultation-box-pink .category-consultation-box-bottom p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  margin: 0;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box-pink .category-consultation-box-bottom p {
    font-size: 1.8rem;
    top: 24px;
    left: 38px;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box-pink .category-consultation-box-bottom p {
    font-size: 4.8vw;
    top: 13.6vw;
    left: 4.8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box-pink .category-consultation-box-bottom p img {
    width: 73px;
    margin-right: 18px;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box-pink .category-consultation-box-bottom p img {
    width: 15.4666666667vw;
    margin-right: 4vw;
  }
}
.category-consultation .category-consultation-box-p003 {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box-p003 {
    top: 14px;
    left: 28px;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box-p003 {
    width: 22.2666666667vw;
    top: 6.8vw;
    left: 0vw;
  }
}
.category-consultation .category-consultation-box-p004 {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box-p004 {
    top: 14px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box-p004 {
    width: 23.7333333333vw;
    top: 8.6666666667vw;
    right: 0vw;
  }
}
.category-consultation .category-consultation-box-btn {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box-btn {
    bottom: -41px;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box-btn {
    bottom: -7.3333333333vw;
  }
}
.category-consultation .category-consultation-box-btn li {
  margin: 0;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  position: relative;
}
.category-consultation .category-consultation-box-btn li a {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #654539;
  text-decoration: none;
  border: 2px solid #654539;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box-btn li a {
    font-size: 2.4rem;
    width: 400px;
    height: 80px;
    border-radius: 40px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box-btn li a {
    font-size: 4.8vw;
    width: 74.1333333333vw;
    height: 14.6666666667vw;
    border-radius: 7.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box-btn li a:hover {
    background: #fef6e2;
  }
}
.category-consultation .category-consultation-box-btn li img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .category-consultation .category-consultation-box-btn li img {
    width: 24px;
    height: 24px;
    right: 35px;
  }
}
@media (max-width: 767px) {
  .category-consultation .category-consultation-box-btn li img {
    width: 5.4666666667vw;
    height: 5.6vw;
    right: 4.2666666667vw;
  }
}
.category-consultation {
  /*xxx*/
}
/* ------------------------------
　　動き data-delighter
------------------------------ */
/*下から上への基本の動き*/
.dl-top.delighter {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.dl-top.delighter.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

/* 下から上への基本の動き　滲み対策しているテキスト用 */
.dl-top-text.delighter {
  -webkit-transform: rotate(0.04deg) translateY(30px);
          transform: rotate(0.04deg) translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.dl-top-text.delighter.started {
  -webkit-transform: rotate(0.04deg) translateY(0);
          transform: rotate(0.04deg) translateY(0);
  opacity: 1;
}

/*下から上へ30px*/
/*
.dl-top30.delighter {
	transform: translatey(30px);
	opacity: 0;
	transition: all .75s ease-out;
}
.dl-top30.delighter.started {
	transform: none;
	opacity: 1;
}



/*下から上へ50px*/
/*
.dl-top50.delighter {
	transform: translatey(50px);
	opacity: 0;
	transition: all .75s ease-out;
}
.dl-top50.delighter.started {
	transform: none;
	opacity: 1;
}
/*下から上へ 0.4秒後*/
/*
.dl-top50-s04.delighter {
	transform: translatey(50px);
	opacity: 0;
	transition: all .75s ease-out .4s;
}
.dl-top50-s04.delighter.started {
	transform: none;
	opacity: 1;
}
/*下から上へ 0.8秒後*/
/*
.dl-top50-s08.delighter {
	transform: translatey(50px);
	opacity: 0;
	transition: all .75s ease-out .8s;
}
.dl-top50-s08.delighter.started {
	transform: none;
	opacity: 1;
}







/*
.dl-top.delighter {
	transform: translatey(10%);
	opacity: 0;
	transition: all .75s ease-out;
}
.dl-top.delighter.started {
	transform: none;
	opacity: 1;
}
*/
/*リスト*/
/*
.dl-list.delighter li {
	opacity: 0;
	transform: translatey(100%);
	transition: all .7s ease-out;
}
.dl-list.delighter.started li {
	opacity: 1;
	transform: none;
}
.dl-list.delighter.started li:nth-child(1) {
	transition: all .7s ease-out .1s;
}
.dl-list.delighter.started li:nth-child(2) {
	transition: all .7s ease-out .2s;
}
.dl-list.delighter.started li:nth-child(3) {
	transition: all .7s ease-out .3s;
}
.dl-list.delighter.started li:nth-child(4) {
	transition: all .7s ease-out .4s;
}
.dl-list.delighter.started li:nth-child(5) {
	transition: all .7s ease-out .5s;
}
.dl-list.delighter.started li:nth-child(6) {
	transition: all .7s ease-out .6s;
}
.dl-list.delighter.started li:nth-child(7) {
	transition: all .7s ease-out .7s;
}
.dl-list.delighter.started li:nth-child(8) {
	transition: all .7s ease-out .8s;
}
.dl-list.delighter.started li:nth-child(9) {
	transition: all .7s ease-out .9s;
}
.dl-list.delighter.started li:nth-child(10) {
	transition: all .7s ease-out 1.0s;
}*/
/*リスト*/
/*
.dl-list50.delighter li {
	opacity: 0;
	transform: translatey(50px);
	transition: all .7s ease-out;
}
.dl-list50.delighter.started li {
	opacity: 1;
	transform: none;
}
.dl-list50.delighter.started li:nth-child(1) {
	transition: all .7s ease-out .1s;
}
.dl-list50.delighter.started li:nth-child(2) {
	transition: all .7s ease-out .2s;
}
.dl-list50.delighter.started li:nth-child(3) {
	transition: all .7s ease-out .3s;
}
.dl-list50.delighter.started li:nth-child(4) {
	transition: all .7s ease-out .4s;
}
.dl-list50.delighter.started li:nth-child(5) {
	transition: all .7s ease-out .5s;
}
.dl-list50.delighter.started li:nth-child(6) {
	transition: all .7s ease-out .6s;
}
.dl-list50.delighter.started li:nth-child(7) {
	transition: all .7s ease-out .7s;
}
.dl-list50.delighter.started li:nth-child(8) {
	transition: all .7s ease-out .8s;
}
.dl-list50.delighter.started li:nth-child(9) {
	transition: all .7s ease-out .9s;
}
.dl-list50.delighter.started li:nth-child(10) {
	transition: all .7s ease-out 1.0s;
}
*/
/*左から右へ*/
/*
.dl-right.delighter {
	transform: translate(-30px);
	opacity: 0;
	transition: all .75s ease-out;
}
.dl-right.delighter.started {
	transform: none;
	opacity: 1;
}

*/
/*右から左へ*/
/*.dl-left.delighter {
	transform: translate(30px);
	opacity: 0;
	transition: all .75s ease-out;
}
.dl-left.delighter.started {
	transform: none;
	opacity: 1;
}*/
/*テーブル*/
/*
.dl-table.delighter tr {
	opacity: 0;
	transform: translatey(100%);
	transition: all .7s ease-out;
}
.dl-table.delighter.started tr {
	opacity: 1;
	transform: none;
}
.dl-table.delighter.started tr:nth-child(1) {
	transition: all .7s ease-out .1s;
}
.dl-table.delighter.started tr:nth-child(2) {
	transition: all .7s ease-out .3s;
}
.dl-table.delighter.started tr:nth-child(3) {
	transition: all .7s ease-out .5s;
}
.dl-table.delighter.started tr:nth-child(4) {
	transition: all .7s ease-out .7s;
}
.dl-table.delighter.started tr:nth-child(5) {
	transition: all .7s ease-out .9s;
}
.dl-table.delighter.started tr:nth-child(6) {
	transition: all .7s ease-out 1.1s;
}
.dl-table.delighter.started tr:nth-child(7) {
	transition: all .7s ease-out 1.3s;
}
*/
/*左から右へ（WORKS用）*/
/*
.dl-wk-right.delighter {
	transform: translate(-30px);
	opacity: 0;
	transition: all .75s ease-out;
}
.dl-wk-right.delighter.started {
	transform: none;
	opacity: 1;
}*/
/*下から上へ（WORKS用）*/
/*
.dl-wk-top.delighter p {
	opacity: 0;
	transform: translatey(30px);
	transition: all .7s ease-out;
}
.dl-wk-top.delighter.started p {
	opacity: 1;
	transform: none;
}
.dl-wk-top.delighter.started p:nth-child(1) {
	transition: all .7s ease-out .1s;
}
.dl-wk-top.delighter.started p:nth-child(2) {
	transition: all .7s ease-out .2s;
}
.dl-wk-top.delighter.started p:nth-child(3) {
	transition: all .7s ease-out .3s;
}
.dl-wk-top.delighter.started p:nth-child(4) {
	transition: all .7s ease-out .4s;
}
.dl-wk-top.delighter.started p:nth-child(5) {
	transition: all .7s ease-out .5s;
}
*/
/*
data-delighter
*/