@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);
body {
    color: #000;
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
    letter-spacing: 0.1em;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
    color: #007ab7;
}
#container .mainImgIn .inner {
    width: 1200px;
    margin: 0 auto;
}
#container .inner {
    width: 100%;
    margin: 0 auto;
}
#content {
    width: 1200px;
    margin: 0 auto 135px;
}
#main {
    width: 890px;
    float: right;
}
#side {
    width: 260px;
    float: left;
}
header {
    width: 1200px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    /* min-height: 105px; taiga */
    position: relative;
}
#container:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    background-color: #007ab7;
}
header .headNav {
    letter-spacing: -0.40em;
    display: table-cell;
    vertical-align: top;
    text-align: right;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
header .headNav li {
    display: inline-block;
    letter-spacing: 0;
    font-size: 1.28em;
    margin-left: 2px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
}
header .headNav li a {
    background: #007ab7;
    
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    
    
    padding: 52px 10px 15px;
    min-width: 120px;
    max-width: 200px;
    height: 100%;
    word-break: break-all;
}
header .headNav li.profileNav a {
    background: url(https://assets.toriaez.jp/thp2/pc/images/196/ico-headNav_001.png) center 14px #007ab7 no-repeat;
}
header .headNav li.accessNav a {
    background: url(https://assets.toriaez.jp/thp2/pc/images/196/ico-headNav_002.png) center 13px #007ab7 no-repeat;
}
header .headNav li.contactNav a {
    background: url(https://assets.toriaez.jp/thp2/pc/images/196/ico-headNav_003.png) center 18px #007ab7 no-repeat;
}
header #siteTtl {
    display: table-cell;
    vertical-align: middle;
    font-size: 2.14em;
    width: 800px;
    /* padding: 50px 0; taiga*/
}
header #siteTtl a {
    text-decoration: none;
    color: #007ab7;
}
header #siteTtl a img {
    max-width: 500px;
    height: auto;
}
#side:before {
    content: "MENU";
    display: block;
    width: 100%;
    height: 52px;
    background-color: #484848;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 4px;
    font-size: 1.24em;
    font-weight: bold;
    padding: 16px 0 0 29px;
}
nav {
    background: #007ab7;
    padding: 3px;
    margin-bottom: 28px;
}
nav ul {
    letter-spacing: -0.40em;
    text-align: initial;
}
nav ul li.parent {
    letter-spacing: 0.1em;
    display: block;
    border-bottom: 1px solid #fff;
    position: relative;
}
nav ul li.parent a>a:before {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: -3px;
    bottom: -1px;
}
nav ul li.parent a>a:after {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: -3px;
    bottom: -1px;
}
nav ul li.parent:last-child a>a:before {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #007ab7;
    position: absolute;
    left: -3px;
    bottom: -1px;
}
nav ul li.parent:last-child a>a:after {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #007ab7;
    position: absolute;
    right: -3px;
    bottom: -1px;
}
nav ul>li.parent a:hover>a:before {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #007ab7;
    position: absolute;
    left: -3px;
    top: -1px;
}
nav ul>li.parent a:hover>a:after {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #007ab7;
    position: absolute;
    right: -3px;
    top: -1px;
}
nav ul li.parent:last-child a:hover>a:before {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #007ab7;
    position: absolute;
    left: -3px;
    top: -1px;
}
nav ul li.parent:last-child a:hover>a:after {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #007ab7;
    position: absolute;
    right: -3px;
    top: -1px;
}
nav ul li.parent:last-child {
    border-bottom: 0;
}
nav ul li.parent:last-child {
    border-right: none;
}
nav ul li.parent>a {
    color: #fff;
    text-decoration: none;
    padding: 12px 54px 12px 26px;
    display: block;
    font-size: 1.14em;
    font-weight: bold;
}
nav ul li.parent.childIn:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(https://assets.toriaez.jp/thp2/pc/images/196/plus_btn_001.png);
    background-repeat: no-repeat;
    background-position: 29px 5px;
    width: 77px;
    height: 47px;
    z-index: 20;
    cursor: pointer;
}
.clicked {}
.clicked:after {
    background-image: url(https://assets.toriaez.jp/thp2/pc/images/196/minus_btn_001.png) !important;
}
.rotateImg {
    transform: rotate(180deg);
    transition: ease;
}
nav ul li.parent:hover:after {}
nav ul li.childIn:hover:after {}
nav ul li.parent:hover>a {}
nav ul li.parent>a:hover {
    color: #007ab7;
    background-color: #fff;
    opacity: 1;
}
nav .child {
    letter-spacing: 0;
    min-width: 100%;
    width: 254px;
    text-align: left;
    padding: 0;
    display: none;
    z-index: 10;
}
nav .child:before {
    content: "";
    display: block;
    width: 3px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: -3px;
    background-color: #007ab7;
}
nav .child:after {
    content: "";
    display: block;
    width: 3px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    right: -3px;
    background-color: #007ab7;
}
nav .child li {
    background: #fff;
}
nav .child li a {
    color: #000;
    font-size: 1.14em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 7px 25px 7px 40px;
    position: relative;
}
nav .child li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6px;
    border-color: transparent transparent transparent #007ab7;
    left: 24px;
    top: 15px;
}
nav .child li a:hover {
    opacity: 1;
    color: #007ab7;
}
nav .child li:first-child {
    padding-top: 13px;
}
nav .child li:last-child {
    padding-bottom: 13px;
}
#top nav {}
.mainSlideIn {
    width: 1200px;
    margin: 0 auto 120px;
}
#mainSlide li {
    height: 500px !important;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
#mainSlide li img {
    position: absolute;
    
    left: 0;
    
    width: 1200px;
    height: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 7.5px;
    outline: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #007ab7;
    opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 50px;
    margin: 0;
    top: 225px;
}
.bx-wrapper .bx-prev {
    background: url(https://assets.toriaez.jp/thp2/pc/images/196/btn-slider_001.png) center center no-repeat #484848;
    left: -50px;
}
.bx-wrapper .bx-prev:hover {
    background: url(https://assets.toriaez.jp/thp2/pc/images/196/btn-slider_001.png) center center no-repeat #007ab7;
    opacity: 1;
}
.bx-wrapper .bx-next {
    background: url(https://assets.toriaez.jp/thp2/pc/images/196/btn-slider_002.png) center center no-repeat #484848;
    right: -50px;
}
.bx-wrapper .bx-next:hover {
    background: url(https://assets.toriaez.jp/thp2/pc/images/196/btn-slider_002.png) center center no-repeat #007ab7;
    opacity: 1;
}
.mainImgIn {
    margin-bottom: 95px;
}
.mainImgIn .inner {
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
    padding: 45px 0 50px;
}
.mainImgIn .inner #mainImg {
    width: 365px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mainImgIn .inner #leadTxt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    font-weight: normal;
    line-height: 2;
    font-size: 1.28em;
}
#main .contTtl {
    font-size: 2em;
    line-height: 1.3;
    padding-bottom: 20px;
}
#main div:last-child {
    margin-bottom: 0;
}
#news .contTtl {
    color: #007ab7;
    border-bottom: 5px solid #007ab7;
}
#news ul {
    height: 255px;
    overflow: scroll;
    line-height: 1.3;
    margin-bottom: 73px;
}
#news ul li {
    padding: 18px 20px 18px 125px;
    position: relative;
    border-bottom: 1px dotted #000;
}
#news ul .day {
    display: block;
    width: 108px;
    position: absolute;
    left: 22px;
    font-family: 'Roboto', sans-serif;
}
#news dl dd {
    float: left;
    width: 782px;
    padding: 10px 0;
    border-top: 1px dotted #000;
}
.articleBox {
    margin-bottom: 70px;
}
.articleBox .contTtl {
    font-weight: normal;
    background: url(https://assets.toriaez.jp/thp2/pc/images/196/bgi-articleTtl_001.png) left bottom repeat-x;
    padding-bottom: 25px !important;
    margin-bottom: 28px;
}
.articleIn .articleBox:last-child {}
.articleBox .txtArea {
    width: 560px;
    float: left;
    font-size: 1.14em;
    line-height: 2;
}
.articleBox.noImg .txtArea {
    width: auto;
    float: none;
}
.articleBox .txtArea strong {
    font-weight: bold;
}
.articleBox .txtArea p:last-child {
    margin-bottom: 0;
}
.articleBox .imgArea {
    width: 300px;
    float: right;
}
.articleBox .imgArea figure {
    margin-bottom: 25px;
}
.articleBox .imgArea figure:last-child {
    margin-bottom: 0;
}
.articleBox .imgArea figure figcaption {
    display: block;
    font-size: 0.85em;
    padding-top: 12px;
    line-height: 1.5;
}
#main .articleBox table {
    width: auto;
    font-size: 1em;
}
.articleBox table,
.articleBox table td,
.articleBox table th {
    border: 1px solid #7fbcdb;
}
.articleBox table td,
.articleBox table th {
    text-align: left;
    padding: 10px 15px;
}
.contactBtn {
    width: 505px;
    margin: 0 auto 70px;
}
.contactBtn a {
    display: block;
    background: #007ab7;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 90px;
    height: 90px;
    font-family: 'Roboto', sans-serif;
    font-size: 2.14em;
}
#top #side {}
#side div:last-child,
#side h2:last-child {
    margin-bottom: 0;
}
#side .sideTtl {
    font-size: 1.28em;
    color: #007ab7;
    padding: 0 0 20px 18px;
    border-bottom: 1px solid #7fbcdb;
    line-height: 1.2;
}
#side #leadTxt {
    border: 1px solid #7fbcdb;
    line-height: 2;
    padding: 20px;
    font-weight: normal;
    margin-bottom: 55px;
}
#side #sideCont .sideTtl {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
}
#side #sideCont {
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 55px;
}
#side #sideCont ul li {
    border-bottom: 1px solid #7fbcdb;
    font-size: 1.28em;
}
#side #sideCont ul li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    
    position: relative;
    
    word-break: break-all;
    padding: 27px 30px 27px 20px;
}
#side #sideCont ul li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6px;
    border-color: transparent transparent transparent #007ab7;
    right: 18px;
    top: 50%;
    margin-top: -3px;
}
#side #sideCont ul li a:hover {
    opacity: 1;
    background: #f1f1f1;
    color: #007ab7;
}
#side #blog {
    line-height: 1.3;
    margin-bottom: 60px;
}
#side #blog dl dt {
    margin-bottom: 5px;
    padding: 13px 20px 0 20px;
}
#side #blog dl dd {
    border-bottom: 1px solid #7fbcdb;
    padding: 0 20px 13px 20px;
}
#side #blog dl dd a {
    text-decoration: none;
}
#side #blog .btn {
    width: 130px;
    margin: 16px auto 0;
}
#side #blog .btn a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #484848;
    padding: 10px 10px 10px 0;
    text-align: center;
    position: relative;
}
#side #blog .btn a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6px;
    border-color: transparent transparent transparent #fff;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}
#side #mobile {
    margin-bottom: 60px;
    border-bottom: 1px solid #7fbcdb;
}
#side #mobile figure {
    padding: 28px 28px 24px;
    text-align: center;
}
#side #mobile figure img {
    width: 100px;
    height: 100px;
}
#side #mobile figure figcaption {
    text-align: left;
    line-height: 2;
    padding-top: 20px;
}
#pageTop {
    position: fixed;
    z-index: 1000;
    right: 18px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: none;
}
#pageTop a {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border-radius: 30px;
    background: url(https://assets.toriaez.jp/thp2/pc/images/196/ico-pageTop_001.png) center 21px no-repeat #e2e2e2;
}
#pageTop a:hover {
    background: url(https://assets.toriaez.jp/thp2/pc/images/196/ico-pageTop_002.png) center 21px no-repeat #007ab7;
    opacity: 1;
}
footer {
    background: #007ab7;
}
footer .copy {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    padding: 80px 0;
}
.freeArea {
    line-height: 2;
}
.pageTtl {
    padding: 66px 0;
    min-width: 1200px;
    width: 100%;
    margin: 0 auto 15px;
    background-color: #F1F1F1;
}
.pageTtl h2 {
    font-size: 2.5em;
    line-height: 1.3;
    text-align: center;
    color: #007ab7;
}
#pnkz {
    letter-spacing: -0.40em;
    text-align: right;
    width: 1200px;
    margin: 0 auto 65px;
    font-size: 0.85em;
}
#pnkz li {
    letter-spacing: 0;
    display: inline-block;
}
#pnkz li:after {
    content: ">";
    margin: 0 10px;
}
#pnkz li:last-child:after {
    display: none;
}
#main.form table,
#main.profile table,
#main.map table {
    border-bottom: 1px solid #7fbcdb;
    width: 100%;
    font-size: 1.14em;
    margin-bottom: 70px;
}
#main.form table th,
#main.form table td,
#main.profile table th,
#main.profile table td,
#main.map table th,
#main.map table td {
    vertical-align: middle;
    text-align: left;
    border-top: 1px solid #7fbcdb;
    padding: 25px 20px;
}
#main.form table th,
#main.profile table th,
#main.map table th {
    font-weight: bold;
    padding-right: 0;
}
#main.form .txtBox,
#main.profile .txtBox,
#main.map .txtBox {
    font-size: 1.14em;
    line-height: 1.87;
    margin-bottom: 70px;
}
#main.form .txtBox p,
#main.profile .txtBox p,
#main.map .txtBox p {
    margin-bottom: 30px;
}
#main.form {}
#main.form .requiredMark {
    color: #ce0000;
}
#main.form table th {
    width: 270px;
}
#main.form table td {
    height: 80px;
}
#main.form .inputArea {
    background: #f1f1f1;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 2px;
    width: 520px;
    border: 1px solid #ddd;
}
#main.form .inputArea.short {
    width: 200px;
    display: inline-block;
}
#main.form .inputArea input {
    width: 100%;
}
#main.form .inputArea input:focus,
#main.form .inputArea textarea:focus,
#main.form .inputArea button:focus {
    outline: none;
}
#main.form .inputArea textarea {
    width: 100%;
    height: 190px;
    padding: 10px 0;
    line-height: 1.5;
}
#main.form table {
    border-bottom: none;
}
#main.form #submit td {
    text-align: center;
    letter-spacing: -0.40em;
    padding-top: 40px;
}
#main.form #submit input {
    display: inline-block;
    width: 240px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    line-height: 1;
    padding: 18px 0;
    cursor: pointer;
    letter-spacing: 0.1em;
    margin: 0 10px;
    font-size: 1.12em;
}
#main.form #submit input.submitBtn {
    background: #007ab7;
}
#main.form #submit input.resetBtn {
    background: #bbb;
}
#main.form #submit input:hover {
    opacity: 0.7;
}
#main.map #frame {
    margin-bottom: 70px;
}
#main.map #frame iframe {
    width: 890px;
    height: 478px;
}
#side-area img {
    max-width: 100%;
}
#foot-area img {
    max-width: 100%;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul {
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}

/* PC版：見出しデザインをスタイリッシュに統一 */
#main .contTtl,
#news .contTtl,
.articleBox .contTtl,
#side .sideTtl,
#side #sideCont .sideTtl {
  color: #007ab7 !important;
  background: none !important;
  background-image: none !important;
  border: none !important;
  border-bottom: none !important;

  padding: 0 0 12px 18px !important;
  margin: 32px 0 22px !important;

  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.4 !important;

  position: relative !important;
}

/* 左の青ライン */
#main .contTtl::before,
#news .contTtl::before,
.articleBox .contTtl::before,
#side .sideTtl::before,
#side #sideCont .sideTtl::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: 5px !important;
  width: 5px !important;
  height: 32px !important;
  background: #007ab7 !important;
  border-radius: 3px !important;
}

/* 下のグラデーション線 */
#main .contTtl::after,
#news .contTtl::after,
.articleBox .contTtl::after,
#side .sideTtl::after,
#side #sideCont .sideTtl::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 1px !important;
  background: linear-gradient(to right, #007ab7, rgba(0, 122, 183, 0.05)) !important;
}

/* いらないので削除 */
#leadTxt,
.mainImgIn .inner #leadTxt,
#side #leadTxt {
  display: none !important;
}

/* 習字風フォントを読み込み */
@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');

/* 本文内の心得見出しを習字風にする */
.articleBox .txtArea h3,
.article_box .entry h3 {
  font-family: 'Yuji Syuku', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.8 !important;
  color: #111 !important;
  margin: 34px 0 12px !important;
}
/* PC版：上部3ボタンのフォントを整える */
header .headNav li,
header .headNav li a {
  font-family: "Roboto", "Yu Gothic", "游ゴシック", "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}

header .headNav li a {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

/* PC版：会社概要のアイコンをJOINTSマークだけ＋白抜き風にする */
header .headNav li.profileNav a {
  background-image: none !important;
  background-color: #007ab7 !important;
  position: relative !important;
  padding-top: 58px !important;
}

header .headNav li.profileNav a::before {
  content: "" !important;
  position: absolute !important;
  top: 13px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;

  width: 34px !important;
  height: 34px !important;

  background-image: url("https://toriaez-hp.jp/assets/1-C030000091/logo-20260518125708xVRn8oUVCJ.png") !important;
  background-repeat: no-repeat !important;
  background-size: 115px auto !important;
  background-position: left center !important;

  filter: brightness(0) invert(1) !important;
}

/* PC版：フッター文字を消して白抜きJOINTSロゴを表示 */
footer .copy {
  position: relative !important;
  color: transparent !important;
  font-size: 0 !important;
  padding: 70px 0 !important;
}

/* フッター中央に白抜きロゴ */
footer .copy::before {
  content: "" !important;
  display: block !important;
  width: 220px !important;
  height: 70px !important;
  margin: 0 auto !important;

  background-image: url("https://toriaez-hp.jp/assets/1-C030000091/logo-20260518125708xVRn8oUVCJ.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;

  filter: brightness(0) invert(1) !important;
  opacity: 0.95 !important;
}

/* PC版：スライド矢印をスタイリッシュに変更 */
.bx-wrapper .bx-controls-direction a {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background-image: linear-gradient(135deg, #007ab7 0%, #39a935 100%) !important;
  background-color: transparent !important;
  opacity: 0.85 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22) !important;
  transition: all 0.25s ease !important;
  text-indent: -9999px !important;
}

/* 左矢印 */
.bx-wrapper .bx-prev {
  left: 18px !important;
  background-image: linear-gradient(135deg, #007ab7 0%, #39a935 100%) !important;
}

.bx-wrapper .bx-prev::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 52% !important;
  width: 12px !important;
  height: 12px !important;
  border-left: 3px solid #fff !important;
  border-bottom: 3px solid #fff !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

/* 右矢印 */
.bx-wrapper .bx-next {
  right: 18px !important;
  background-image: linear-gradient(135deg, #007ab7 0%, #39a935 100%) !important;
}

.bx-wrapper .bx-next::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 48% !important;
  width: 12px !important;
  height: 12px !important;
  border-right: 3px solid #fff !important;
  border-top: 3px solid #fff !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

/* PC版：モンキー画像をマウスカーソルにする（画像アップロード不要） */
html,
body {
  cursor: url("data:image/png;base64,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") 16 4, auto !important;
}

a,
button,
input,
textarea,
select,
header .headNav li a,
.contactBtn a {
  cursor: url("data:image/png;base64,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") 16 4, pointer !important;
}

/* アメブロRSS表示：画像付き */
.joints-blog-rss {
  margin: 50px 0;
}

.joints-blog-rss h3 {
  color: #007ab7;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 16px;
  border-left: 5px solid #007ab7;
}

.joints-blog-item {
  border-bottom: 1px solid #d8eaf3;
}

.joints-blog-item a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 8px;
  color: #000 !important;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.joints-blog-item a:hover {
  background: #f4fbff;
  color: #007ab7 !important;
  opacity: 1 !important;
}

.joints-blog-thumb-wrap {
  width: 90px;
  min-width: 90px;
  height: 90px;
  overflow: hidden;
  background: #f1f1f1;
}

.joints-blog-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.joints-blog-noimage {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #007ab7 0%, #39a935 100%);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.joints-blog-text {
  flex: 1;
}

.joints-blog-date {
  display: block;
  color: #007ab7;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  margin-bottom: 5px;
}

.joints-blog-title {
  display: block;
  font-weight: 700;
  line-height: 1.6;
}

.joints-blog-more {
  text-align: center;
  margin-top: 24px;
}

.joints-blog-more a {
  display: inline-block;
  padding: 14px 34px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  background: linear-gradient(135deg, #007ab7 0%, #39a935 100%);
  border-radius: 4px;
}

/* PC版：新着情報をスマホ風カードデザインにする */
#news {
  margin-bottom: 70px !important;
}

#news .contTtl {
  color: #007ab7 !important;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid rgba(0, 122, 183, 0.25) !important;
  padding: 0 0 12px 18px !important;
  margin: 0 0 22px !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  position: relative !important;
}

#news .contTtl::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 5px !important;
  width: 5px !important;
  height: 32px !important;
  background: #007ab7 !important;
  border-radius: 3px !important;
}

#news ul {
  height: 430px !important;
  overflow-y: auto !important;
  margin: 0 !important;
  padding: 18px !important;
  background: #fff !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
  line-height: 1.5 !important;
}

#news ul li {
  position: relative !important;
  margin-bottom: 12px !important;
  padding: 16px 18px 16px 135px !important;
  border-bottom: none !important;
  background: #f8fbfd !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  transition: all 0.25s ease !important;
}

#news ul li:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 5px 14px rgba(0, 122, 183, 0.14) !important;
}

#news ul .day {
  position: absolute !important;
  left: 18px !important;
  top: 17px !important;
  width: 100px !important;
  color: #007ab7 !important;
  font-weight: 700 !important;
  font-family: Roboto, sans-serif !important;
}

#news ul li a {
  display: block !important;
  color: #000 !important;
  text-decoration: none !important;
  padding-right: 26px !important;
  position: relative !important;
}

#news ul li a::after {
  content: "›" !important;
  position: absolute !important;
  right: 4px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #39a935 !important;
}

#news ul li a:hover {
  color: #007ab7 !important;
  opacity: 1 !important;
}

/* PC版：左メニューを今っぽいカード型に変更 */
nav {
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 32px !important;
}

nav ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

nav ul li.parent {
  border-bottom: none !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #007ab7 !important;
  box-shadow: 0 4px 12px rgba(0, 122, 183, 0.12) !important;
  transition: all 0.25s ease !important;
}

nav ul li.parent:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 7px 18px rgba(0, 122, 183, 0.22) !important;
}

/* メインメニュー */
nav ul li.parent > a {
  color: #fff !important;
  text-decoration: none !important;
  padding: 15px 46px 15px 18px !important;
  display: block !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.08em !important;
  position: relative !important;
  background: linear-gradient(135deg, #007ab7 0%, #39a935 100%) !important;
}

/* 右側の矢印 */
nav ul li.parent > a::after {
  content: "›" !important;
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #fff !important;
  opacity: 0.9 !important;
}

/* hover時 */
nav ul li.parent > a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #007ab7 0%, #39a935 100%) !important;
  opacity: 0.9 !important;
}

/* 子メニュー */
nav .child {
  width: 100% !important;
  min-width: 100% !important;
  background: #fff !important;
  padding: 8px 0 !important;
  border: 1px solid rgba(0, 122, 183, 0.15) !important;
  border-top: none !important;
  box-shadow: none !important;
}

nav .child li {
  background: #fff !important;
}

nav .child li a {
  color: #222 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  padding: 9px 18px 9px 34px !important;
  position: relative !important;
}

nav .child li a::before {
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #39a935 !important;
  border: none !important;
}

nav .child li a:hover {
  background: #f4fbff !important;
  color: #007ab7 !important;
  opacity: 1 !important;
}

/* もともとの＋アイコン位置を調整 */
nav ul li.parent.childIn:after {
  right: 0 !important;
  top: 0 !important;
  width: 46px !important;
  height: 100% !important;
  background-position: center center !important;
  opacity: 0.9 !important;
}

/* PC版：左メニューの緑グラデーションをやめて青単色にする */
nav ul li.parent {
  background: #007ab7 !important;
  box-shadow: 0 4px 12px rgba(0, 122, 183, 0.14) !important;
}

nav ul li.parent:hover {
  box-shadow: 0 7px 18px rgba(0, 122, 183, 0.24) !important;
}

nav ul li.parent > a {
  background: #007ab7 !important;
  color: #fff !important;
}

nav ul li.parent > a:hover {
  background: #006fa6 !important;
  color: #fff !important;
  opacity: 1 !important;
}

/* アメブロ読み込み中アニメーション */
.joints-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 32px 16px;
  background: #f8fbfd;
  border-radius: 12px;

  color: #007ab7;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.joints-loading-spinner {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(0, 122, 183, 0.18);
  border-top: 3px solid #007ab7;
  border-radius: 50%;
  animation: jointsSpin 0.8s linear infinite;
}

.joints-loading-text {
  font-size: 14px;
}

@keyframes jointsSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* 応援しているチーム */
.joints-support-team {
  margin: 50px 0;
  padding: 32px 28px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
  text-align: center;
}

.joints-support-logo {
  margin-bottom: 22px;
}

.joints-support-logo img {
  max-width: 220px;
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.joints-support-text h3 {
  color: #007ab7;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
}

.joints-support-text p {
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0 0 14px;
  text-align: left;
}

.joints-support-btn-wrap {
  text-align: center;
  margin-top: 24px;
}

.joints-support-btn {
  display: inline-block;
  padding: 14px 34px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  background: linear-gradient(135deg, #007ab7 0%, #39a935 100%);
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(0, 122, 183, 0.25);
}

/* PC版：左メニュー上部の黒いMENU枠を今っぽく変更 */
#side:before {
  content: "MENU" !important;
  display: block !important;

  width: auto !important;
  height: auto !important;

  margin: 4px 0 14px !important;
  padding: 16px 18px 14px !important;

  background: #fff !important;
  color: #007ab7 !important;

  border-left: 5px solid #007ab7 !important;
  border-radius: 12px !important;

  font-family: "Roboto", "Yu Gothic", "游ゴシック", sans-serif !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.2 !important;

  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
  box-sizing: border-box !important;
}

/* ブログ更新情報：カード型デザイン */
#blog {
  background: #fff !important;
  border-radius: 14px !important;
  padding: 18px 16px 20px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
  margin-bottom: 60px !important;
}

/* 見出し */
#blog .sideTtl,
#blog h3.sideTtl {
  color: #007ab7 !important;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid rgba(0, 122, 183, 0.22) !important;
  padding: 0 0 10px 14px !important;
  margin: 0 0 14px !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.4 !important;
  position: relative !important;
}

/* 見出し左ライン */
#blog .sideTtl::before,
#blog h3.sideTtl::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 3px !important;
  width: 4px !important;
  height: 24px !important;
  background: #007ab7 !important;
  border-radius: 999px !important;
}

/* RSSリスト */
#blog #rss {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}

/* 日付 */
#blog #rss dt {
  color: #007ab7 !important;
  font-family: Roboto, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  margin: 12px 0 4px !important;
  padding: 0 !important;
}

/* 記事タイトル */
#blog #rss dd {
  margin: 0 0 10px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid #d8eaf3 !important;
}

#blog #rss dd a {
  display: block !important;
  position: relative !important;
  color: #111 !important;
  background: #f8fbfd !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.04em !important;
  padding: 10px 28px 10px 10px !important;
  border-radius: 8px !important;
  transition: all 0.25s ease !important;
}

/* 右矢印 */
#blog #rss dd a::after {
  content: "›" !important;
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #39a935 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

#blog #rss dd a:hover {
  color: #007ab7 !important;
  background: #eef8fd !important;
  opacity: 1 !important;
  transform: translateX(2px) !important;
}

/* ブログを見るボタン */
#blog .btn {
  width: auto !important;
  margin: 18px 0 0 !important;
  text-align: center !important;
}

#blog .btn a {
  display: inline-block !important;
  width: auto !important;
  min-width: 150px !important;
  padding: 12px 28px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #007ab7 0%, #39a935 100%) !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  box-shadow: 0 5px 14px rgba(0, 122, 183, 0.22) !important;
  position: relative !important;
}

#blog .btn a::before {
  display: none !important;
  content: none !important;
}

#blog .btn a:hover {
  opacity: 0.9 !important;
  transform: translateY(-1px) !important;
}

/* PC版：各ページのh2タイトルを今っぽくする */
.pageTtl {
  background: linear-gradient(135deg, #f4f7f9 0%, #e9eef2 100%) !important;
  padding: 64px 0 58px !important;
  margin: 0 auto 50px !important;
  position: relative !important;
  overflow: hidden !important;
}

.pageTtl::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 8px !important;
  height: 100% !important;
  background: linear-gradient(to bottom, #007ab7 0%, #39a935 100%) !important;
}

.pageTtl::after {
  content: "JOINTS" !important;
  position: absolute !important;
  right: 60px !important;
  bottom: -8px !important;
  font-size: 76px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  color: rgba(0, 122, 183, 0.055) !important;
  font-family: Roboto, sans-serif !important;
}

.pageTtl h2 {
  position: relative !important;
  z-index: 2 !important;

  color: #1f2a33 !important;
  font-size: 38px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.12em !important;
  text-align: center !important;

  margin: 0 !important;
  padding-bottom: 16px !important;
}

.pageTtl h2::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translateX(-50%) !important;
  width: 70px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #007ab7 0%, #39a935 100%) !important;
}

/* 全体の文字を今っぽくする */
body {
  font-family:
    "Noto Sans JP",
    "Hiragino Sans",
    "Yu Gothic",
    "游ゴシック",
    "Meiryo",
    sans-serif !important;

  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
}

/* メニュー・NEWS・ブログなどの小さい文字を整える */
a,
p,
li,
dt,
dd,
td,
th,
.article_box .entry,
.articleBox .txtArea,
#topics dl,
#blog dl,
#about ul li a,
.left-off-canvas-menu a,
nav a {
  font-family:
    "Noto Sans JP",
    "Hiragino Sans",
    "Yu Gothic",
    "游ゴシック",
    "Meiryo",
    sans-serif !important;

  letter-spacing: 0.05em !important;
}

/* 心得部分だけは習字風を維持 */
.articleBox .txtArea h3,
.article_box .entry h3 {
  font-family: 'Yuji Syuku', '游明朝', YuMincho, serif !important;
}

p,
li,
dt,
dd,
a {
  letter-spacing: 0.05em !important;
}

/* PC版：本文内のお問い合わせボタンだけ整える */
.contactBtn a {
  display: block !important;
  width: 505px !important;
  height: auto !important;
  line-height: 1.4 !important;

  margin: 0 auto !important;
  padding: 24px 20px !important;

  background: linear-gradient(135deg, #007ab7 0%, #39a935 100%) !important;
  color: #fff !important;

  border: none !important;
  border-radius: 999px !important;

  font-size: 24px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
  text-decoration: none !important;

  box-shadow: 0 6px 18px rgba(0, 122, 183, 0.25) !important;
  opacity: 1 !important;
}

.contactBtn a:hover {
  color: #fff !important;
  opacity: 0.9 !important;
  transform: translateY(-1px) !important;
}

/* PC版：各ページH2の透かしを文字からJOINTSロゴに変更 */
.pageTtl::after {
  content: "" !important;
  position: absolute !important;
  right: 60px !important;
  bottom: 10px !important;

  width: 260px !important;
  height: 85px !important;

  background-image: url("https://toriaez-hp.jp/assets/1-C030000091/logo-20260518125708xVRn8oUVCJ.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;

  opacity: 0.07 !important;
  filter: grayscale(1) brightness(0.7) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.pageTtl h2 {
  position: relative !important;
  z-index: 2 !important;
}

/* PC版：aboutの3ボタンを同じデザインに統一 */
#about ul li a,
#side #about ul li a {
  display: block !important;
  position: relative !important;

  background: linear-gradient(135deg, #007ab7 0%, #39a935 100%) !important;
  color: #fff !important;

  border: none !important;
  border-radius: 999px !important;

  padding: 14px 42px 14px 18px !important;
  margin: 0 0 10px !important;

  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.5 !important;
  text-decoration: none !important;

  box-shadow: 0 5px 14px rgba(0, 122, 183, 0.22) !important;
  opacity: 1 !important;
  transition: all 0.25s ease !important;
}

/* 右矢印 */
#about ul li a::after,
#side #about ul li a::after {
  content: "›" !important;
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;

  color: #fff !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

/* 左ラインなどが残っていたら消す */
#about ul li a::before,
#side #about ul li a::before {
  display: none !important;
  content: none !important;
}

/* hover */
#about ul li a:hover,
#side #about ul li a:hover {
  background: linear-gradient(135deg, #007ab7 0%, #39a935 100%) !important;
  color: #fff !important;
  opacity: 0.9 !important;
  transform: translateY(-1px) !important;
}