@charset "UTF-8";
/* .contents+.contents .contents__inner { padding-top: 0; } */
@media (max-width: 1023px) { .pageH2Area { margin-bottom: 28px; } }
.pageH2Area--tit01 { margin-top: 30px; }
@media (max-width: 1023px) { .pageH2Area--tit01 { max-width: 100%; } }
@media (max-width: 1023px) { .pageTxt { margin-top: 0; text-align: left; } }
@media (max-width: 1023px) { .pageColorBox { margin-bottom: 30px; } }
.thinking .contents__inner { padding-top: 40px; }
.thinking__contents { display: grid; grid-column-gap: 55px; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, auto); margin-inline: auto; max-width: 1040px; }
@media (max-width: 1023px) { .thinking__contents { grid-template-columns: 1fr; grid-template-rows: repeat(3, auto); } }
.thinking__contents--img { grid-area: 1 / 1 / 3 / 2; width: min(500px, 100%); }
@media (max-width: 1023px) { .thinking__contents--img { grid-area: 2 / 1 / 3 / 2; } }
.thinking__h2title { font-family: "UD新ゴ B"; font-size: 2.4rem; grid-area: 1 / 2 / 2 / 3; }
@media (max-width: 1023px) { .thinking__h2title { grid-area: 1 / 1 / 2 / 2; } }
.thinking__contents--read { font-size: 1.4rem; line-height: 1.71429; }
@media (max-width: 1023px) { .thinking__contents--read { font-size: 1.3rem; margin-top: 24px; } }
.thinking__contents--txt { grid-area: 2 / 2 / 3 / 3; }
@media (max-width: 1023px) { .thinking__contents--txt { grid-area: 3 / 1 / 4 / 2; } }
.thinking__contents--read { margin-top: 16px; }
.thinking__contents--link { margin-top: 19px; }
@media (max-width: 1023px) { .thinking__contents--link { margin-top: 14px; } }
.thinking__contents--link a { color: #000; font-family: "UD新ゴ DB"; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; font-size: 1.6rem; line-height: 2; }
@media (max-width: 1023px) { .thinking__contents--link a { font-size: 1.3rem; } }
.thinking__contents--link a:after { background: url(/sites/default/files/media/jp/service/ly/dei/img/link_icon.svg) center center no-repeat; background-size: contain; content: ""; display: inline-block; height: 12px; margin-left: 8px; width: 15px; }
@media (max-width: 1023px) { .thinking .pageH2Area--tit01 .pageH2Area__tit01__txt { letter-spacing: -.01em; } }
@media (max-width: 1023px) { .thinking .pageTxt--center { text-align: left; } }
.know { background: #f2f4f8; }
.konw__inner { display: flex; gap: 50px; justify-content: center; }
@media (max-width: 1023px) { .konw__inner { flex-direction: column; } }
.know__contents { -webkit-box-pack: center; -webkit-column-gap: 10px; column-gap: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: column; -ms-flex-pack: center; justify-content: flex-start; }
@media (max-width: 1023px) { .know__contents { align-items: center; -webkit-box-align: center; -webkit-box-direction: normal; -webkit-box-orient: vertical; -ms-flex-align: center; -ms-flex-direction: column; flex-direction: column; } }
.know__contents--imgLink { overflow: hidden; position: relative; width: 100%; }
@media (min-width: 1024px) { .know__contents--imgLink:before { background: rgba(0, 0, 0, .8); content: ""; display: block; height: 100%; left: 0; margin: auto; opacity: 0; position: absolute; top: 0; -webkit-transition: .3s cubic-bezier(.45, 0, .55, 1); transition: .3s cubic-bezier(.45, 0, .55, 1); width: 100%; }
.know__contents--imgLink:after { color: #fff; content: "詳細を見る"; font-family: "UD新ゴ M"; font-size: 2.4rem; left: 50%; opacity: 0; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.know__contents--imgLink:hover::before, .know__contents--imgLink:hover::after { opacity: 1; }
.know__contents--arrow { bottom: 20px; opacity: 0; position: absolute; right: 20px; }
.know__contents--imgLink:hover .know__contents--arrow { opacity: 1; z-index: 5; } }
@media (max-width: 1023px) { .know__contents--arrow { display: none !important; } }
.know__contents--img { height: auto; width: auto; }
@media (max-width: 1023px) { .know__contents--img { height: auto; width: 100%; } }
.know__contents--txt { display: flex; flex-direction: column; justify-content: space-between; margin-top: 20px; min-height: 145px; }
@media (max-width: 1023px) { .know__contents--txt { margin-top: 16px; min-height: auto; } }
.know__contents--h3title { color: #000; font-family: "UD新ゴ B"; font-size: 2.2rem; line-height: 1.583; }
@media (max-width: 1023px) { .know__contents--h3title { font-size: 1.7rem; } }
.know__contents--read { font-size: 1.4rem; line-height: 1.71429; margin-top: 25px; }
@media (max-width: 1023px) { .know__contents--read { margin-top: 8px; } }
@media (min-width: 1024px) { .know__contents .defaultBtn { display: none !important; } }
@media (max-width: 1023px) { .know__contents .defaultBtn { margin-top: 20px; text-align: center; } }
@media (max-width: 1023px) { .know__contents .defaultBtn { margin-top: 23px; text-align: center; } }
.column__list { -webkit-box-pack: start; -webkit-column-gap: 26px; column-gap: 26px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: start; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: flex-start; margin-top: 28px; row-gap: 26px; }
@media (max-width: 1023px) { .column__list { -webkit-box-direction: normal; -webkit-box-orient: vertical; -ms-flex-direction: column; flex-direction: column; } }
.column__item { border: 1px solid #d6d9e0; border-radius: 6px; -webkit-box-direction: normal; -webkit-box-orient: vertical; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; padding-bottom: 30px; width: calc(100% / 3 - 1.84%); }
@media (max-width: 1023px) { .column__item { width: 100%; } }
@media (max-width: 1023px) { .column__item:nth-child(n + 4) { display: none !important; } }
.column__item--link { -webkit-transition: opacity .3s ease-out; transition: opacity .3s ease-out; }
.column__item--link:hover { opacity: .7; }
.column__item--link img { border-top-left-radius: 6px; border-top-right-radius: 6px; }
.column__item .defaultBtn { margin-top: auto; }
.column__date { color: #7f7f9b; font-size: 1.1rem; margin-top: 16px; padding-inline: 12px; }
.column__txt { font-family: "UD新ゴ B"; font-size: 1.4rem; margin-top: 12px; padding-bottom: 16px; padding-inline: 12px; }
.c-other { margin-inline: auto; max-width: 980px; padding-top: 0; }
.backBtn { margin-top: 30px; }
.l__h2title { font-family: "UD新ゴ B"; font-size: 2.6rem; text-align: center; }
.topicpath { margin-inline: auto; max-width: 1070px; }
.topicpath__list { max-width: 1200px; }
.topicpath__list>li { color: #333; }
.topicpath__list>li>a { color: #333; }