

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #1A1A1C;
}
:root {
  --main-color: #1A1A1C;
  --border-color: #BFBFBF;
  --yozemi-color: #CA2F26;
  --current-color: #707070;
  --jukentaisaku-color: #EFA83F;
  --jukentaisaku-hs-color: #B7DE77;
  --benkyohou-color: #0DB714;
  --motivation-color: #202FA2;
  --advice-color: #5FC2F7;
  --other-color: #DD48BA;
}
html {
  -webkit-overflow-scrolling: touch;
}
img {
  width: 100%;
}
a {
  transition: .3s;
}
a:hover {
  opacity: 0.7;
}
/*index.html*/
/*header*/
header {
  height: 65px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 3px #00000029;
  display: flex;
  align-items: center;
}
.base_wrap {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.logo {
  width: 200px;
}
.h_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#h_navi ul {
  display: flex;
  align-items: stretch;
}
#h_navi ul li {
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid var(--border-color);
  display: flex;
  align-items: center;
}
#s_toggle{
    display: none;
}
#s_navi {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  z-index: 1;
    background: rgb(255 255 255 / 90%);
    width: 100vw;
    max-width: 375px;
    height: auto;
    text-align: center;
        padding: 56px 48px;
	overflow: scroll;
}
#s_navi ul{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    
}
#s_navi .h_navi_item{
    text-align: left;
    margin-bottom: 32px;
}
.s_navi_yozemilink a{
    font-size: 14px;
    text-decoration: underline;
}
.s_navi_yozemilink a:hover{
    text-decoration: none;
}
#s_navi .request_btn{
    margin-bottom: 0;
}
#s_navi .request_btn a{
        display: contents;
    font-size: 14px;
    font-weight: normal;
}
#s_navi .document,#s_navi .contact{
    height: auto;
    padding: 5px 0;
}
#s_navi .request_btn_img_wrap{
    width: 40px;
    margin-bottom: 0;
}
@media screen and (max-width: 1440px){
    #h_navi ul li{
        padding: 0 16px;
    }
}
@media screen and (max-width: 1100px){
    #h_navi ul li{
        padding: 0 10px;
    }
}
@media screen and (max-width: 1024px){
    #h_navi{
        display: none;
    }
    header{
        position: fixed;
        z-index: 999;
    }
    @media screen and (max-width: 768px){
        header{
            height: 50px;
        }
        .logo{
            width: 150px;
        }
    }
    @media screen and (max-width: 425px){
        #s_navi{
            max-width: 100%;
        }
    }
 /*スマホメニューボタン*/
.s_toggle {
  display: block;
  position: relative;
  width: 26px;
  height: 0.7rem;
    z-index: 998;
}
.s_toggle i {
  display: block;
  width: 100%;
  height: 3px;
    border-radius: 1.5px;
  background-color: var(--yozemi-color);
  position: absolute;
  transition: transform .5s, opacity .5s;
}
.s_toggle i:nth-child(1) {
  top: 0;
}
.s_toggle i:nth-child(2) {
  bottom: 0;
}
.s_toggle.show i:nth-child(1) {
  transform: translateY(4px) rotate(-45deg);
}
.s_toggle.show i:nth-child(2) {
  transform: translateY(-4px) rotate(45deg);
}
    #s_navi.show {
  opacity: 1;
  visibility: visible;
}


}
/*headerここまで*/
/*#title*/
.ttl_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
 flex: 1;
}
#title {
  position: relative;
}
#title:after {
  content: "";
  height: 560px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #ff3e3e78 0%, #f2afaf21 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
.ttl_txt {
  margin-top: 48px;
  line-height: 1.7;
}
.ttl_wrap {
  display: flex;
  justify-content: space-between;
  padding: 96px 0 0;
}
.ttl_right {
  max-width: 648px;
position: relative;
    z-index: 1;
}
h1 {
  position: relative;
  z-index: 1;
}
h1:after {
  content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 200%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-20%);
    z-index: -1;
    opacity: 0.6;
    background: url(../../image/img_ttl_back.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#sp_ttl_txt_wrap{
	display: none;
}
@media screen and (max-width: 1440px){
    .ttl_right {
  width: 50%;
}
}
@media screen and (max-width: 1024px){
    .ttl_wrap{
        padding: 120px 0 0;
    }
}
@media screen and (max-width: 768px){
    #title:not(.article) .base_wrap{
        padding: 0 0;
    }
    #title:after{
        height: 100%;
        background: transparent linear-gradient(180deg, #ff3e3e78 20%, #f2afaf21 120%) 0% 0% no-repeat padding-box;
    }
    h1:after{
        width: 160%;
        left: 40%;
    }
    .ttl_wrap{
        padding: 50px 0 0;
        align-items: center;
    }
    .ttl_txt{
        display: none;
    }
    h1{
        width: 50%;
    }
	#sp_ttl_txt_wrap{
		display: block;
	}
	.sp_ttl_txt{
		line-height: 1.7;
		margin: 32px 0 0;
	}
	.sp_ttl_txt span{
		display: inline-block;
	}
}
/*#titleここまで*/
/*#container*/
@media screen and (max-width: 768px){
	.main_wrap{
	flex-direction: column;
}
}
/*#containerここまで*/
/*#main*/
.main_wrap {
  display: flex;
  justify-content: space-between;
}
main {
  width: 65%;
	margin-right: 50px;
	margin-bottom: 40px;
}
.article_tab {
  display: flex;
    flex-wrap: wrap;
  margin-bottom: 16px;
}
.tab {
  display: flex;
flex-wrap: wrap;
}
.date{
    margin-right: 2rem;
}
.tab p {
  margin-right: 1rem;
}
.article_tab .tab p:before{
    width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: -1.4rem;
}
i.fa-regular.fa-calendar,
i.fa-solid.fa-clock-rotate-left {
    margin-right: 0.2rem 
}
i.fa-solid.fa-tag {
    margin-right: 0.2rem;
    font-size: 18px;
}
.jukentaisaku i.fa-solid.fa-tag {
  color: var(--jukentaisaku-color);
}
.jukentaisaku-hs i.fa-solid.fa-tag {
  color: var(--jukentaisaku-hs-color);
}
.benkyohou i.fa-solid.fa-tag {
  color: var(--benkyohou-color);
}
.motivation i.fa-solid.fa-tag {
  color: var(--motivation-color);
}
.advice i.fa-solid.fa-tag {
  color: var(--advice-color);
}
.other i.fa-solid.fa-tag {
  color: var(--other-color);
}
.thum {
  display: flex;
  justify-content: space-between;
}
.article_thum_img {
  width: 48%;
  margin-right: 32px;
}
.article_thum_img img {
  height: 200px;
    object-fit: cover;
}
.article_thum_img img.fit {
    object-fit: contain;
}
.article_thum_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 12px;
 width: 50%;
}

h2.article_ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px var(--border-color);
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 24px;
}
h2.article_ttl.small{
	font-size: 19.5px;
}
h2.article_ttl:before {
  position: absolute;
  content: "";
  width: 10%;
  left: 0;
  bottom: -2px;
}
.jukentaisaku h2.article_ttl:before{
    border-bottom: 3px solid var(--jukentaisaku-color);
}
.jukentaisaku-hs h2.article_ttl:before{
    border-bottom: 3px solid var(--jukentaisaku-hs-color);
}
.benkyohou h2.article_ttl:before{
    border-bottom: 3px solid var(--benkyohou-color);
}
.motivation h2.article_ttl:before{
    border-bottom: 3px solid var(--motivation-color);
}
.advice h2.article_ttl:before{
    border-bottom: 3px solid var(--advice-color);
}
.other h2.article_ttl:before{
    border-bottom: 3px solid var(--other-color);
}
article {
  margin-bottom: 96px;
}
#container {
  margin-top: 136px;
	margin-bottom: 96px;
}
.read-more_btn {
  text-align: right;
	margin-top: 16px;
}
.read-more_btn span {
  padding-bottom: 12px;
}
.jukentaisaku .read-more_btn span {
  border-bottom: solid 3px var(--jukentaisaku-color);
}
.jukentaisaku-hs .read-more_btn span {
  border-bottom: solid 3px var(--jukentaisaku-hs-color);
}
.benkyohou .read-more_btn span {
  border-bottom: solid 3px var(--benkyohou-color);
}
.motivation .read-more_btn span {
  border-bottom: solid 3px var(--motivation-color);
}
.advice .read-more_btn span {
  border-bottom: solid 3px var(--advice-color);
}
.other .read-more_btn span {
  border-bottom: solid 3px var(--other-color);
}

.txt {
  line-height: 1.7;
}

.pagination-container{
    margin-top: 80px;
    max-width: 780px;
}
.pagination-container ul {
	width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination-container ul li{
    margin-right: 8px;
    margin-bottom: 1rem;
}
.pagination-container ul li.last{
    margin-right: 0;
}

.pagination-container a{
	    width: 36px;
	height: 36px;
    display: block;
    color: var(--current-color);
    text-decoration: none;
    background: #fff;
	text-align:center;
  line-height: 36px;
}
.pagination-container .page a{
    border: 1px solid var(--yozemi-color);
	border-radius: 50%;
    
}
i{
    color: var(--yozemi-color);
}
li.page.navi-active a {
    background: var(--yozemi-color);
    color: #fff;
}
ul.nopagination{
    display: none;
}

@media screen and (max-width: 1024px){
	.article_thum_img{
		margin-right: 24px;
	}
}
@media screen and (max-width: 768px){
	#container{
		margin-top: 72px;
	}
	main {
  width: 100%;
	margin-right: 0;
}
    #container {
	margin-bottom: 64px;
}
	
}
@media screen and (max-width: 425px){
	.thum{
		flex-direction: column;
	}
	.article_thum_img,.article_thum_txt{
		width: 100%;
	}
	.article_thum_txt{
		margin-top: 16px;
	}
	.read-more_btn{
		font-size: 14px;
		margin-top: 8px;
		text-align: left;
	}
    h2.article_ttl{
        font-size: 16px;
        margin-bottom: 24px;
    }
    .article_tab{
        font-size: 14px;
    }
    article {
  margin-bottom: 80px;
}
}
/*#mainここまで*/
/*#sidebar*/
#sidebar {
  width: 300px;
}

.main_navi {
  padding: 12px 14px;
  background: transparent;
	font-weight: bold;
}
.main_navi span{
    display: inline-block;
}
.main_navi.top {
  border-left: solid 8px var(--yozemi-color);
    margin-bottom: 32px;
}

.main_navi.current a{
pointer-events: none;
color: var(--current-color);
}

.jukentaisaku .main_navi {
  border-left: solid 8px var(--jukentaisaku-color);
}
.jukentaisaku-hs .main_navi {
  border-left: solid 8px var(--jukentaisaku-hs-color);
}
.benkyohou .main_navi {
  border-left: solid 8px var(--benkyohou-color);
}
.motivation .main_navi {
  border-left: solid 8px var(--motivation-color);
}
.advice .main_navi {
  border-left: solid 8px var(--advice-color);
}
.other .main_navi {
  border-left: solid 8px var(--other-color);
}
.sab_navi {
    margin-top: 24px;
    margin-left: 16px;
    margin-bottom: 32px
}
.sab_navi li span{
    margin-right: 8px;
}
.sab_navi li{
    margin-bottom: 16px;
    white-space: nowrap;
}
.sab_navi li a.current{
  pointer-events: none;
color: var(--current-color);
}  

.jukentaisaku .sab_navi li span{
    color: var(--jukentaisaku-color);    
}
.jukentaisaku-hs .sab_navi li span {
  color: var(--jukentaisaku-hs-color);
}
.benkyohou .sab_navi li span {
  color: var(--benkyohou-color);
}
.motivation .sab_navi li span {
  color: var(--motivation-color);
}
.advice .sab_navi li span {
  color: var(--advice-color);
}
.other .sab_navi li span {
  color: var(--other-color);
}

 .icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  .icon > .label {
    display: none; }
  .icon:before {
    line-height: inherit; }
  .icon.solid:before {
    font-weight: 900; }
  .icon.brands:before {
    font-family: 'Font Awesome 5 Brands'; }
.icon.brands.fa-line{
    color: #00B900;
}
ul.sns {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.sns li {
    display: inline-block;
    padding: 0 1em 0 0; }
    ul.sns li:last-child {
      padding-right: 0; }
    ul.sns li .icon {
      color: inherit; }
      ul.sns li .icon:before {
        font-size: 2.5em; }
.about a,.law li a {
    text-decoration: underline;
    transition: .3s;
    
}
.about a:hover,.law li a:hover{
    text-decoration: none;
}
.about a{
    font-weight: bold;
    
}
.about{
   margin-bottom: 24px; 
}
.law li a{
    font-size: 14px;
}

.document,.contact {
	width: 100%;
	height: 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.request_btn_img_wrap{
	       width: 50px;
    height: 50px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.document{
	background-color: var(--yozemi-color);
}
.contact{
	background-color: #FFF28D;
}

.request_btn {
	display: flex;
	margin-bottom: 24px;
}
.request_btn a{
    display: block;
	width: 100%;
}

.side_nav {
	margin-bottom: 64px;
}

.law li {
	margin-bottom: 16px;
}

.law {
	margin-bottom: 48px;
}

.side_banner li {
	margin-bottom: 16px;
	border: 1px solid var(--border-color);
}

.basic_info {
	margin-bottom: 64px;
}
@media screen and (max-width: 1024px){
	#sidebar{
		width: 250px;
	}
	.main_navi.top {
    margin-bottom: 24px;
}
	.sab_navi {
    margin-top: 16px;
    margin-bottom: 24px
}
}
@media screen and (max-width: 768px){
	#sidebar{
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding-top: 40px;
		position: relative;
	}
	#sidebar:before{
		    content: "";
    position: absolute;
    background-color: #fff;
    border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
    width: calc(100% + 48px);
    height: 4px;
    background-position: center;
    top: 0;
    left: -24px;
	}
	.sp_sidebar_left,.sp_sidebar_right{
		width: 48%;
	}
	.sp_sidebar_right{
		max-width: 300px;
	}
    .request_btn{
        font-size: 14px;
    }
}
@media screen and (max-width: 425px){
	#sidebar{
		flex-direction: column;
	}
	.sp_sidebar_left,.sp_sidebar_right{
		width: 100%;
	}
	.sp_sidebar_right{
		max-width: 100%;
	}
    .request_btn{
        font-size: 16px;
    }
}
/*#sidebarここまで*/

/*#page-top*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #fff;
	border: 1px solid var(--yozemi-color);
  text-decoration: none;
  color: var(--yozemi-color);
  width: 60px;
  padding: 20px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
i.fas.fa-angle-double-up {
    font-size: 18px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
/*#page-topここまで*/

/*#pankuzu*/
.pankuzu {
	background-color: var(--yozemi-color);
}
.pankuzu ol{
	font-size: 12px;
	color: #bfbfbf;
	padding: 8px 0;
    display: flex;
}
.pankuzu ol li{
    position: relative;
    margin-right: 1rem;
}
.pankuzu ol li a{
    color: #fff;
}
.pankuzu ol li:after{
        right: -10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.pankuzu ol li:last-child:after{
    display: none;
}
.no {
    visibility:hidden;
}
/*#pankuzuここまで*/

.copyright {
	font-size: 14px;
	text-align: center;
	color: var(--current-color);
	padding: 16px 0;
}

.h_navi_item a {
    color: var(--main-color);
}
.h_navi_item.current a{
    color: var(--yozemi-color);
    pointer-events: none;
}

.s_navi_yozemilink {
    margin-bottom: 32px;
}
@media screen and (max-width: 425px){
    .copyright{
        font-size: 12px;
    }
}



