@charset "UTF8";
html {
    font-size: 62.5%;
	height: 100%;
}
body{
	width: 100%;
	margin: 0 auto;
    font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75em;
    background-color:rgba(var(--bg-color), 1.0);
    text-align: justify;
	text-justify: inter-ideograph;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-break: strict;
}
header{
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    z-index: 2;
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    font-size: 1.2rem;
    background-color: rgba(var(--main-color),0.9);
    line-height: 1.5em;
    opacity: 0;
    transition: all 0.6s;
}
header.is-animation{
    opacity: 1.0;
    transition: all 0.6s;
}
header p:nth-child(1){
    width: calc(100% / 2 - 25px);
    margin: 10px 0 10px 25px;
    color: rgba(var(--white-color),1.0);
    opacity: 0;
    transition: all 0.6s;
    text-align: left;
}
header.is-animation p:nth-child(n+1){
    opacity: 1.0;
    transition: all 0.6s;
}
header p:nth-child(2){
    width: calc(100% / 2 - 25px);
    margin: 10px 25px 10px 0;
    text-align: right;
    opacity: 0;
    transition: all 0.6s;
}
header.is-animation p:nth-child(2){
    opacity: 1.0;
    transition: all 0.6s;
}
.wrapper{
    position: relative;
    max-width: 1000px;
    background-color:rgba(var(--white-color));
	padding:0 60px;
	margin: 0 auto;
    border-top: 15px solid rgba(var(--sub-color), 0.4);
    border-left: 15px solid rgba(var(--main-color), 1.0);
    border-right: 15px none rgba(var(--main-color), 0.0);
    border-bottom: 15px solid rgba(var(--sub-color), 0.4);
}
.wrapper::after{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: -15px;
    left: -15px;
    background-color: #0e263a;
}
.wrapper::before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    bottom: -15px;
    left: -15px;
    background-color: #0e263a;
}
/*----------------------------------------backtotop_btn----------------------------------*/
#page_top{
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 10px;
    opacity: 0.8;
    z-index: 140;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
      -webkit-transition: 0.3s;
      transition: 0.3s;
  }
  #page_top a:hover{
    opacity: 0.6;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0aa';
    font-size: 25px;
    color: rgba(var(--main-color),0.8);
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after{
    content: 'Back\ATop';
    white-space: pre;
    line-height: 1.25;
    font-family: sans-serif;
    font-size: 13.0px;
    letter-spacing: 0.5px;
    position: absolute;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: rgba(var(--main-color),0.8);
  }
/*----------------------------------------search_area----------------------------------*/
/* .search_area{
    margin: 0 0 0 0;
    padding: 30px 0 30px 0 ;
    width: 100%;
    font-size: 13px;
    font-family: sans-serif;
    border-bottom: 1px solid rgba(58,190,202,0.4);
}
.search_area p{
    margin: 0;
    padding: 0;
}
input[type="text"] {
    margin: 0;
    padding: 5px;
    width: 50%;
    font-size: 16px;
    transform: scale(0.8);
    transform-origin: left;
}
input[type="button"]{
    margin: 5px 0 0 0;
    padding: 3.5px 5px 3.5px 5px;
    display: inline-block;
    line-height: 1.0;
    color:rgba(0,0,0,0.6);
    background-color: rgba(58,190,202,0.2);
    border: 1.0px solid rgba(0,0,0,0.2);
    border-radius: 1.0px;
}
input[type="button"]:hover{
    cursor: pointer;
    background-color: rgba(58,190,202,0.1);
}
.search_area a{
    text-decoration: none;
    margin: 5px 0 0 0;
    padding: 3.5px 5px 3.5px 5px;
    display: inline-block;
    line-height: 1.0;
    color:rgba(0,0,0,0.6);
    background-color: rgba(58,190,202,0.2);
    border: 1.0px solid rgba(0,0,0,0.2);
    border-radius: 1.0px;
}
.search_area a:hover{
    background-color: rgba(58,190,202,0.1);
}
.highlight{
    background-color:yellow;
} */
/*----------------------------------------main----------------------------------*/
.corner{
    padding: 75px 0 25px 0;
}
.h_container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
}
.corner h1:first-child{
    position: relative;
    margin: 0 0 0 0;
    padding: 10px 20px 10px 110px;
    font-size: x-large;
    font-weight: 600;
    /* background-image: url(../img/toolbox.svg);
    background-size: auto 100%;  */
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: left;
    color: rgba(var(--yellow-color), 1.0);
    z-index: 1;
}
.corner h1:first-child p{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.corner h1:first-child img{
    position: absolute;
    display: inline-block;
    width: 20%;    
    bottom: 10px;
    left: 10px;
}
.corner h1:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--sub-color),1.0);
    z-index: -1;
}
.corner h1:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: transparent rgba(var(--white-color),1.0) rgba(var(--white-color),1.0) transparent;
}
.corner h1:last-child{
    flex: 1;
    background: repeating-linear-gradient(-50deg, #444f56, #444f56 8px, #fff 8px, #fff 12px, #6fa8cf 12px, #6fa8cf 20px, #fff 20px, #fff 24px);
    height: 6px;
    margin-left: 10px;
}
.title_wrap{
	max-width: 100%;
}
.title_end{
    background: repeating-linear-gradient(-50deg, #444f56, #444f56 8px, #fff 8px, #fff 12px, #6fa8cf 12px, #6fa8cf 20px, #fff 20px, #fff 24px);
    height: 6px;
    width: 100%;
}
.title_j{
    font-size: 5.6rem;
    font-weight: 600;
    margin: 0 0 30px 0;
	padding:0 0 0 0;
    color: rgba(var(--sub-color), 1.0);
    line-height: 1.25em;
}
.title_j span, .title_e span{
    display: inline-block;
}
.title_e{
    font-family: "Renner*", sans-serif;
    font-size: large;
    font-weight: 300;
    margin: 0 0 30px 0 ;
    padding-top: 0;
	color:rgba(var(--main-color),1.0);
    line-height: 1.25em;
    text-align: left;
}
.author{
    font-family: "Renner*", sans-serif;
    margin: 0 0 10px 0 ;
    padding-top: 0;
    text-align: right;
    text-justify: none;
}
.author p{
    margin: 0;
    padding: 0;
}
.author span{
    display: inline-block;
}
.author span:nth-child(1){
    font-weight: 300;
}
.author span:nth-child(2){
    font-size: large;
}
.author span:nth-child(3){
    font-size: smaller;
}
.summery_wrap{
    width: 100%;
    margin: 40px 0;
    padding: 20px;
    border: 2px solid rgba(var(--main-color),1.0);
    line-height: 2.0;
}
.summery_p, .keyword_p{
    margin: 0 0 0 0;
    padding: 0;
    font-size:smaller;
}
.keyword_p{
    border-top: 1px solid rgba(var(--main-color),1.0);
    padding: 15px 0 0 0;
    margin: 10px 0 0 0;
}
.summery_h, .keyword_h{
    font-family: "Renner*", sans-serif;
    font-weight: 300;
    font-size: medium;
    display: inline-block;
    margin-right: 10px;
    padding: 0px 15px 0px 15px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(var(--main-color),1.0);
    color: rgba(var(--sub-color),1.0);
}
.honbun_wrap{
	max-width:100%;
    font-weight: 300;
}
.honbun_h_l1, .honbun_h_l1_2l{
    font-family: sans-serif;
    font-weight: 400;
    font-size: large;
}
.honbun_h_l1{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin: 35px 0 10px 0;
    padding: 0 14px 0 0px;
    background-color: rgba(var(--main-color),1.0);
}
.honbun_h_l1_suuji{
    font-size: xx-large;
    font-weight: bold;
    width: 50px;
    margin: 0px 0 0px 0;
    padding: 0;
    background-color: rgba(var(--sub_glay-color),1.0);
    color: rgba(var(--sub-color),1.0);
    line-height: 1.75;
    text-align: center;
    border-right: 3px solid rgba(var(--white-color), 1.0);
}
.honbun_h_l1_word{
    width: calc(100% - 50px);
    margin: 0;
    padding: 0 0 0 14px;
    line-height: 1.25;
    color: rgba(var(--white-color), 1.0);
    font-weight: 300;
}
.honbun_h_l1::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent rgba(var(--white-color),1.0) transparent;   
}
/* .honbun_h_l1_2l{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin: 30px 0 10px 0;
    padding: 0 14px 0 0px;
    background-color: rgba(var(--main-color),0.4);
}
.honbun_h_l1_suuji_2l{
    width: 44px;
    margin: 0px 0 0px 0;
    padding: 0;
    background-color: rgba(var(--main-color),1.0);
    color: rgba(var(--sub_dark-color),1.0);
    font-size: x-large;
    line-height: 2.25;
    text-align: center;
}
.honbun_h_l1_word_2l{
    width: calc(100% - 44px);
    margin: 0;
    padding: 0 0 0 14px;
    line-height: 1.75;
} */
.honbun_h_l2{
    font-family: sans-serif;
    font-weight: 600;
    margin: 30px 0 5px 0;
    padding: 0;
}
.honbun_p{
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    text-indent: 1em;
    margin: 0;
    padding: 0;
}
.honbun_sup{
    font-size: 60.0%;
    vertical-align:top;
    position: relative;
    top: -0.5em;
    letter-spacing: -1.0px;
}
.honbun_img{
    margin: 30px 0 0 0;
    padding: 0;
}
.honbun_img img{
    display: block;
    width: 60%;
    margin: 30px auto;
    padding: 15px;
    border: 1px solid rgba(var(--main-color), 1.0);
}
.honbun_img_cap{
    font-family: sans-serif;
    font-weight: bold;
    margin: 5px 0 30px 0;
    padding: 0;
    text-align: center;
}
.cross{
    font-family: serif;    
    margin: 30px 0 0 0;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px dashed rgba(var(--main-color),1.0);
}
.cross1{
    width: 2.0em;
    margin: 0;
    padding: 0;
}
.cross1 p{
    margin: 0;
    padding: 0;
}
.cross2{
    flex:1;
    width: auto;
    margin: 0;
    padding: 0;
}
.cross2 p{
    margin: 0;
    padding: 0;
    word-break: break-all;
}
/*----------------------------------------j_link_btn----------------------------------*/
/* .j_link_btn{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    margin: 75px auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    align-items: center;
}
.j_link_btn p{
	margin: 0;
	padding: 0;
}
.j_link_btn a {
    position: relative;
    display: block;
	width: 240px;
	height: 50px;
	margin-top:auto;
	margin-bottom:auto;
	text-align: center;
	line-height: 47.5px;
	color: rgba(var(--white-color),1.00);
	border: 1px solid rgba(var(--main-color),1.00);
	border-radius: 25px;
	background-color: rgba(var(--main-color),1.00);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 15px;
	letter-spacing: 1.0px;
	font-weight: 500;
}
.j_link_btn a:hover{
    color: rgba(var(--main-color),1.00);
	background-color: rgba(var(--white-color),1.00);
}
.j_link_btn a::before{
    position: absolute;
    content: "";
    width: 0px;
    height: 1px;
    top: 50%;
    left: -25px;
    background-color: rgba(var(--main-color),1.0);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.j_link_btn a:hover::before{
    width: 50px;
}
.j_link_btn a::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    font-size: 13px;    
    color: rgba(var(--white-color),1.0);
    margin: 0;
    padding: 1px 0 0 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
    right: 30px;
}
.j_link_btn a:hover:after{
    color: rgba(var(--main-color),1.0);
    right: 25px;
} */
/*----------------------------------------bunken----------------------------------*/
.bunken_wrap{
    font-family: 'Noto Serif JP', serif;
	max-width:1200px;
    margin: 0;
    padding: 50px 0 50px 0;
    font-size: smaller;
    line-height: 1.25;
    word-break: break-all;
}
.txc_eb{
    color: rgba(var(--main-color),1.0);
}
.bunken_wrap ol{
    margin: 0 0 0 3.0em;
    padding: 0 0 0 0;
    line-height: 1.75;
}
.bunken_wrap ol li.li_b {
	list-style-type: none;
	counter-increment: cnt;
}
.bunken_wrap ol li.li_b::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-3em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
}
.uketuke{
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    text-align: right;
}
/*----------------------------------------author_data----------------------------------*/
.end_author{
    width: 100%;
    max-width: 1200px;
    margin: 0 0 0px 0;
    padding: 30px;
    background-color: rgba(var(--main-color),0.2);
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}
.prof_txt{
    margin: 0;
    padding: 0 30px 0 0;
    align-self: flex-start;
    width: calc(100% / 5 * 4);
    font-family: sans-serif;
    line-height: 1.5;
}
.name{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: larger;
    font-weight: bold;
    color: rgba(var(--main-color),1.0);
}
.keireki{
    margin: 0;
    padding: 0;
}
.prof_ph{
    margin: 0;
    padding: 0;
    align-self: flex-start;
    width: calc(100% / 5);
}
.prof_ph p{
    margin: 0;
    padding: 0;
}
.prof_ph img{
    width: 100%;
}
/*--------------------------------------footer------------------------------------*/
#footer{
    font-family: "Renner*", sans-serif;
    position: sticky;
    top: 100vh;
    width: 100%;
    margin: 40px 0 20px 0;
    font-size: small;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
#footer.footer_left{
    width: calc(100% / 3 * 2);
}
#footer.footer_right{
    width: calc(100% / 3);
    text-align: right;
}
/*--------------------------------------resp------------------------------------*/
@media screen and (max-width: 800px){
    body{
        font-size: 14px;
    }
    header{
        display: block;
    }
    header p:nth-child(n+1){
        width: 100%;
        margin: 5px 0px 0px 0px;
        padding: 0 10px;
    }
    header p:nth-child(2){
        width: 100%;
        margin: 0px 0px 5px 0px;
        padding: 0 10px;
        text-align: left;
        letter-spacing: -0.5px;
    }
    .wrapper{
        max-width: 800px;
        padding:0 30px;
        margin: 0 0px;
        /* border-left: 15px solid rgba(var(--main-color), 0.4);
        border-right: 15px solid rgba(var(--main-color), 0.4); */
    }
    .corner{
        padding: 50px 0 25px 0;
    }
    .corner h1:first-child{
        font-size: large;
    }    
    .title_j{
        font-size: 4.6rem;
    }
}
@media screen and (max-width: 560px){
    /* input[type="text"] {
        width: 100%;
    } */
    .wrapper{
        max-width: 100%;
        padding:0 20px;
        margin: 0 0px;
        /* border-top: 10px solid rgba(var(--main-color), 0.4);
        border-left: 10px solid rgba(var(--main-color), 0.4);
        border-right: 10px solid rgba(var(--main-color), 0.4);
        border-bottom: 10px solid rgba(var(--main-color), 0.4); */
    }
    .title_j{
        font-size:3.6rem;
    }
    .author p{
        display: block;
    }
    .honbun_img img{
        width: 75%;
        margin: 30px auto;
    }
    .end_author{
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
    }
    .prof_txt{
        margin: 0 0 0 0;
        padding: 0;
        width: 100%;
        order: 2;
    }
    .name{
        margin: 10px 0 15px 0;
        text-align: center;
    }
    .prof_ph{
        width: 100%;
        order: 1;
    }
    .prof_ph img{
        display: block;
        margin: 0 auto;
        padding: 0;
        width: 50%;
    }
    #footer{
        display: block;
        line-height: 1.0em;
    }
    #footer.footer_left{
        width: 100%;
        margin: 0;
    }
    #footer.footer_right{
        width: 100%;
        margin: 0;
        text-align: left;
    }
}
@media screen and (max-width: 465px){
    .corner h1:first-child{
        padding: 10px 15px 10px 85px;
        font-size: medium;
    }    
    .title_j span, .title_e span{
    display: inline;
    }
}
@media screen and (max-width: 410px){
    .corner h1:first-child{
        padding: 10px 10px 10px 80px;
        font-size: 1.4rem;
    }    
}
@media screen and (max-width: 375px){
    body{
        font-size: 13px;
    }
    .title_j{
        font-size:28px;
    }
    .honbun_h_l1_top, .honbun_h_l1{
        letter-spacing: -0.5px;
    }
}