@charset "UTF-8";
/*-----------------------------
    CSSリセット
------------------------------*/
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    border: none;
    vertical-align: bottom;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video,input,select,textarea{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}

/*-----------------------------
    BASE
------------------------------*/
* {
    box-sizing: border-box;
}
body {
    color: #1C1C1C;
    font-size: 100%;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",sans-serif;
    word-break: break-all;
    line-height: 1.8;
    letter-spacing: 0.2px;
}
fieldset {
    min-inline-size: auto;
}
input,
select,
textarea {
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",sans-serif;
    color: #1C1C1C;
}
textarea {
    resize: none;
}
button {
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",sans-serif;
    background: none;
    border: none;
}
button:hover {
    opacity: 0.9;
    cursor: pointer;
}
:focus {
    outline: 1px solid black;
    outline-offset: 1px;
}
::placeholder {
    color: #ccc!important;
}
img {
    height: auto;
    max-width: 100%!important;
}
iframe {
    max-width: 100%!important;
}
p {
    margin-bottom: 30px;
}
a {
    color: #012BB7;
    text-decoration: none;
    transition: 0.5s;
}
a:hover {
    color: #1C1C1C;
    text-decoration: underline;
}
a:hover img {
    opacity: 0.9;
}
.b, strong {
    font-weight: bold;
}
em {
    display:inline-block;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
del { 
    text-decoration: line-through;
}
ins { 
    text-decoration: underline;
}
blockquote {
    color: #1C1C1C;
    padding: 20px;
    position: relative;
    border: solid 1px #9FA0A0;
}
.l {
    font-size: 112.5%;
}
.s {
    font-size: 87.5%;
}
.red {
    color: #D40000;
}
.marker {
    background-color: rgba(255, 206, 236);
}
.center,
.center--pc {
    text-align: center;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.indent1 {
    padding-left: 1em;
}
.text-indent-wide {
    text-indent: 1em;
    letter-spacing: 1em;
}
.list-style--disc {
    list-style: disc;
}
.list-style--katakana {
    list-style: katakana;
    padding-left: 2em;
}
.sp {
    display: none!important;
}

/*-----------------------------
    基本レイアウト
------------------------------*/
#container {
}
.content-range {
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 15px;
}
.content-range--tite,
.content-range--tite-pc {
    max-width: 930px;
}
.content-range--in-tite {
    max-width: 900px;
    margin: 0 auto;
}
.content-range--715 {
    max-width: 745px;
    margin: 0 auto;
    padding: 0 15px;
}
.content-range--570 {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
}
.content-range--520 {
    max-width: 550px;
    margin: 0 auto;
    padding: 0 15px;
}
.content-range--480 {
    max-width: 480px;
    margin: 0 auto;
}
.content-range--440 {
    max-width: 440px;
    margin: 0 auto;
}
.main-area {
    padding: 50px 0;
}

/*-----------------------------
    header ヘッダー
------------------------------*/
#header {
    background-color: #fff;
    /* box-shadow: 0 1px 10px #ddd; */
    position: relative;
    z-index: 9999;
    border-top: 10px solid #012BB7;
}
.header__main {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header__logo {
    width: 212px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header__logo-tokyo {
    width: 80px;
    padding-top: 8px;
}
.header__logo-main {
    width: 111px;
}
.header__logo-main img {
    display: block;
}
.header__logo a {
    display: block;
}
.header__logo a:hover {
    text-decoration: none;
}
.header__navi {
    width: calc(100% - 212px);
    padding-left: 30px;
}

.search-form-hamburger {
    display: none;
}

.global-navi {
}
.global-navi-list {
    /* padding-right: 160px; */
    padding-right: 293px;
}
.global-navi-list-item {
    display: inline-block;
    margin-top: 8px;
    margin-right: 20px;
}
.global-navi-list-item--post {
    float: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
}
.global-navi-list-item a {
    color: #1C1C1C;
}
.global-navi-list-item a:hover {
    text-decoration: none;
    position: relative;
    top: 2px;
}
.global-navi-list-item__title,
.global-navi-sub-list-item__title {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.global-navi-list-item__title {
    font-size: 120%;
}
.global-navi-sub-list-item__title {
    font-size: 162.5%;
}
.global-navi-list-item__caption,
.global-navi-sub-list-item__caption {
    display: none;
}
.global-navi-sub-list-heading {
    font-size: 75%;
}
.global-navi-sub-list {
    display: flex;
    flex-wrap: wrap;
}
.global-navi-sub-list-item {
    margin-left: 25px;
}
.header__sns {
    position: absolute;
    top: 20px;
    /* right: 15px; */
    right: 155px;
}
.header__sub {
    background-color: #EBFA80;
}
.header-sub-navi-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.header-sub-navi-list-item {
    margin-left: 30px;
}
.header-sub-navi-list-item a {
    font-size: 93.75%;
    color: #1C1C1C;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.header-sub-navi-list-item a:hover {
    position: relative;
    top: 2px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.header-sub-navi-list-item--pickup a,
.header-sub-navi-list-item--adviser a,
.header-sub-navi-list-item--event a,
.header-sub-navi-list-item--adviser a:hover {
    font-size: 112.5%;
}
.header-sub-navi-list-item--pickup a,
.header-sub-navi-list-item--adviser a,
.header-sub-navi-list-item--event a,
.global-navi-list-item--pickup .global-navi-list-item__title,
.global-navi-list-item--about .global-navi-list-item__title,
.global-navi-sub-list .global-navi-sub-list-item__title,
.global-navi-list-item--adviser .global-navi-list-item__title,
.global-navi-list-item--event .global-navi-list-item__title {
    font-family: "Jost","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",sans-serif;
    font-style: italic;
}
@media screen and (max-width: 840px) {
    .global-navi-list-item--post {
        width: 100%;
    }
    .global-navi-sub-list-item__title {
        font-size: 125%;
    }
}
@media screen and (max-width: 720px) {
    .global-navi-list {
        padding-right: 0;
    }
}

.ruby-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.ruby-wrapper p {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
.ruby-switch {
    height: 40px;
}
.ruby-toggle-label {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 40px;
    background-color: #FFF;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    /* border: 1px solid #012BB7; */
    border: 2px solid #012BB7;
    box-sizing: border-box;
}
.ruby-toggle-slider {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 20px;
    transition: transform 0.3s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #012BB7; */
    border: 2px solid #012BB7;
}
  
/* ON/OFF テキストをスライダー中央に */
.ruby-toggle-text {
    font-size: 12px;
    font-weight: bold;
    color: #012BB7;
    pointer-events: none;
}
  
/* ON 状態（スライダー右へ + 背景色変更） */
.ruby-toggle-input:checked + .ruby-toggle-label {
    background-color: #012BB7;
}
.ruby-toggle-input:checked + .ruby-toggle-label .ruby-toggle-slider {
    transform: translateX(35px);
}
.ruby-toggle-input:checked + .ruby-toggle-label .ruby-toggle-text::before {
    content: "ON";
}
  
.ruby-toggle-input:not(:checked) + .ruby-toggle-label .ruby-toggle-text::before {
    content: "OFF";
}

.ruby-toggle-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    pointer-events: none;
}
.ruby-toggle-input:focus {
    outline: 1px solid black;
    outline-offset: 1px;
}

/* 非表示の実行ボタン */
.header-ruby-start,
.header-ruby-reset {
    display: none !important;
}

/*-----------------------------------
    breadcrumb パンくず
------------------------------------*/
#breadcrumb {
    font-size: 81.25%;
    padding-top: 10px;
    padding-bottom: 6px;
    line-height: 1.3;
    background-color: #fff;
}
#breadcrumb ol {
}
#breadcrumb li {
    display: inline;
    margin-right: 8px;
}
#breadcrumb li:last-child {
    margin-right: 0;
}
#breadcrumb li:after {
    content: ">";
    display: inline-block;
    margin: 0 2px;
    position: relative;
    top: -1.5px;
}
#breadcrumb li:last-child:after {
    display: none;
}
#breadcrumb li span {
    margin-right: 8px;
}

/*-----------------------------
    フッター footer
------------------------------*/
#footer {
    margin-top: 60px;
    padding-top: 50px;
    border-top: solid 1px #E7EEF8;
}
#footer .content-range {
    padding: 0 30px;
}
.footer__logo {
    margin: 0 auto 40px;
    width: 220px;
}
.footer__logo a,
.footer__logo img {
    display: block;
}
.footer__navi-list {
    font-size: 87.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 20px;
}
.footer__navi-list-item {
    margin-bottom: 10px;
    padding: 0 5px;
}
.footer__navi-list-item a {
    text-decoration: underline;
} 
.footer__contact {
    border-top: solid 1px #E7EEF8;
    padding-top: 25px;
    text-align: center;
    font-size: 87.5%;
}
.footer__contact-item {
    margin-right: 10px;
}
.footer__contact-item:last-of-type {
    margin-right: 0;
}
.footer__copyright {
    padding: 10px 0;
    font-size: 62.5%;
    text-align: center;
    color: #1C1C1C;
}
#pagetop {
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    right: 15px;
}
.pagetop-btn {
    position: relative;
    width: 80px;
    height: 80px;
    font-size: 70%;
    line-height: 1.35;
    border-radius: 50%;
    background-color: #EBFA80;
    text-align: center;
    box-shadow: 0 3px 6px #ddd;
    transition: all 0.3s ease;
}
.pagetop-btn:hover {
    background-color: #D8E864;
}

#banner-area {
    position: fixed;
    bottom: 0;
    display: flex;
    gap: 16px;
    right: 116px;
    z-index: 1000;
}
.banner-area__items {
    position: relative;
}
.banner-area__items img {
    display: block;
}
.banner-area__links {
    display: block;
}
.banner-area__links:focus {
    outline: 1px solid black;
    outline-offset: 1px;
}
.banner-area__close {
    position: relative;
    width: 30px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #007BC7;
    border-radius: 15px;
    position: absolute;
    top: -12px;
    right: -11px;
}
.banner-area__close::before,
.banner-area__close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background-color: #007BC7;
  transform-origin: center;
}
.banner-area__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.banner-area__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/*-----------------------------
    共通コンポーネント
------------------------------*/
/*
    見出し
*/
.page-title-box {
    text-align: center;
}
.page-title {
    display: block;
    font-size: 187.5%;
    line-height: 1.4;
    margin-bottom: 20px;
}
.page-title--alphabet {
    font-family: "Jost","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",sans-serif;
    font-style: italic;
    font-size: 312.5%;
}
.page-title-caption {
    font-size: 87.5%;
    margin-bottom: 50px;
}
.archive-page-title {
    display: block;
    font-size: 125%;
    text-align: center;
    margin: 40px 0;
}
.heading-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 60px 0 25px;
    padding: 5px 15px;
    background-color: #EBFA80;
}
.heading-category--sos {
    background-color: #B1C3FF;
}
.heading-category--story {
    background-color: #FFCB49;
}
.heading-category--interview {
    background-color: #DEF7EB;
}
.heading-category--subject {
    background-color: #E7EEF8;
}
.heading-category__img {
    width: 40px;
    margin-right: 10px;
}
.heading-category__img img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.heading-category__title {
    font-size: 125%;
}
.heading-category-sub {
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
}
.heading-caption {
    text-align: center;
    margin-bottom: 45px;
}
.heading-caption--margin-bottom-s {
    margin-bottom: 20px;
}
.title-box {
    text-align: center;
}
.title-box__title {
    display: block;
    font-size: 187.5%;
    line-height: 1.4;
    margin-bottom: 15px;
}
.title-box__title--alphabet {
    font-family: "Jost","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",sans-serif;
    font-style: italic;
    font-size: 237.5%;
}
.title-box__caption {
    margin-bottom: 30px;
}
/*
    bg
*/
.bg--glay {
    background-color: #F5F5F5;
}
.bg--blue,
.bg--sos {
    background-color: #ECF1F8;
}
.bg--story {
    background: url("../images/common/bg/bg_story.png") repeat;
}
.bg--interview {
    background: url("../images/common/bg/bg_interview.png") repeat;
}
.bg--yellow {
    background: url("../images/common/bg/bg_yellow.png") repeat;
}
/*
    section
*/
.section {
    padding: 60px 0;
}
.section--main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section--main-tite {
    padding-top: 25px;
    padding-bottom: 50px;
}
/*
    btn ボタン
*/
.btn-wrap--center {
    text-align: center;
}
.btn-wrap--right {
    text-align: right;
}
.btn-wrap--margin-top {
    margin-top: 30px;
}
.btn-wrap--margin-top-s {
    margin-top: 15px;
}
.btn-wrap--margin-top-m {
    margin-top: 50px;
}
.btn-wrap--margin-top-l {
    margin-top: 80px;
}
.btn-wrap--margin-bottom {
    margin-bottom: 30px;
}
.btn-wrap--margin-bottom-s {
    margin-bottom: 15px;
}
.btn-wrap--margin-bottom-m {
    margin-bottom: 50px;
}
.btn-wrap--margin-bottom-l {
    margin-bottom: 80px;
}
.btn-wrap--double {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btn {
    position: relative;
    display: inline-block;
    color: #012BB7;
    border: solid 1px #012BB7;
    width: 280px;
    padding: 13px 20px;
    text-align: center;
    border-radius: 100px;
    line-height: 1.4;
    cursor: pointer;
    background-color: #fff;
}
.btn:before,
.btn:after {
    position: absolute;
    content: "";
    background-color: #012BB7;
    transition: 0.5s;
}
.btn:before {
    width: 20px;
    height: 1px;
    right: 15px;
    top: calc(50% - 0.5px);
}
.btn:after {
    width: 8px;
    height: 1px;
    right: 14px;
    top: calc(50% - 3px);
    transform:rotate(45deg);
}
.btn:hover {
    color: #fff;
    background-color: #012BB7;
    text-decoration: none;
}
.btn:hover:before,
.btn:hover:after {
    background-color: #fff;
}
.btn-wrap--double .btn {
    width: 48%;
}
.btn--middle {
    font-size: 112.5%;
}
.btn--no-image {
    background-image: none;
}
.btn--no-image:before,
.btn--no-image:after {
    display: none;
}
.btn--pickup-program-link {
    width: 180px;
    padding: 5px 0;
    position: relative;
    display: inline-block;
    color: #012BB7;
    border: solid 1px #012BB7;
    text-align: center;
    border-radius: 100px;
    line-height: 1.4;
    cursor: pointer;
    background-color: #fff;
}
.btn--pickup-program-link:hover {
    color: #fff;
    background-color: #012BB7;
    text-decoration: none;
}
.btn--pickup-program-link .icon--outer-link {
    margin-left: 20px;
}
.more-btn {
    text-align: left;
}
.more-btn--center {
    text-align: center;
}
.more-btn__main-label {
    margin-right: 10px;
}
.more-btn--outer-subject {
    color: #D10A94;
    border-color: #D10A94;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.more-btn--outer-subject:hover {
    background-color: #D10A94;
}
.subject-category-box .more-btn--outer-subject,
.more-btn--outer-subject-wide,
.more-btn--wide {
    width: 350px;
    font-size: 93.75%;
}
.btn--bg-blue {
    color: #fff;
    background-color: #012BB7;
}
.btn--bg-blue:hover,
a:hover .btn--bg-blue {
    color: #654920;
    background-color: #EDF9FF;
}
.btn--back {
    background: #fff;
    color: #1C1C1C;
    border-color: #C7C7C7;
}
.btn--wide {
    padding-left: 150px;
    padding-right: 150px;
}
.btn--tite {
    padding-left: 20px;
    padding-right: 20px;
}
.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.btn--square {
    border-radius: 0;
}
.btn--sub {
    position: absolute;
    top: 0;
}
.btn--sub-left {
    left: 0;
}
.btn--sub-middle {
}
/*
    list
*/
.list--arrow {

}
.list--arrow > li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.list--arrow > li:last-child {
    margin-bottom: 0;
}
.list--arrow > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-left: 15px solid #FFE200;
    content: "";
}
/*
    sns-list
*/
.sns-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.sns-list-item {
    width: 29px;
    margin: 0 8px;
}
.sns-list-item a {
    display: block;
}
.sns-list-item img {
    display: block;
    width: 29px;
}
/*
    stepbar
*/
.stepbar-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-bottom: 60px;
}
.stepbar-list-item {
    width: 120px;
    text-align: center;
    position: relative;
    padding-top: 25px;
}
.stepbar-list-item:before {
    position: absolute;
    content: "";
    background-color: #C7C7C7;
    width: 100%;
    height: 1px;
    top: 6px;
    left: calc(-50% - 6px);
    z-index: 1;
}
.stepbar-list-item:first-child:before {
    display: none;
}
.stepbar-list-item:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border: solid 1px #C7C7C7;
    border-radius: 50%;
    background-color: #fff;
    top: 0;
    left: calc(50% - 6px);
    z-index: 2;
}
.stepbar-list-item.current:before,
.stepbar-list-item.current:after {
    background-color: #012BB7;
}
.stepbar-list-item.current:after {
    border-color: #012BB7;
}
.stepbar-list-item__label {
    display: block;
    color: #757575;
    font-size: 75%;
}
.stepbar-list-item.current .stepbar-list-item__label {
    color: #1C1C1C;
    font-weight: bold;
}
/*
    目次リスト
*/
.mokuji-list {

}
.mokuji-list-item {
    margin-bottom: 5px;
}
.mokuji-list-item:last-child {
    margin-bottom: 0;
}
.mokuji-list-item a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 15px;
    line-height: 1.4;
    color: #1C1C1C;
    background-color: #EBFA80;
}
.mokuji-list-item a:before {
    position: absolute;
    content: "";
    right: 15px;
    top: calc(50% - 4px);
    width: 6px;
    height: 6px;
    border-top: 1px solid #1C1C1C;
    border-right: 1px solid #1C1C1C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mokuji-list-item a:hover {
    text-decoration: none;
    background-color: #D8E864;
}
.mokuji-list-item--pickup a {
    background-color: #C6F4E2;
}
.mokuji-list-item--pickup a:hover {
    background-color: #A6E4C6;
}
.mokuji-list--contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
}
.mokuji-list--contact .mokuji-list-item {
    margin-bottom: 0;
    width: 48.5%;
}
.mokuji-list--contact .mokuji-list-item a {
    background-color: #E7EEF8;
}
.mokuji-list--contact .mokuji-list-item a:hover {
    background-color: #B1C3FF;
}
/*
    吹き出し
*/
.fukidashi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.fukidashi__img {
    width: 60px;
}
.fukidashi__img img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.fukidashi__content {
    width: calc(100% - 60px);
    padding-left: 30px;
}
.fukidashi__content p {
    position: relative;
    margin-bottom: 0;
    padding: 30px;
    background-color: #FFF9EC;
    border-radius: 15px;
}
.fukidashi__content p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-right: 20px solid #FFF9EC;
}
/*
    pr-box
*/
.pr-box {
    width: 350px;
    margin: 20px auto;
    padding: 30px 25px;
    background-color: #E7EEF8;
    border-radius: 15px;
    text-align: center;
}
.pr-box--outer-subject {
    background-color: #FFE2F1;
}
.pr-box__title {
    color: #012BB7;
    font-size: 125%;
}
.pr-box--outer-subject .pr-box__title {
    color: #D10A94;
}
.pr-box__content {
    margin-top: 10px;
}
.pr-box__description {
    margin-bottom: 0;
}
.pr-box-wrap--2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pr-box-wrap--2col .pr-box {
    margin: 0 20px 20px;
}
/*
    post-cat
    post-type
*/
.post-cat,
.post-type {
    display: inline-block;
    margin-right: 6px;
    padding: 5px 10px;
    font-size: 75%;
    line-height: 1;
    letter-spacing: 0;
    color: #1C1C1C;
}
.post-cat {
    background-color: #fff;
}
.post-type--sos {
    background-color: #9DB4FF;
}
.post-type--story {
    background-color: #FFA133;
}
.post-type--interview {
    background-color: #7DF0CD;
}
/*
    post-term
*/
.post-term {
    display: inline-block;
    padding: 5px 10px;
    width: 90px;
    font-size: 75%;
    line-height: 1;
    border-radius: 20px;
    background-color: #ADE0FF;
}
.post-term--questionnaire {
    background-color: #FFF689;
}

/*
    toggle トグル
*/
.toggle-item__btn {
    position: relative;
    width: 100%;
    font-size: 100%;
    padding: 15px 55px 15px 15px;
    line-height: 1.5;
    cursor: pointer;
    background-color: #fff;
    text-align: left;
}
.toggle-item__btn:after {
    content: "＋";
    color: #012BB7;
    position: absolute;
    top: calc(50% - 18px);
    right: 15px;
    font-size: 150%;
}
.toggle-item__btn.open:after {
    content: "ー";
}
.toggle-item__content {
    position: relative;
    padding: 20px 10px 0;
    margin-bottom: 20px;
    display: none;
}
.toggle-item__content p {
    margin-bottom: 0;
}
/*
    total-count
*/
.total-count__pr {
    font-size: 175%;
    font-weight: bold;
    color: #D00058;
    margin: 0 5px;
}
/*
    ranking-post
*/
.ranking-post__heading {
    text-align: center;
    margin-bottom: 20px;
}
.ranking-post__heading-in {
    display: inline-block;
    font-size: 112.5%;
    font-weight: bold;
    color: #1c1c1c;
    background-color: #EBFA80;
    padding: 5px 30px;
    border-radius: 30px;
    position: relative;
}
.ranking-post__heading-in:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -17px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #EBFA80 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}

/*-----------------------------
    category-list 
------------------------------*/
.category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.category-list-item {
    width: calc(98% / 3);
    margin-bottom: 1%;
}
.category-list-item a {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    height: 100%;
    color: #1C1C1C;
    background-color: #EBFA80;
}
.category-list-item a:hover {
    opacity: 1;
    text-decoration: none;
    background-color: #D2DE72;
}
.category-list-item__img {
    width: 80px;
}
.category-list-item__img img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
.category-list-item__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}
.category-list-item__title {
    font-size: 112.5%;
}
.category-list-item__description {
    font-size: 87.5%;
    margin-bottom: 0;
    line-height: 1.5;
}
/*
    youtube
*/
.youtube {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
/*
    outer-link
*/
.icon--outer-link {
    width: 11px;
    height: 11px;
    margin-left: 2px;
    margin-right: 2px;
}

/*-----------------------------
    tag-list 
------------------------------*/
.tag-list {
    text-align: left;
}
.tag-list-item {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 10px;
}
.tag-list-item:last-child {
    margin-right: 0;
}
.tag-list-item a {
    text-decoration: underline;
}
.tag-list-item__title {
    font-size: 87.5%;
}
.tag-list-item__tag-slash {
    font-size: 110%;
    letter-spacing: 3px;
}

/*-----------------------------
    article-list 
------------------------------*/
.article-list {
    display: flex;
    flex-wrap: wrap;
}
.article-list-item {
    width: calc(91% / 4);
    margin-right: 3%;
    margin-bottom: 50px;
}
.article-list-item:nth-child(4n) {
    margin-right: 0;
}
.article-list--related-post .article-list-item {
    width: calc(92% / 3);
    margin-right: 4%;
    margin-bottom: 0;
}
.article-list--related-post .article-list-item:nth-child(3n) {
    margin-right: 0;
}
.article-list--3col .article-list-item {
    width: calc(92% / 3);
    margin-right: 4%;
}
.article-list--3col .article-list-item:nth-child(3n) {
    margin-right: 0;
}
.article-list-item a {
    display: block;
    color: #1C1C1C;
}
.article-list-item a:hover {
    text-decoration: none;
}
.article-list-item__img {
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 15px;
}
.article-list-item__img img {
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.3s ease;
}
.article-list-item a:hover .article-list-item__img img {
    transform:scale(1.1);
    opacity: 1;
}
.article-list-item__content {
}
.article-list-item__title {
    line-height: 1.4;
    font-size: 87.5%;
    margin-bottom: 10px;
}
.article-list-item a:hover .article-list-item__title {
    text-decoration: underline;
}
.article-list-item__title-icon--video {
    width: 20px;
    margin-left: 5px;
    position: relative;
    top: 4px;
}
.article-list-item__cat-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.article-list--pickup {
    overflow: hidden;
    display: block;
}
.article-list--pickup .article-list-item {
    width: 48%;
    margin-left: 52%;
    margin-bottom: 30px;
}
.article-list--pickup .article-list-item:last-child {
    margin-bottom: 0;
}
.article-list--pickup .article-list-item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #1C1C1C;
}
.article-list--pickup .article-list-item__img {
    width: 43%;
}
.article-list--pickup .article-list-item__content {
    width: 53%;
}
.article-list--pickup .article-list-item__img img {
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 15px;
}
.article-list--pickup .article-list-item__title {
    font-size: 100%;
    margin-bottom: 15px;
}
.article-list--pickup .article-list-item:first-child {
    width: 47%;
    margin-bottom: 0;
    margin-left: 0;
    float: left;
}
.article-list--pickup .article-list-item:first-child a {
    display: block;
}
.article-list--pickup .article-list-item:first-child .article-list-item__img {
    width: 100%;
}
.article-list--pickup .article-list-item:first-child .article-list-item__img img {
    border: solid 2px #fff;
}
.article-list--pickup .article-list-item:first-child .article-list-item__content {
    position: relative;
    margin-bottom: -55px;
    top: -55px;
    left: 10px;
    width: calc(100% - 40px);
}
.article-list--pickup .article-list-item:first-child .article-list-item__cat-wrap {
    margin-bottom: 10px;
}
.article-list--pickup .article-list-item:first-child .post-cat,
.article-list--pickup .article-list-item:first-child .post-type {
    font-size: 87.5%;
}
.article-list--pickup .article-list-item:first-child .article-list-item__title {
    font-weight: bold;
    display: inline;
    font-size: 125%;
    line-height: 1.8;
    padding: 1px 10px;
    background: linear-gradient(transparent 0%, #fff 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.article-list--pickup .article-list-item:first-child .article-list-item__title--story {
    color: #fff;
    background: linear-gradient(transparent 0%, #1C1C1C 0%);
}
.article-list--pickup .article-list-item:first-child .article-list-item__title-icon--video {
    width: 25px;
    margin-left: 8px;
}
.article-list--pickup .article-list-item:first-child .article-list-item__caption {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}
.article-list--pickup .article-list-item:first-child .article-list-item__caption:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #000;
}
.article-list--ranking {
    display: block;
}
.article-list--ranking .article-list-item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    padding: 25px 0;
    border-bottom: solid 1px #C7C7C7;
}
.article-list--ranking .article-list-item:last-child {
    margin-bottom: 0;
}
.article-list--ranking .article-list-item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #1C1C1C;
}
.article-list--ranking .article-list-item__img {
    width: 120px;
    margin-bottom: 0;
}
.article-list--ranking .article-list-item__content {
    width: calc(100% - 120px);
    padding-left: 15px;
    box-sizing: border-box;
}
.article-list--ranking .article-list-item__img {
    border-radius: 8px;
    z-index: 1;
}
.article-list--ranking .article-list-item__img img {
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 8px;
}
.article-list--ranking .article-list-item {
    position: relative;
}
.article-list--ranking .article-list-item:after {
    position: absolute;
    display: block;
    font-size: 100%;
    text-align: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 6px;
    padding-right: 1px;
    line-height: 1;
    letter-spacing: -1px;
    color: #1C1C1C;
    background-color: #EBFA80;
    top: 11px;
    left: 0;
    z-index: 3;
}
.article-list--ranking .article-list-item:nth-child(1):after {
    content: "1";
}
.article-list--ranking .article-list-item:nth-child(2):after {
    content: "2";
}
.article-list--ranking .article-list-item:nth-child(3):after {
    content: "3";
}
.article-list--ranking .article-list-item:nth-child(4):after {
    content: "4";
}
.article-list--ranking .article-list-item:nth-child(5):after {
    content: "5";
}
.article-list--ranking .article-list-item:nth-child(6):after {
    content: "6";
}
.article-list--ranking .article-list-item:nth-child(7):after {
    content: "7";
}
.article-list--ranking .article-list-item:nth-child(8):after {
    content: "8";
}
.article-list--ranking .article-list-item:nth-child(9):after {
    content: "9";
}
.article-list--ranking .article-list-item:nth-child(10):after {
    content: "10";
}
.article-list--ranking .article-list-item__title {
    font-size: 87.5%;
    margin-bottom: 15px;
}
.article-list--ranking .article-list-item__title-icon--video {
    display: none;
}
.article-list--ranking .post-cat,
.article-list--ranking .post-type {
    font-size: 65%;
}

/*-----------------------------
    agency-list 
------------------------------*/
.agency-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.agency-list:after {
    content: "";
    width: calc((100% / 3) - 1%);
}
.agency-list-item {
    width: calc((100% / 3) - 1%);
    margin-bottom: 1%;
    padding: 15px;
    background-color: #fffaf0;
}
.agency-list-item a {
    text-decoration: underline;
}
.agency-list-item__header {
    padding-bottom: 10px;
    border-bottom: solid 1px #1C1C1C;
}
.agency-list-item__category {
    font-size: 75%;
    margin-bottom: 10px;
}
.agency-list-item__category dt,
.agency-list-item__category dd {
    display: inline;
}
.agency-list-item__category dt:after {
    content: "：";
}
.agency-list-item__category .term-list {
    display: inline;
}
.agency-list-item__category .term-list-item {
    display: inline-block;
    margin-right: 10px;
}
.agency-list-item__category .term-list-item:last-child {
    margin-right: 0;
}
.agency-list-item__title {
    font-size: 112.5%;
    font-weight: bold;
    line-height: 1.3;
}
.agency-list-item__bureau-name {
    position: relative;
    font-size: 75%;
    padding-left: 16px;
    margin-top: 5px;
    display: block;
    line-height: 1.45;
}
.agency-list-item__bureau-name:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #1C1C1C;
    left: 0;
    top: 8px;
}
.agency-list-item__main {
    font-size: 87.5%;
    padding: 10px 0 ;
    border-bottom: solid 1px #1C1C1C;
}
.agency-list-item__main p {
    margin-bottom: 0;
}
.agency-list-item__main ul {
    list-style: none;
    margin: 15px 0;
    line-height: 1.4;
}
.agency-list-item__main ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.agency-list-item__main ul li::before {
    position: absolute;
    content: '';
    display: block;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #1C1C1C;
    border-radius: 5px;
}
.agency-list-item__main ul li:last-child {
    margin-bottom: 0;
}
.agency-list-item__main ol {
    list-style: decimal;
    margin: 15px 0;
    line-height: 1.4;
}
.agency-list-item__main ol li {
    margin-bottom: 5px;
    margin-left: 1.5em;
    padding-left: 0.5em;
}
.agency-list-item__main ol li::marker {
    color: #012BB7;
    font-size: 112.5%;
    font-weight: bold;  
}
.agency-list-item__main ol li:last-child {
    margin-bottom: 0;
}
.agency-list-item__footer {
    font-size: 87.5%;
    padding-top: 10px;
}
.agency-list-item__option dt {
    font-weight: bold;
}
.agency-list-item__option dd {
    margin-left: 1em;
    margin-bottom: 5px;
}
.agency-list-item__option dd:last-of-type {
    margin-bottom: 0;
}
.agency-list-item__option p {
    margin-bottom: 0;
}
.soudan-method-list {
    margin-left: -1em;
    display: grid;
    grid-template-columns: repeat(3, calc(33.333% - 6px));
    gap: 6px;
}
.soudan-method-list-item img {
    width: 100%;
    display: block;
}

/*-----------------------------
    event-list 
------------------------------*/
.event-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.45;
}
.event-list:after {
    content: "";
    width: 31%;
}
.event-list-item {
    margin-bottom: 3.5%;
    width: 31%;
}
.event-list-item a {
    display: block;
    color: #1C1C1C;
}
.event-list-item__img {
    margin-bottom: 5px;
    overflow: hidden;
}
.event-list-item__img img {
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    transition: all 0.3s ease;
}
.event-list-item a:hover .event-list-item__img img {
    transform:scale(1.1);
    opacity: 1;
}
.event-list-item__content {
}
.event-list-item__date {
    font-size: 100%;
}
.event-list-item__date-pickup {
    font-size: 150%;
    font-weight: bold;
    margin-left: 4px;
}
.event-list-item__date-detail {
    font-size: 68.75%;
}
.event-list-item__close {
    font-size: 68.75%;
    color: #D00058;
}
.event-list-item__option-list {
    font-size: 68.75%;
}
/*
    eventコンテンツ共通
*/
.event__date,
.event__date-detail {
    color: #012BB7;
}
.event__date,
.event__date-detail {
    display: block;
}
.event__title {
    margin: 10px 0;
    line-height: 1.45;
}
.event__option-list-item {
    display: block;
    margin-bottom: 5px;
}
.event__option-list-item:last-child {
    margin-bottom: 0;
}

/*-----------------------------
    adviser-list 
------------------------------*/
.adviser-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adviser-list::after {
    display: block;
    content:"";
    width: calc(98% / 3);
}
.adviser-list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(98% / 3);
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
}
.adviser-list-item__img {
    width: 35%;
}
.adviser-list-item__content {
    width: 60%;
}
.adviser-list-item__img img {
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.adviser-list-item__info {
    display: block;
    font-size: 87.5%;
    margin-bottom: 2px;
    line-height: 1.4;
}
.adviser-list-item__name {
    display: block;
    font-size: 125%;
    margin-bottom: 5px;
    line-height: 1.4;
}
.adviser-list-item__name-sub {
    margin-left: 5px;
    font-size: 70%;
}
.adviser-list-item__description {
    border-top: solid 1px #000;
    margin-bottom: 0;
    padding-top: 12px;
    font-size: 87.5%;
    line-height: 1.5;
}

/*-----------------------------
    news-list 
------------------------------*/
.news-list-wrap {
    padding: 20px 30px;
    background-color: #fff;
}
.news-list {
    margin-bottom: 30px;
}
.news-list-item a {
    display: flex;
    flex-wrap: wrap;
    color: #1C1C1C;
    padding: 15px 0;
    border-bottom: solid 1px #C7C7C7;
}
.news-list-item__term {
    width: 100px;
    padding-right: 10px;
    position: relative;
    top: -3px;
}
.news-list-item__date {
    width: 100px;
    padding-right: 10px;
    font-size: 87.5%;
    color: #012BB7;
}
.news-list-item__new {
    width: 55px;
    padding-right: 10px;
    font-size: 87.5%;
    color: #D00058;
}
.news-list-item__title {
    width: calc(100% - 255px);
    line-height: 1.4;
}

/*-----------------------------
    character-list 
------------------------------*/
.character-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #1C1C1C;
}
.character-list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 48%;
    margin-bottom: 4%;
}
.character-list-item__img {
    width: 90px;
}
.character-list-item__content {
    width: calc(100% - 90px);
    padding-left: 15px;
}
.character-list-item__img img {
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}
.character-list-item__name {
    display: block;
    margin-bottom: 5px;
    line-height: 1.5;
}
.character-list-item__description {
    font-size: 87.5%;
    line-height: 1.5;
}
.character-list-item__description p {
    margin-bottom: 0;
}

/*-----------------------------
    single-common-post article 記事共通
------------------------------*/
.article {
    padding-bottom: 50px;
}
.article-header {
    padding: 25px 0 50px;
}
.article-header__eyecatch {
    margin-bottom: -40px;
}
.article-header__eyecatch img {
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 15px;
    border: solid 2px #fff;
    transition: all 0.3s ease;
}
.article-header__youtube {
    margin-bottom: 20px;
}
.article-header__content {
    position: relative;
    left: 20px;
    width: calc(100% - 40px);
}
.article-header__caption1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 112.5%;
    font-weight: bold;
}
.article-header__caption2 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}
.article-header__caption2:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #1C1C1C;
}
.article-header__title {
    font-weight: bold;
    display: inline;
    font-size: 175%;
    line-height: 1.75;
    padding: 1px 10px;
    background: linear-gradient(transparent 0%, #fff 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.article-header__title--story {
    color: #FFF;
    background: linear-gradient(transparent 0%, #1C1C1C 0%);
}
.article-header__title--youtube {
    color: #1C1C1C;
    background: none;
    display: block;
    padding: 0;
    line-height: 1.5;
}
.article-header__link {
    margin-top: 10px;
}
.article-header__link-item {
    display: inline;
    margin-right: 0;
}
.article-header__link .tag-list {
    display: inline;
}
.article-header__link .tag-list-item {
    display: inline;
    margin-right: 8px;
    margin-bottom: 2px;
}
.article-header__link .tag-list-item a {
    color: #1C1C1C;
}
.article-header__sns-list {
    justify-content: flex-end;
    margin-top: 10px;
}
.article-main,
.article-main-head {
    max-width: 900px;
    padding: 50px;
    background-color: #fff;
}
.article-main {
    overflow: hidden;
}
.article-main-head {
    margin-bottom: 50px;
}
.single-interview .article-main,
.single-interview .article-main-head {
    border: solid 2px #B7F4DA;
    border-radius: 10px;
}
.article-main-head-item {
    margin-bottom: 20px;
}
.article-main-head-item:last-of-type {
    margin-bottom: 0;
}
.article-main-head-item__title {
    font-family: "Jost","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",sans-serif;
    font-style: italic;
    font-size: 237.5%;
    text-align: center;
    margin-bottom: 10px;
}
.article-main-head-item__interviewee {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.article-main-head-item__interviewee:last-of-type {
    margin-bottom: 0;
}
.article-main-head-item__interviewee-img {
    width: 140px;
}
.article-main-head-item__interviewee-img img {
    display: block;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}
.article-main-head-item__interviewee-content {
    width: calc(100% - 140px);
    padding-left: 30px;
}
.article-main-head-item__interviewee-info {
    line-height: 1.55;
}
.article-main-head-item__interviewee-job {
    display: block;
    font-size: 87.5%;
    margin-bottom: 5px;
}
.article-main-head-item__interviewee-name {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 125%;
    border-bottom: solid 1px #1C1C1C;
}
.article-main-head-item__interviewee-profile {
    font-size: 87.5%;
}
.article-main__interviewee-message {
    font-size: 100%;
}
.article-main__point,
.article-main__subject {
    margin-bottom: 50px;
}
.article-main__point-title,
.article-main__subject-title {
    text-align: center;
    font-size: 112.5%;
    font-weight: bold;
    margin-bottom: 12px;
}
.article-main__subject-item-title {
    display: block;
    margin-bottom: 10px;
    padding: 15px;
    line-height: 1.4;
    background-color: #E7EEF8;
}
.article-main__subject-item-description {
    margin-bottom: 30px;
}
.single-sos .article-main-top {
    margin-bottom: 50px;
    border-bottom: dashed 1px #1C1C1C;
}
.article-main__content h2 {
    position: relative;
    margin-bottom: 24px;
    padding-left: 35px;
    line-height: 1.4;
    font-size: 125%;
}
.article-main__content h2:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #1C1C1C;
}
.article-main__content h3 {
    font-size: 112.5%;
    line-height: 1.4;
    margin-bottom: 24px;
}
.article-main__content h4 {
    position: relative;
    line-height: 1.4;
    margin-bottom: 24px;
    padding: 5px 0 5px 15px;
}
.article-main__content h4:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #EBFA80;
    border-radius: 5px;
}
.article-main__content strong {
    color: #D00058;
    font-weight: normal;
}
.article-main__content .b {
    color: #1C1C1C;
    font-weight: bold;
}
.article-main__content a {
    text-decoration: underline;
}
.article-main__content ul {
    list-style: none;
    margin-bottom: 30px;
    line-height: 1.4;
}
.article-main__content ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}
.article-main__content ul li::before {
    position: absolute;
    content: '';
    display: block;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #1C1C1C;
    border-radius: 5px;
}
.article-main__content ul li:last-child {
    margin-bottom: 0;
}
.article-main__content ol {
    list-style: decimal;
    margin-bottom: 30px;
    line-height: 1.4;
}
.article-main__content ol li {
    margin-bottom: 10px;
    margin-left: 1.5em;
    padding-left: 0.5em;
}
.article-main__content ol li::marker {
    color: #012BB7;
    font-size: 112.5%;
    font-weight: bold;  
}
.article-main__content ol li:last-child {
    margin-bottom: 0;
}
.article-main__content table {
    width: 100%;
    line-height: 1.4;
}
.article-main__content th,
.article-main__content td {
    padding: 15px 10px;
    border: solid 1px #ccc;
}
.article-main__content th {
    font-weight: bold;
    background-color: #eee;
}
.article-main__content .parts-img {
    max-width: 500px;
    margin: 30px auto;
}
.article-main__content .parts-img__img {
    display: block;
}
.article-main__content .parts-img__caption {
    margin: 15px 0 0;
    font-size: 75%;
    line-height: 1.5;
}
.article-main__content .parts-point {
    padding: 30px 50px 20px;
    margin-bottom: 35px;
    background-color: #F5F5F5;
}
.article-main__content .parts-point__title {
    font-family: "Jost","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",sans-serif;
    font-style: italic;
    font-size: 237.5%;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
}
.article-main__content .parts-point-item__title {
    padding: 5px;
    background-color: #EBFA80;
    text-align: center;
    margin-bottom: 20px;
}
.article-main__content .parts-story-img {
    display: block;
    max-width: 315px!important;
    border: solid 2px #1C1C1C;
    margin: 40px auto;
}
.article-main__content .parts-character {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.article-main__content .parts-character__img {
    display: block;
    width: 60px;
    height: 60px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 6px;
}
.article-main__content .parts-character__message {
    width: calc(100% - 60px);
    margin-bottom: 0;
    padding-left: 20px;
    line-height: 1.5;
}
.article-main__content .parts-mokofuka {
    max-width: 440px;
    margin: 40px auto;
}
.article-main__content .parts-mokofuka__message {
    position: relative;
    padding: 20px;
    background-color: #E7EEF8;
    border-radius: 20px;
}
.article-main__content .parts-mokofuka__message:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #E7EEF8;
}
.article-main__content .parts-mokofuka__img {
    display: block;
    margin: 0 auto;
}
.article-footer__tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
    padding: 20px 0;
    border-top: dashed 1px #1C1C1C;
    border-bottom: dashed 1px #1C1C1C;
}
.article-footer__tag-title {
    width: 3em;
}
.article-footer__tag-content {
    width: calc(100% - 3em);
}
.article-footer__tag-content .tag-list {
    display: flex;
    flex-wrap: wrap;
}
.article-footer__tag-content .tag-list-item {
    margin: 5px;
}
.article-footer__tag-content .tag-list-item a {
    display: inline-block;
    padding: 0 15px;
    font-size: 87.5%;
    color: #1C1C1C;
    border: solid 1px #1C1C1C;
    border-radius: 20px;
    text-decoration: none;
}
.article-footer__tag-content .tag-list-item a:hover {
    color: #fff;
    background-color: #012BB7;
}

/*-----------------------------
    page-template-archive アーカイブ共通
------------------------------*/
.category-anchor-list {
    display: flex;
    flex-wrap: wrap;
}
.category-anchor-list-item {
    width: calc(96% / 5);
    margin-right: 1%;
    margin-bottom: 1%;
}
.category-anchor-list-item:nth-child(5n) {
    margin-right: 0;
}
.category-anchor-list-item a {
    position: relative;
    display: block;
    color: #1C1C1C;
    background-color: #EBFA80;
    font-size: 87.5%;
    padding: 15px;
    line-height: 1.45;
    height: 100%;
}
.category-anchor-list-item a:before {
    position: absolute;
    content: "";
    right: 15px;
    top: calc(50% - 4px);
    width: 6px;
    height: 6px;
    border-top: 1px solid #1C1C1C;
    border-right: 1px solid #1C1C1C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.category-anchor-list-item a:hover {
    text-decoration: none;
    background-color: #D8E864;
}
.category-anchor-list--sos .category-anchor-list-item a {
    background-color: #B1C3FF;
}
.category-anchor-list--sos .category-anchor-list-item a:hover {
    background-color: #9DB4FF;
}
.category-anchor-list--story .category-anchor-list-item a {
    background-color: #FFCB49;
}
.category-anchor-list--story .category-anchor-list-item a:hover {
    background-color: #FFA133;
}
.category-anchor-list--interview .category-anchor-list-item a {
    background-color: #DEF7EB;
}
.category-anchor-list--interview .category-anchor-list-item a:hover {
    background-color: #7DF0CD;
}
.category-anchor-list--subject .category-anchor-list-item a {
    background-color: #E7EEF8;
}
.category-anchor-list--subject .category-anchor-list-item a:hover {
    background-color: #B1C3FF;
}
.category-list-item__title {
    font-size: 112.5%;
}
.category-description {
    text-align: center;
    margin-bottom: 25px;
}
.category-description__title {
    font-weight: bold;
}
.category-description--subject {
    max-width: 600px;
    margin: 0 auto 30px;
}
@media screen and (max-width: 960px) {
    .category-anchor-list-item {
        width: calc(98% / 3);
    }
    .category-anchor-list-item:nth-child(3n) {
        margin-right: 0;
    }
    .category-anchor-list-item:nth-child(5n) {
        margin-right: 1%;
    }
}

/*-----------------------------
    投稿aside共通 single-aside
------------------------------*/
.single-aside {
    padding: 50px 0;
}
.single-aside-writer {
    margin-top: 35px;
}
.single-sos .single-aside-adviser-and-movie {
    padding-top: 0;
}
.single-aside--pr {
    padding-bottom: 0;
}
.single-aside-item {
    padding-bottom: 50px;
}
.single-aside-item:last-of-type {
    padding-bottom: 0;
}
.single-aside-title-box {
    text-align: center;
}
.single-aside-title {
    display: block;
    font-size: 187.5%;
    line-height: 1.4;
    margin-bottom: 10px;
}
.single-aside-title--alphabet {
    font-family: "Jost","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",sans-serif;
    font-style: italic;
    font-size: 312.5%;
}
.single-aside-title-caption {
    font-size: 87.5%;
    margin-bottom: 20px;
}
.single-aside-writer__title {
    margin-bottom: 20px;
}
.single-aside-writer__title-main {
    color: #012BB7;
    font-size: 125%;
}
.single-aside-writer__title-sub {
    margin-left: 10px;
}
.single-aside-writer__item {
    margin-bottom: 20px;
}
.single-aside-writer__item:last-of-type {
    margin-bottom: 0;
}
.single-aside-writer__item dt {
    margin-bottom: 10px;
}
.single-aside-writer__name {
    display: block;
    font-size: 125%;
}
.single-aside-writer__info {
    display: block;
    font-size: 87.5%;
}
.single-aside-writer__description {
    font-size: 87.5%;
    line-height: 1.6;
}
.single-aside-writer__description p {
    margin-bottom: 20px;
}
.single-aside-writer__description p:last-of-type {
    margin-bottom: 0;
}
.single-aside-adviser__item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 30px;
    background-color: #fff;
}
.single-aside-adviser__item:last-of-type {
    margin-bottom: 0;
}
.single-aside-adviser__img {
    width: 100px;
}
.single-aside-adviser__img img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.single-aside-adviser__content {
    width: calc(100% - 100px);
    padding-left: 20px;
}
.single-aside-adviser__info {
    display: block;
    font-size: 87.5%;
}
.single-aside-adviser__name {
    display: block;
    font-size: 125%;
    padding-bottom: 5px;
}
.single-aside-adviser__description {
    padding-top: 10px;
    border-top: solid 1px #C7C7C7;
    font-size: 87.5%;
}
.single-aside-adviser__description p:last-of-type {
    margin-bottom: 0;
}
.single-aside-movie__youtube {
    margin-bottom: 10px;
}
.single-aside-movie__description {
    font-size: 75%;
    line-height: 1.5;
    margin-bottom: 0;
}
.single-aside-related-post .event-list-item:nth-child(4) {
    display: none;
}

/*-----------------------------
    イベント詳細 single-event 
------------------------------*/
.article--event {
    padding-bottom: 20px;
}
.article--event .event__date {
    font-size: 100%;
}
.article--event .event__date-pickup {
    font-size: 220%;
    font-weight: bold;
}
.article--event .event__close {
    font-size: 87.5%;
    color: #D00058;
}
.article--event .event__title {
    font-size: 125%;
}
.article--event .event__date-detail {
    font-size: 87.5%;
}
.article--event .event__option-list {
    margin-top: 25px;
    font-size: 87.5%;
    line-height: 1.45;
}
.article--event .event__option-list-item {
    margin-bottom: 10px;
}
.article--event .event__option-list-item:last-child {
    margin-bottom: 0;
}
.article--event .event__contact {
    margin-top: 25px;
    padding: 15px;
    font-size: 87.5%;
    background-color: #fff;
    border-radius: 10px;
}
.article--event .event__contact dt {
    margin-bottom: 10px;
}
.article--event .event__contact-item {
    display: block;
    margin-bottom: 5px;
    line-height: 1.45;
}
.article--event .event__contact-item:last-of-type {
    margin-bottom: 0;
}
.article--event .event__contact-item .icon {
    width: 14px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.article--event .article-main {
    padding: 40px 0;
}

/*-----------------------------
    お知らせ詳細 single-news
------------------------------*/
.article--news {
    padding: 50px 0;
}
.article--news .article-main {
}
.article--news .article-main__header-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    margin-bottom: 15px;
}
.article--news .article-main__header-info-term {
}
.article--news .article-main__header-info-date {
    margin-left: 10px;
    color: #012BB7;
}
.article--news .article-main__header-title {
    line-height: 1.4;
    font-size: 137.5%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px #C7C7C7;
}
.article--news .article-main__content h2 {
    margin-bottom: 20px;
    padding: 0 0 5px;
    font-size: 112.5%;
    color: #012BB7;
    border-bottom: solid 1px #012BB7;
}
.article--news .article-main__content h2:before {
    display: none;
}
.article--news .article-main__content h3 {
    position: relative;
    font-size: 100%;
    line-height: 1.4;
    margin-bottom: 25px;
    padding: 2px 0 2px 10px;
    border-left: solid 6px #012BB7;
}
.article--news .article-main__content h4 {
    padding: 0;
    border: none;
}
.article--news .article-main__content h4:before {
    display: none;
}
.article--news .article-bottom {
    margin-top: 50px;
}
.article-bottom__news-back {
    text-align: center;
    text-decoration: underline;
}

/*-----------------------------
    用語解説 single-word 
------------------------------*/
.article--word .article-main__header-title {
    text-align: center;
    font-size: 160%;
}
.article--word .article-main__content {
    padding: 40px;
    background-color: #E7EEF8;
}
.article--word .article-main__content-title {
    font-size: 175%;
    margin-bottom: 20px;
}

/*-----------------------------
    page-template-normal 固定ページ共通
------------------------------*/
.page-template-page-template-normal h1 {
    margin: 45px 0;
    text-align: center;
    line-height: 1.5;
    font-size: 200%;
}
.page-template-page-template-normal .page-content h2 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 150%;
}
.page-template-page-template-normal .page-content h3 {
    margin-top: 45px;
    margin-bottom: 30px;
    font-size: 125%;
}
.page-template-page-template-normal .page-content a {
    text-decoration: underline;
}
.page-template-page-template-normal .page-content ul {
    list-style: disc;
    margin-bottom: 35px;
    padding-left: 20px;
    line-height: 1.5;
}
.page-template-page-template-normal .page-content .list-style--decimal {
    list-style: decimal;
}
.page-template-page-template-normal .page-content .list-style--katakana {
    list-style: katakana;
    padding-left: 2em;
}
.page-template-page-template-normal .page-content ol {
    list-style: decimal;
    margin-bottom: 35px;
    padding-left: 22px;
    line-height: 1.5;
}
.page-template-page-template-normal .page-content li {
    margin-bottom: 10px;
}
.page-template-page-template-normal .page-content li:last-child {
    margin-bottom: 0;
}
.page-template-page-template-normal .page-content table {
    width: 100%;
    line-height: 1.4;
}
.page-template-page-template-normal .page-content th,
.page-template-page-template-normal .page-content td {
    padding: 15px 10px;
    border: solid 1px #ccc;
    font-size: 87.5%;
}
.page-template-page-template-normal .page-content th {
    font-weight: bold;
    background-color: #eee;
}
.page-template-page-template-normal .page-content .accessibility-table th,
.page-template-page-template-normal .page-content .accessibility-table td {
    vertical-align: middle;
}
.page-template-page-template-normal .page-content .accessibility-table th:nth-child(1),
.page-template-page-template-normal .page-content .accessibility-table td:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: calc(4em + 15px);
}
.page-template-page-template-normal .page-content .accessibility-table th:nth-child(2),
.page-template-page-template-normal .page-content .accessibility-table td:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: calc(3em + 15px);
}
.page-template-page-template-normal .page-content .accessibility-table th:nth-child(4),
.page-template-page-template-normal .page-content .accessibility-table td:nth-child(4),
.page-template-page-template-normal .page-content .accessibility-table th:nth-child(5),
.page-template-page-template-normal .page-content .accessibility-table td:nth-child(5) {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: calc(2em + 15px);
}
.page-content-box {
    max-width: 900px;
    padding: 50px;
    background-color: #fff;
}

/*-----------------------------
    トップページ front-page home 
------------------------------*/
.page-home--add-ranking {
    min-width: 1180px;
}
.section-front-page {
    padding: 40px 0 60px;
}
.section-front-page h2 {
    font-family: "Jost","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",sans-serif;
    font-style: italic;
    font-size: 312.5%;
    text-align: center;
    margin-bottom: 25px;
}
#front-slider-area {
    margin-bottom: 45px;
    overflow: hidden;
}
#front-slider-area:after {
    right: 100%;
}
.section-front-page-top {
    text-align: center;
    padding: 25px 0 40px;
}
.section-front-page-top__banner {
    margin-bottom: 30px;
}
.section-front-page-top__logo {
    margin-top: 20px;
    margin-bottom: 30px;
}
.section-front-page-top__logo h2 {
    margin-bottom: 0;
}
.section-front-page-top__logo img {
    display: block;
    margin: 0 auto;
    width: 358px;
}
.section-front-page-top__description {
    font-size: 100%;
}
.section-front-page-top__description p:last-of-type {
    margin-bottom: 0;
}
.section-front-page-category {
    padding-bottom: 50px;
}
.section-front-page-news {
    padding-top: 0;
}
.section-front-page-pr {
    padding-top: 60px;
}
.section-front-page-tag {
    text-align: center;
}
.front-page-section-navi-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 40px;
}
.front-page-section-navi-list-item {
    width: 32%;
}
.front-page-section-navi-list-item a {
    display: block;
    padding: 10px 15px 15px;
    color: #000;
    border-radius: 10px;
    height: 100%;
}
.front-page-section-navi-list-item a {
    text-decoration: none;
}
.front-page-section-navi-list-item--sos a {
    background-color: #E7EEF8;
}
.front-page-section-navi-list-item--sos a:hover {
    background-color: #9DB4FF;
}
.front-page-section-navi-list-item--story a {
    background-color: #FFCB49;
}
.front-page-section-navi-list-item--story a:hover {
    background-color: #FFA133;
}
.front-page-section-navi-list-item--interview a {
    background-color: #DEF7EB;
}
.front-page-section-navi-list-item--interview a:hover {
    background-color: #7DF0CD;
}
.front-page-section-navi-list-item__title {
    font-size: 187.5%;
    font-family: "Jost","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",sans-serif;
    position: relative;
}
.front-page-section-navi-list-item__title:after {
    position: absolute;
    content: "";
    right: 0;
    top: 22px;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #1C1C1C;
    border-right: 1.5px solid #1C1C1C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.front-page-section-navi-list-item__description {
    font-size: 87.5%;
}
.main-slider {
}
.main-slider > li {
}
.main-slider > li img {
    display: block;
}
.swiper-container {
    overflow: initial!important;
    margin: 0 auto;
    max-width: 720px;
    position: relative;
}
.swiper-controller {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    padding: 2px 0;
}
.swiper-stopbtn {
    color: #fff;
    background-color: #012BB7;
    line-height: 1;
    padding: 2px 1.5px 0px;
    margin-right: 8px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.swiper-stopbtn .material-icons {
    font-size: 105%;
}
.swiper-button {
    margin: 0!important;
    background-color: #F5F5F5;
    width: auto!important;
    height: auto!important;
    top: calc(50% - 26px)!important;
    border-radius: 50%;
}
.swiper-button-next {
    padding: 3px 2px 3px 2px;
    right: 3%!important;
}
.swiper-button-prev {
    padding: 3px 0 3px 4px;
    left: 3%!important;
}
.swiper-button:after {
    display: none!important;
}
.swiper-button .material-icons {
    color: #1C1C1C;
    font-size: 120%;
}
.swiper-pagination {
    position: static!important;
    display: flex!important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto!important;
    left: auto!important;
    bottom: auto!important;
}
.swiper-pagination > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 10px!important;
}
.swiper-pagination-bullet {
    width: 8px!important;
    height: 8px!important;
    background-color: #E7EEF8!important;
    opacity: 1!important;
}
.swiper-pagination-bullet::focus {
    border: solid 1px #000!important;
}
.swiper-pagination-bullet-active {
    background-color: #012BB7!important;
}
.swiper-pagination-bullet-active::focus {
    border: solid 1px #000!important;
}
.front-page-archive-area {
    display: flex;
    flex-wrap: wrap;
}
.front-page-archive-area--sp {
    display: none;
}
.front-page-archive-area-main {
    width: calc(50% + 250px);
}
.front-page-archive-area-side {
    width: calc(50% - 250px);
    padding: 0 40px;
    box-sizing: border-box;
}
.front-page-archive-area-side-in {
    max-width: 400px;
}
.front-page-archive-area .section-front-page-post {
    padding-left: 40px;
    padding-right: 40px;
}
.front-page-archive-area .section-front-page-post .content-range {
    margin-right: 0;
}

/*-----------------------------
    アバウトページ page-about 
------------------------------*/
.section-about-page {
    padding: 40px 0 60px;
    text-align: center;
    overflow: hidden;
}
.section-about-page-top {
    position: relative;
    background: linear-gradient(135deg, #DAE7FA, #E2FFFB);
}
.section-about-page h1,
.section-about-page h2 {
    font-family: "Jost","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",sans-serif;
    font-style: italic;
    font-size: 312.5%;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
}
.section-about-page-top__title {
    position: relative;
    z-index: 2;
}
.section-about-page-top__content {
    position: relative;
}
.section-about-page-top__content-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
.section-about-page-top__content-header-copy {
    font-size: 162.5%;
    line-height: 1.5;
    margin-bottom: 20px;
}
.section-about-page-top__content-main {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.section-about-page-top__content-main p {
    font-size: 87.5%;
    margin-bottom: 25px;
}
.section-about-page-top__content-bottom p {
    font-size: 75%;
}
.section-about-page-top--bg-circle {
    position: absolute;
    z-index: 1;
}
.section-about-page-top--bg-circle1 {
    top: -65px;
    left: -150px;
}
.section-about-page-top--bg-circle2 {
    top: 100px;
    right: -100px;
}
.section-about-page-top--bg-circle3 {
    bottom: -100px;
    left: -100px;
}
.section-about-page-top--bg-heart {
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 200px;
}
.section-about-page-annotation {
    padding-top: 60px;
    padding-bottom: 80px;
}
.section-about-page-annotation h2 {
    font-size: 112.5%;
    text-align: left;
    text-decoration: none;
    text-underline-offset: 0;
    margin-bottom: 35px;
    padding: 10px 30px;
    line-height: 1.4;
    background-color: #F5F5F5;
}
.section-about-page-annotation .annotation-list {
    text-align: left;
}
.annotation-list-item {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: solid 1px #C7C7C7;
}
.annotation-list-item:last-child {
    margin-bottom: 0;
}
.annotation-list-item dt {
    color: #012BB7;
    font-size: 112.5%;
    margin-bottom: 5px;
}
.annotation-list-item dd {
    font-size: 87.5%;
}

/*-----------------------------
    特集ページ page-pickup 
------------------------------*/
.pickup-heading-main {
    text-align: center;
    font-size: 175%;
}
.pickup-heading-sub {
    text-align: center;
    font-size: 125%;
    margin: 40px 0;
}
.pickup-heading-sub-in {
    display: inline-block;
    background-color: #EBFA80;
    padding: 2px 10px;
}
.pickup-program-list {
    margin-bottom: 70px;
}
.pickup-program-list-item {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 0;
    border-bottom: solid 1px #C7C7C7;
}
.pickup-program-list-item__img {
    width: 240px;
}
.pickup-program-list-item__img img {
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}
.pickup-program-list-item__content {
    width: calc(100% - 240px);
    padding-left: 25px;
    box-sizing: border-box;
}
.pickup-program-list-item__title {
    margin-bottom: 15px;
}
.pickup-program-list-item__description {
    margin-bottom: 0;
    font-size: 87.5%;
}
.section--pickup-ranking .article-list--ranking {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.section--pickup-ranking .article-list--ranking .article-list-item {
    width: 46%;
    padding: 25px 0;
}
.section--pickup-ranking .article-list--ranking .article-list-item:after {
    top: 11px;
}
.section--pickup-ranking .ranking-post__heading {
    margin-bottom: 35px;
}


/*-----------------------------
    アドバイザー一覧ページ page-adviser 
------------------------------*/
.adviser-list-introduce-caption {
    position: relative;
    margin: 50px 0;
    text-align: center;
}
.adviser-list-introduce-caption:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background-color: #1C1C1C;
    bottom: -10px;
    left: calc(50% - 30px);
}

/*-----------------------------
    問い合わせページ page-contact 
------------------------------*/
.page-contact h2 {
    font-size: 150%;
    text-align: center;
    margin-bottom: 30px;
}
.contact-lead-section {
    text-align: center;
    margin-bottom: 50px;
}
.contact-lead-section p {
    font-size: 87.5%;
}
.contact-faq-section h3 {
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: solid 5px #012BB7;
    line-height: 1.4;
    font-size: 112.5%;
}
.faq-list {
    margin-bottom: 45px;
}
.faq-list-item {
    margin-bottom: 15px;
}
.faq-list-item:last-child {
    margin-bottom: 0;
}
.faq-item .faq__q {
    padding-left: 55px;
}
.faq-item .faq__q .heading {
    position: absolute;
    top: 11px;
    left: 20px;
    font-size: 125%;
    color: #012BB7;
    display: block;
}
.faq-item .faq__a {
    padding-left: 55px;
}
.faq-item .faq__a .heading {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 125%;
    color: #012BB7;
    display: block;
}

/*-----------------------------
    サイトマップ page-sitemap 
------------------------------*/
.sitemap-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 550px;
}
.sitemap-item {
    width: 48%;
}

/*-----------------------------
    絞り込み/ソート filter 
------------------------------*/
.filter-box {
    margin-bottom: 50px;
}
.filter-box__title {
    display: block;
    text-align: center;
    font-size: 112.5%;
    font-weight: bold;
    margin-bottom: 20px;
}
.filter-box-item {
    margin-bottom: 20px;
}
.filter-box-item__label {
    display: block;
    margin-bottom: 10px;
}
.radio-box-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.radio-box-wrap--5col {

}
.radio-box-wrap .radio-box {

}
.radio-box-wrap--5col .radio-box {
    width: calc(96% / 5);
    margin-right: 1%;
    margin-bottom: 1%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.radio-box-wrap--5col .radio-box:nth-of-type(5n) {
    margin-right: 0;
}
.radio-box input[type="radio"] {
    transform: scale(1.4);
    accent-color: #D00058;
    width: 13px;
}
.radio-box label {
    font-size: 87.5%;
    width: calc(100% - 13px);
    padding-left: 10px;
    box-sizing: border-box;
}
.select-btn {
    display: block;
    width: 168px;
    padding: 10px 0;
    text-align: center;
    color: #1C1C1C;
    background-color: #fff;
    border: solid 1px #1C1C1C;
}
.select-btn--active {
    color: #fff;
    background-color: #D00058;
    border-color: #D00058;
}
.select-btn-wrap {
    display: flex;
    flex-wrap: wrap;
}
.select-btn-wrap .select-btn {
    margin-right: 10px;
}
.select-btn-wrap .select-btn:last-of-type {
    margin-right: 0;
}
.filter-box-agency {
    max-width: 800px;
    margin: 0 auto 50px;
}

/*-----------------------------
    フォーム form 
------------------------------*/
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form select,
.form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 15px;
    width: 100%;
    font-size: 87.5%;
    border: solid 1px #C7C7C7;
    border-radius: 10px;
}
.form select {
    padding: 14px 15px;
    background-image: url(../images/common/icon/select_arrow.png);
    background-repeat: no-repeat;
    background-size: 14px 10px;
    background-position: right 15px center;
    background-color: #fff;
}
.form textarea {
    height: 10em;
    display: block;
}
.form input[type="checkbox"],
.form input[type="radio"] {
    transform: scale(1.2);
    position: relative;
}
.form input[type="checkbox"][readonly],
.form input[type="radio"][readonly],
.form input[type="checkbox"][readonly] + label,
.form input[type="radio"][readonly] + label {
    pointer-events: none;
}
.form .radio-wrap,
.form .checkbox-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 10px;
    border: solid 1px #C7C7C7;
    border-radius: 10px;
}
.form .radio-wrap--matrix {
    margin-bottom: -1px;
    border-radius: 0;
}
.form .radio-wrap input,
.form .checkbox-wrap input {
        width: 14px;
}
.form .radio-wrap label,
.form .checkbox-wrap label {
    width: calc(100% - 14px);
    padding-left: 10px;
    font-size: 87.5%;
}
.form .matrix-col {
    margin-bottom: 25px;
}
.form-item {
    margin-bottom: 20px;
}
.form-item__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}
.form-item__required {
    display: inline-block;
    line-height: 1;
    font-size: 75%;
    margin-left: 10px;
    padding: 3px 8px;
    color: #D00058;
    border: solid 1px #D00058;
    border-radius: 30px;
}
.form-item__title .form-item__required {
    font-size: 70%;
}
.form-answer {
    padding: 10px 15px;
    font-size: 87.5%;
    background-color: #F5F5F5;
}
.matrix-table-wrap {
    overflow: auto;
    white-space: nowrap;
}
.matrix-table {
    border-collapse: collapse;
}
.matrix-table th,
.matrix-table td {
    padding: 12px;
    font-size: 87.5%;
    border: solid 1px #ccc;
    line-height: 1.4;
}
.matrix-table tr:nth-child(odd) {
    background-color: #E7EEF8;
}
.matrix-table tr:nth-child(1) {
    background: none;
}
.matrix-table tr:nth-child(1) th,
.matrix-table .vertical-rl {
    width: auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.matrix-table th:first-child,
.matrix-table tr:nth-child(1) th:first-child {
    min-width: 220px;
    white-space: normal;
}
.matrix-table td {
    vertical-align: middle;
    text-align: center;
}
.matrix-table [role="alert"] {
    white-space: normal;
}

/*--------------------------------
    アンケート page-questionnaire
--------------------------------*/
.questionnaire-wrap {

}
.questionnaire-term {
    text-align: right;
    margin-bottom: 5px;
}
.questionnaire-title {
    border-top: solid 1px #9FA0A0;
    padding-top: 25px;
    font-size: 225%;
    margin-bottom: 20px;
    line-height: 1.4;
}
.questionnaire-description {
    margin-bottom: 25px;
}
.questionnaire-item-num {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.questionnaire-item-num-label {
    font-size: 125%;
}
.questionnaire-item-title {
    display: block;
    font-size: 87.5%;
    margin-bottom: 15px;
}
.questionnaire-list {

}
.questionnaire-list > li {
    margin-bottom: 40px;
}
.questionnaire-list > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.mini_questionnaire {
    margin-top: 40px;
}
.mini_questionnaire .form-item {
    margin-bottom: 40px;
}
.mini_questionnaire .questionnaire-item-num-label {
    font-size: 87.5%;
}

/*--------------------------------
    バナー banner
--------------------------------*/
.banner-box {
    text-align: center;
}
.banner-box a,
.banner-box img {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}
.banner-box--uppertitle {
    margin-top: 40px;
}
@media screen and (max-width: 600px) {
    .banner-link--uppertitle-event {
        margin-top: -40px!important;
    }
}


.banner-box--undertitle {
    margin-top: 30px;
}
.banner-box--underarticle {
    margin-top: 50px;
}

/*-----------------------------
    ページネーション pagenation
------------------------------*/
.pagination {
    margin-top: 10px;
    margin-bottom: 15px;
}
.pagination-link {
    text-align: center;
}
.pagination-link-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.pagination-link-list-item {
    margin: 0 5px;
}
.pagination-link-list-item a,
.pagination-link-list-item .current {
    display: inline-block;
    font-size: 125%;
    line-height: 1;
    padding: 10px 14px;
    text-align: center;
    letter-spacing: 0;
    border-radius: 5px;
    border: solid 1px #012BB7;
}
.pagination-link-list-item a {
    color: #012BB7;
    background-color: #fff;
}
.pagination-link-list-item .current {
    color: #fff;
    background-color: #012BB7;
}
.pagination-link-list-item a:hover {
    text-decoration: underline;
}

#form-contact .form-item textarea#contact_content {
    font-size: 16px;
}

ruby rt {
    font-size: 8px;
}
