@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none outside none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Meiryo","メイリオ",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
-webkit-text-size-adjust: 100%;
background:#fff;
}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* -------------------------------------------- */


/* Style -------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
	color: #333;
	font-size: 1.6em;
	line-height: 1.7;
    background-color: #fff;
}

a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #000;
}


header.page, footer.page {
	clear: both;
	width: 100%;
	position: relative;
}



/* --------------------------------------------------
  Common
-------------------------------------------------- */

.ivmv,
.ivmvt{
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
    transition: transform .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ivmv.iv,
.ivmvt.iv{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); 
    opacity: 1;
}



a.cmn{
    color: #ff7200;
    text-decoration: underline;
    text-underline-offset: 3px
}
a.cmn:hover{
    text-decoration: none;
}

a.cmn::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "";
    font-size: 120%;
}
a.cmn.link::after {
    content: " \f138";
    font-size: 110%;
}
a.cmn.ext::after {
	content: " \f35d";
}
a.cmn.pdf::after {
	font-weight: 400;
	content: " \f1c1";
}
a.cmn.word::after {
	font-weight: 400;
	content: " \f1c2";
}
a.cmn.excel::after {
	font-weight: 400;
	content: " \f1c3";
}
a.cmn.file::after {
	font-weight: 400;
	content: " \f15c";
}


.cmnBtn{
    display: inline-block;
    position: relative;
    line-height: 0;
}
.cmnBtn a{
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ff7200;

    font-size: 1.8rem;
    font-weight: bold;
    color: #ff7200;
    line-height: 1.3;
    
    position: relative;
    text-decoration: none;
}
.cmnBtn a::after{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "";
    font-size: 110%;
}
.cmnBtn a.link::after {
    content: " \f138";
}
.cmnBtn a.ext::after{
	content: " \f35d";
    font-size: 120%;
}
.cmnBtn a.back::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
    content: "\f137";
    padding-right: 0.3em;
    font-size: 110%;
}

.cmnBtn::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #ffe9e1;
    
    width: 0%;
    transition: width .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cmnBtn:hover::before{
    width: 100%;
}

.ctBtn{
    width: 100%;
    text-align: center;
}

p{
    font-size: 1.6rem;
    line-height: 2.0;
}
p.ct{
    text-align: center;
}
p.rt{
    text-align: right;
}
br.ww{ display: block; }
br.nw{ display: none; }

ul.cmn{
    list-style-type: disc;
    padding-left: 1.5em;
}
ul.cmn.pgh{
    margin-bottom: 1em;
}
ul.cmn li{
    list-style-type: disc;
    font-size: 1.6rem;
    line-height: 1.8;
    padding-bottom: 0.6em;
}
ul.cmn.nbl{
    list-style-type: none;
    padding-left: 0;
}
ul.cmn.nbl li{
    list-style-type: none;
}
ul.cmn.lpb li{
    padding-bottom: 0.3em;
}
ul.cmn.npb li{
    padding-bottom: 0;
}
ul.ind li{
    font-size: 1.6rem;
    line-height: 1.6;
    padding-bottom: 0.6em;
    
    padding-left: 2.6em;
    text-indent: -2.6em;
}
ul.ind2 li{
    font-size: 1.6rem;
    line-height: 1.6;
    padding-bottom: 0.6em;
    
    padding-left: 1.8em;
    text-indent: -1.8em;
}
ul.lists li{
    padding-bottom: 0.8em;
}
ol{
    list-style-type: decimal;
    padding-left: 1.5em;
}
ol li{
    list-style-type: decimal;
    font-size: 1.6rem;
    line-height: 1.6;
    padding-bottom: 0.6em;
}


table.cmn{
    border-bottom: 1px solid #ccc;
}
table.cmn th,
table.cmn td{
	border: 0;
	border-top: 1px solid #ccc;
    vertical-align: top;
    padding: 24px 30px 16px 0;
    
    font-size: 1.6rem;
    line-height: 1.8;
}
table.cmn th.nr{
    white-space: nowrap;
}

table.noborder th,
table.noborder td{
	border: 0;
    vertical-align: top;
    padding: 0 25px 0 0;
    
    font-size: 1.6rem;
    line-height: 1.8;
}
table.noborder th.nr{
    white-space: nowrap;
}

@media screen and (max-width: 750px) {
.cmnBtn a{
    padding: 8px 16px;
    font-size: 1.3rem;
}

p{
    font-size: 1.3rem;
}
br.ww{ display: none; }
br.nw{ display: block; }

ul.cmn li{
    font-size: 1.3rem;
}
ul.ind li,
ul.ind2 li{
    font-size: 1.3rem;
}
ol li{
    font-size: 1.3rem;
}

table.cmn th,
table.cmn td{
    padding: 16px 25px 12px 0;
    font-size: 1.3rem;
}
table.noborder th,
table.noborder td{
    padding: 0 20px 0 0;
    font-size: 1.3rem;
}


}



.fancybox-bg{
    background-color: rgba(0, 0, 0, 0.6);
}
.fancybox-slide--html{
    padding-top: 100px;
    padding-bottom: 80px;
}
.fancybox-content{
    padding: 0;
}



/* --------------------------------------------------
  Common Header
-------------------------------------------------- */


header.page {
	width: 100%;
	height: 100px;

	position: fixed;
	z-index: 300;
    
    background-color: #fff;
    
    
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0075b2;

	transition: border-bottom-width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.page::after {
    content: "";
    position: absolute;
    left: 0;
    
    width: 556px;
    
    background-image: url("img/bg-logo-home.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;


    bottom: 0;
    height: 0;
	transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

header.page .content{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 310;
}

header.page .logoBox{
    width: 556px;
    height: 100%;
    
    display: flex;
    align-items: center;
}
header.page #logo{
    box-sizing: border-box;
	width: 100%;

	max-width: 400px;
    height: 100%;
	line-height: 0;

    position: relative;
    z-index: 320;
	
	padding-left: 48px;
    
    display: flex;
    align-items: center;

    padding-top: 0;
	transition: padding-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.page #logo h1{
    width: 100%;
}
header.page #logo img{
	width: 100%;
	height: auto;
}


header.page.home {
    border-bottom-width: 8px;
}
header.page.home #logo{
    padding-top: 25px;
}
header.page.home::after {
    bottom: -57px;
    height: 57px;
}


@media only screen and (max-width: 1000px){

header.page {
	width: 100%;
	height: 80px;
}
header.page .logoBox{
    width: 100%;
}

}


@media only screen and (max-width: 750px){

header.page #logo{
    max-width: 320px;
	padding-left: 20px;
    padding-right: 80px;
}

header.page.home {
    border-bottom-width: 6px;
}
header.page.home #logo{
    padding-top: 0;
}
header.page.home::after {
    bottom: 0;
    height: 0;
}

}



/* --------------------------------------------------
  Home Hero
-------------------------------------------------- */

#mainImage{
	width: 100%;
	position: relative;
    z-index: 200;
    
    max-height: 800px;
	
	overflow: hidden;
	
	line-height: 0;

    background-color: #fff;
	background-image: url(./img/mainImage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

    display: flex;
    justify-content: flex-end;
    align-items: center;

}
#mainImage:before{
	content:"";
	display: block;
	padding-top: 56.25%;
}
#mainImage .mainCopy{
    box-sizing: border-box;
    padding: 40px 40px 40px 60px;
    
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 3.6rem;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
    text-align: right;
    letter-spacing: 0.06em;
    
    border-radius: 10px 0 0 10px;
    background-color: rgba(0, 95, 144, 0.5);
}
#mainImage .mainBanner{
    box-sizing: border-box;
    width: 50%;
    
    background-color: #fff;
    padding: 20px 0 20px 20px;
    border-radius: 20px 0 0 20px;
}
#mainImage .mainBanner img{
    width: 100%;
    height: auto;
}

#mainImage .mainBanner a{
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#mainImage .mainBanner a:hover{
    opacity: 0.6;
}

@media only screen and (max-width: 1000px){

#mainImage .mainCopy{
    padding: 30px 30px 30px 45px;
    font-size: 2.7rem;
}

}

@media only screen and (max-width: 750px){

#mainImage .mainCopy{
    padding: 25px 25px 25px 36px;
    font-size: 1.8rem;
}

}

@media only screen and (max-width: 500px){

#mainImage .mainCopy{
    padding: 12px 12px 12px 18px;
    font-size: 1.4rem;
}

#mainImage .mainBanner{
    padding: 10px 0 10px 10px;
    border-radius: 10px 0 0 10px;
}

}


.logoBar{
	position: relative;
    z-index: 250;

    width: 100%;
    height: 40px;
    
    display: flex;
    justify-content: flex-end;
    
    background-color: #fff;

    border-top-width: 8px;
    border-top-style: solid;
    border-top-color: #0075b2;

	transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-top-width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.logoBar::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    top: -62px;
    
    width: 459px;
    height: 62px;
    
    background-image: url("img/bg-logo-mainimage-bottom.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;

	transition: top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.logoBar .yacLogo{
    width: 140px;
    height: 60px;
    
    margin-top: -38px;
    margin-right: 40px;
}
.logoBar .yacLogo img{
    width: 100%;
    height: auto;
}


@media only screen and (max-width: 750px){

.logoBar{
    height: 50px;
    border-top-width: 6px;
}
.logoBar::after {
    top: 0;
    height: 0;
}

.logoBar .yacLogo{
    width: 80px;
    
    margin-top: 8px;
    margin-right: 16px;
}

}





/* --------------------------------------------------
  Global Navigation
-------------------------------------------------- */

@media only screen and (min-width: 1001px){

#commonNavi{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 320;
    
    display: flex;
    align-items: flex-end;
}

ul#categoryNavi {
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    position: relative;
    z-index: 315;
    
    padding: 0 20px;
    
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

 
ul#categoryNavi > li {
    box-sizing: border-box;
	display: block;
    
    position: relative;
    
    margin: 0 5px;
}
ul#categoryNavi > li > a {
    box-sizing: border-box;
    
	padding: 5px 10px;
    
    position: relative;
    
    font-size: 1.5rem;
    color: #333;
    letter-spacing: 0.05em;
    line-height: 1.0;
    
    white-space: nowrap;
    
	display: flex;
    justify-content: center;
    align-items: center;    
    
}
ul#categoryNavi > li > a::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    
    width: 0;
    height: 100%;
    
    border-radius: 5px;

    
	transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

ul#categoryNavi > li:hover > a::after {
    width: 100%;
    background-color: #d6e6ee;
}
ul#categoryNavi > li.current > a::after {
    width: 100%;
    background-color: #e9f1f5;
}


ul#floatNavi,
ul#floatNavi2{
    box-sizing: border-box;
	position: fixed;
	z-index: 120;
	right: 0;
	top: 120px;
        
    width: 60px;
    border: 3px solid rgba(204, 204, 204, 0.9);
    border-right: none;
    border-radius: 10px 0 0 10px;
}
ul#floatNavi2{
	top: 220px;
}
ul#floatNavi li,
ul#floatNavi2 li{
    box-sizing: border-box;
    width: 100%;
    
    background-color: rgba(255, 255, 255, 0.9);

    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
ul#floatNavi li a,
ul#floatNavi2 li a{
    box-sizing: border-box;
    display: block;
    padding: 45px 5px 8px;
    
/*    border-top: 1px solid #1954dc;*/
    
    background-repeat: no-repeat;
    background-position: center top 12px;
    background-size: 30px auto;
    
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.1;
    color: #333;
}
ul#floatNavi li.contact{
    border-radius: 8px 0 0 8px;
}
ul#floatNavi li.contact a{
    background-image: url("img/icon_flnavi_contact.png");
}
ul#floatNavi li.contact:hover{
    background-color: rgba(238, 238, 238, 0.9);
}
ul#floatNavi2 li.joinus{
    border-radius: 8px 0 0 8px;
/*    background-color: rgba(242, 119, 25, 0.8);*/
    background-color: rgba(242, 119, 25, 0.9);
}
ul#floatNavi2 li.joinus a{
    color: #fff;
    background-image: url("img/icon_flnavi_joinus.png");
    background-position: center top 4px;
    background-size: 40px auto;
}
ul#floatNavi2 li.joinus:hover{
    background-color: rgba(211, 104, 22, 0.9);
}
ul#floatNavi li br.ww,
ul#floatNavi2 li br.ww{
    display: block;
}


.linkToComSite{
    position: absolute;
    right: 0px;
    top: 0;
    height: 30px;
    background-color: #007bbb;
    border-radius: 0 0 0 10px;
}
.linkToComSite a{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
        
    font-size: 1.3rem;
    color: #fff;
    white-space: nowrap;
    
    padding: 0 15px 0 40px;
    background-image: url("img/icon-link-to-com-r.png");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 20px auto;
    
    position: relative;
}
.linkToComSite::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    
    height: 100%;
    background-color: #004467;
    border-radius: 0 0 0 10px;
    
    width: 0%;
    transition: width .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.linkToComSite:hover::before{
    width: 100%;
}
.linkToComSite br.sp{
    display: none;
}


}



/* Global Navigation Responsive Structure */

@media only screen and (max-width: 1000px){

#commonNavi {
    height: auto;
	display: none;
}

#menuOverlay {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
	position: fixed;
	z-index: 7997;
    
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#switchBtnArea {
	width: 100%;
	position: relative;
}

#switchBtnArea #switchBtn {
	top: 15px;
	right: 10px;
	width: 50px;
	height: 50px;
	display: block;
	
	position: fixed;
	z-index: 7998;
	
	background-color: #0075b2;
	border-radius: 2px;
}

#switchBtnArea #switchBtn span {
	left: 27%;
	width: 46%;
	height: 2px;
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.2s linear;
}
#switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 17px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 24px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 17px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#switchBtnArea #switchBtn.btnClose {
	background-color: #0075b2;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 24px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #fff;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 24px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
}

#rwdMenuWrap {
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	z-index: 7997;
    
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    
    padding-top: 95px;
}
#rwdMenuWrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    
	width: 100%;
    max-width: 500px;
    
    height: 100%;
	background-color: rgba(0, 117, 178, 0.5);
}


#rwdMenuWrap ul#categoryNavi {
    box-sizing: border-box;
	width: 100%;
    max-width: 500px;
    
    position: relative;
    right: 0;

    margin-bottom: 10px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    
}
 
#rwdMenuWrap ul#categoryNavi > li {
    box-sizing: border-box;
	display: block;
    
    width: 100%;
	
    text-align: center;
	font-size: 1.9rem;
	
	letter-spacing: 0.1em;
    
    padding: 0 10px;
    margin-bottom: 12px;

}
#rwdMenuWrap ul#categoryNavi > li > a {
    box-sizing: border-box;
    
    width: 100%;
	padding: 15px 20px;
    
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.0;
    
	display: flex;
    justify-content: center;
    align-items: center;
    
    border-radius: 12px;
    
    background-color: rgba(0, 117, 178, 1.0);
    border: 2px solid #62add3;
}


#rwdMenuWrap .float{
	width: 100%;
    max-width: 500px;

    box-sizing: border-box;
	position: relative;
	z-index: 120;
	top: 10px;
}
#rwdMenuWrap ul#floatNavi,
#rwdMenuWrap ul#floatNavi2{
    display: flex;
    justify-content: center;

/*    background-color: rgba(0, 31, 51, 0.9);*/
}

#rwdMenuWrap ul#floatNavi li,
#rwdMenuWrap ul#floatNavi2 li{
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    
    text-align: center;
    line-height: 0;
    margin-bottom: 12px;
}
#rwdMenuWrap ul#floatNavi li a,
#rwdMenuWrap ul#floatNavi2 li a{
    box-sizing: border-box;
    
    width: 100%;
	padding: 15px 20px;
    
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.0;
	letter-spacing: 0.1em;
    
	display: flex;
    justify-content: center;
    align-items: center;
    
    border-radius: 12px;
    
/*    background-color: rgba(0, 117, 178, 1.0);*/
    background-color: rgba(0, 31, 51, 0.9);
    border: 2px solid #587e96;
}
#rwdMenuWrap ul#floatNavi2 li.joinus a{
    background-color: rgba(242, 119, 25, 0.9);
    border: 2px solid #e0b99b;
}

#rwdMenuWrap ul#floatNavi li a .ww{
    display: none;
}


#rwdMenuWrap .linkToComSite{
	width: 100%;
    max-width: 500px;
    height: 66px;
    
    padding: 0 10px;

    box-sizing: border-box;
	position: relative;
	z-index: 120;
	top: 30px;
    
    margin-bottom: 30px;
}
#rwdMenuWrap .linkToComSite a{
    box-sizing: border-box;
    
    width: 100%;
	padding: 15px 30px;
    
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    
    text-align: center;


	display: flex;
    justify-content: center;
    align-items: center;
    
    border-radius: 12px;
    
    background-color: rgba(0, 155, 178, 0.9);
    border: 2px solid #67bdca;
    
    
    background-image: url("img/icon-link-to-com-r.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 30px auto;
    
    position: relative;
}
#rwdMenuWrap .linkToComSite br.sp{
    display: block;
}
#rwdMenuWrap .linkToComSite .sup{
    display: none;
}



}




/* --------------------------------------------------
  Contents
-------------------------------------------------- */

#contents{
    padding-top: 100px;
    position: relative;
    z-index: 1;
}
/*
#contents.home{
    background-color: #011e2d;
}
*/

@media only screen and (max-width: 1000px){

#contents{
    padding-top: 80px;
}

}



/* --------------------------------------------------
  Home
-------------------------------------------------- */

section.home{
    width: 100%;
    background-color: #fff;
}
section.home.gray{
    background-color: #f5f5f5;
}

section.home > .content{
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;

    padding: 100px 0 60px;
}

section.home > .content.tc{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.home > .content.tc .textC{
    width: 57.2%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
section.home > .content.tc .imageC{
    width: 42.8%;
    box-sizing: border-box;
    padding-top: 13px;
    margin-bottom: 40px;
    order: 2;
}

section.home > .content .textC.lc{
    padding: 0 3.5% 0 7%;
    order: 1;
}
section.home > .content .textC.rc{
    padding: 0 7% 0 3.5%;
    order: 3;
}


section.home > .content h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 5.4rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
    
    margin-bottom: 50px;
}
section.home > .content h2.ss{
    font-size: 4.8rem;
}
section.home > .content p{
    padding-bottom: 1em;
}
section.home > .content .linkBtn{
    margin: 20px 0 0;
}

section.home .imageC .image{
	width: 100%;
	display: block;
	position: relative;
    z-index: 200;

	overflow: hidden;
	
	line-height: 0;
}
section.home .imageC .image:before{
	content:"";
	display: block;
	padding-top: 66.666%;
}
section.home .imageC .image img{
	display: block;
	width: auto;
	height: 100%;

	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
section.home .imageC .image::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    
    transition: width .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.home .imageC .image.iv::after{
    width: 0;
}
section.home.gray .imageC .image::after{
    background: #f5f5f5;
}


ul.snsLinks{
	margin-top: 25px;

    width: 100%;
    display: flex;
    justify-content: flex-start;
}
ul.snsLinks li{
    height: 32px;
    line-height: 0;
    
    margin: 15px 20px 15px 0;
    
    opacity: 1.0;
    transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
ul.snsLinks li a{
    display: block;
    height: 100%;
}
ul.snsLinks li img{
    width: auto;
    height: 100%;
}
ul.snsLinks li:hover{
    opacity: 0.8;
}


section.home.ex{
    position: relative;
    
    background-color: #011e2d;
    
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
    background-attachment: fixed;
}
section.home.ex.community{
    background-image: url("img/bg-ex-community.jpg");
}
section.home.ex.news{
    background-image: url("img/bg-ex-news.jpg");
}

section.home.ex > .content{
    padding: 70px 5% 40px;
}
section.home.ex > .content h2{
    font-size: 4.0rem;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
section.home.ex > .content p{
    color: #fff;
    text-align: center;
    padding-bottom: 1em;
}
section.home.ex > .content .linkBtn{
    text-align: center;
    margin: 20px 0 10px;
}
section.home.ex > .content .cmnBtn a{
    border: 1px solid #fff;
    color: #fff;
}
section.home.ex > .content .cmnBtn::before{
    background-color: rgba(0, 0, 0, 0.7);
}

section.home.ex.community .logo{
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    line-height: 0;
    padding-top: 25px;
    margin-bottom: 20px;
}
section.home.ex.community .logo img{
    width: 100%;
    height: auto;
}

section.home.ex.news ul{
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    padding-top: 15px;
    margin-bottom: 35px;
}
section.home.ex.news li{
    width: 31.667%;
    margin-bottom: 20px;
}
section.home.ex.news li a{
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    
    background-color: #fff;
    
    padding: 25px 60px 25px 30px;
    
    background-image: url("img/icon-ex-link.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 35px auto;
    
    transition: background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.home.ex.news li a:hover{
    background-color: #ffe9e1;
}
section.home.ex.news li .title{
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}
section.home.ex.news li .date{
    display: block;
    font-size: 1.5rem;
    line-height: 1.3;
}

section.home.ex.news > .content .linkBtn{
    margin: 5px 0 10px;
}



@media only screen and (max-width: 750px){

section.home > .content{
/*    padding: 45px 0 0px;*/
    padding: 0;
}

section.home > .content.tc .textC{
    width: 100%;
    margin-bottom: 35px;
}
section.home > .content.tc .imageC{
    width: 100%;
    padding-top: 0;
    margin-bottom: 35px;
}

section.home > .content .textC.lc{
    padding: 0 5% 0 5%;
    order: 3;
}
section.home > .content .textC.rc{
    padding: 0 5% 0 5%;
}

section.home > .content h2{
    font-size: 2.8rem;
    margin-bottom: 30px;
}
section.home > .content h2.ss{
    font-size: 2.8rem;
}
section.home > .content .linkBtn{
    margin: 15px 0 0;
}

section.home .imageC .image:before{
	padding-top: 33.333%;
}
section.home .imageC .image img{
	width: 100%;
	height: auto;
}

ul.snsLinks li{
    height: 23px;
    margin: 10px 15px 10px 0;
}

section.home.ex > .content{
    padding: 50px 5% 30px;
    margin-bottom: 45px;
}
section.home.ex > .content h2{
    font-size: 2.2rem;
    text-align: left;
    margin-bottom: 30px;
}
section.home.ex > .content p{
    text-align: left;
}
section.home.ex.community .logo{
    max-width: 220px;
    padding-top: 10px;
    margin-bottom: 5px;
}

section.home.ex.news ul{
    padding-top: 5px;
    margin-bottom: 10px;
}
section.home.ex.news li{
    width: 100%;
    margin-bottom: 15px;
}
section.home.ex.news li a{
    padding: 15px 40px 15px 20px;
    background-position: right 10px center;
    background-size: 25px auto;
}
section.home.ex.news li .title{
    font-size: 1.8rem;
    margin-bottom: 5px;
}
section.home.ex.news li .date{
    font-size: 1.2rem;
}

}




/* --------------------------------------------------
  Sub
-------------------------------------------------- */


.breadcrumb{
    box-sizing: border-box;

    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 30px;
}
.breadcrumb ul {
    display: inline-block;
}
.breadcrumb li {
    font-size: 1.2rem;
    display: inline-block;
    color: #ff7200;
}
.breadcrumb li:not(:last-child)::after {
    content: ">";
    margin: 0 0.5em;
    color: #333;
}
.breadcrumb li a{
    color: #333;
    text-decoration: none;
}
.breadcrumb li a:hover{
    text-decoration: underline;
}

.breadcrumb ul .home::before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\e3af";
    margin-right: 5px;
    color: #333;
}



section.sub{
    width: 100%;
    background-color: #fff;
}
section.sub.gray{
    background-color: #f5f5f5;
}

section.sub > .content{
    box-sizing: border-box;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;

    padding: 100px 0 60px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.sub > .content.subHeader{
    padding: 130px 0 40px;
}
section.sub > .content.subHeader.noimage{
    margin-bottom: 30px;
}
section.sub > .content.subHeader.single{
    margin-bottom: 0;
}
.subHeader h1{
    width: 100%;
    
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 5.6rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
    
    text-align: center;
    
    margin-bottom: 70px;
}
.subHeader h1.msg{
    font-size: 4.8rem;
}
.subHeader .lead{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 20px;
}

section.sub .mainImage{
	width: 100%;
	display: block;
	position: relative;
    z-index: 200;
    
    max-height: 350px;

	overflow: hidden;
	line-height: 0;
    
    margin-bottom: 30px;
}
section.sub .mainImage::before{
	content:"";
	display: block;
	padding-top: 25%;
}
section.sub .mainImage img{
	display: block;
	width: 100%;
	height: auto;

	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
section.sub .mainImage::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    
    transition: width .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.sub .mainImage.iv::after{
    width: 0;
}


section.sub > .content .clm{
    width: 46%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
section.sub > .content .clmfw{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
section.sub > .content .clmfw.nb{
    margin-bottom: 0;
}
section.sub > .content .clmfw.divline{
    border-bottom: 1px solid #ccc;
    
    line-height: 0;
    
    margin-top: -10px;
    margin-bottom: 40px;
}


section.sub > .content h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 4.8rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
    
    margin-bottom: 50px;
}
section.sub > .content h3{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
    
    margin-bottom: 20px;
}
section.sub > .content h3.nendo{
    font-size: 3.5rem;
    margin-bottom: 24px;
}
section.sub > .content h4{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
    
    margin-bottom: 10px;
}
section.sub > .content p{
    padding-bottom: 1em;
}
section.sub > .content .linkBtn{
    margin: 20px 0 0;
}
section.sub > .content table.pgh{
    margin-bottom: 1em;
}


section.sub .subImageC .image{
	width: 100%;
	display: block;
	position: relative;
    z-index: 200;

	overflow: hidden;
	
	line-height: 0;
}
section.sub .subImageC .image:before{
	content:"";
	display: block;
	padding-top: 66.666%;
}
section.sub .subImageC .image img{
	display: block;
	width: auto;
	height: 100%;

	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
section.sub .subImageC .image::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    
    transition: width .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.sub .subImageC .image.iv::after{
    width: 0;
}
section.sub.gray .subImageC .image::after{
    background: #f5f5f5;
}


section.sub .subImageC .image.rijicho{
	width: 90%;
    margin-left: 10%;
}
section.sub .subImageC .image.rijicho:before{
	content:"";
	display: block;
	padding-top: 100%;
}

.profileBox{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    
    background-color: #fff;
        
    display: none;
}
.profileText{
    width: 90%;
    margin: 40px auto;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.profileText .photoArea{
    width: 20%;
}
.profileText .txtArea{
    width: 75%;
}

.profileText .photoArea .profilePhoto{
    width: 100%;
    line-height: 0;
}
.profileText .photoArea .profilePhoto img{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 50%;
}

.profileText h3{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
    
    margin-bottom: 25px;
}
.profileText h4{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
    
    margin-bottom: 20px;
}
.profileText br.nw{
    display: none;
}

table.cmn.profile{
    width: 100%;
}
table.cmn.profile th{
    font-weight: bold;
    white-space: nowrap;
}
table.cmn.profile td{
    padding-right: 0;
}


table.cmn.outline{
    width: 100%;
}
table.cmn.outline th{
    width: 20%;
    white-space: nowrap;
}
table.cmn.outline td{
    padding-right: 0;
}


ul.historyImg{
    width: 100%;
    display: flex;
    justify-content: space-between;
    
    padding: 40px 0;
}
ul.historyImg li{
    width: 31.75%;
    margin-bottom: 20px;
}

section.sub ul.historyImg.subImageC li:nth-child(1) .image::after{
    transition: width .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.sub ul.historyImg.subImageC li:nth-child(2) .image::after{
    transition: width .6s .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.sub ul.historyImg.subImageC li:nth-child(3) .image::after{
    transition: width .6s .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

table.cmn.history{
    width: 100%;
}
col.year{width: 10%;}
col.month{width: 10%;}
col.topic{width: 80%;}
table.cmn.history th{
    font-weight: bold;
    white-space: nowrap;
}
table.cmn.history td{
    padding-right: 0;
}


@media only screen and (max-width: 1000px){

section.sub .subImageC .image.rijicho{
	width: 100%;
    margin-left: 0%;
}

}


@media only screen and (max-width: 750px){

section.sub > .content{
    padding: 60px 0 30px;
}
section.sub > .content.subHeader{
    padding: 60px 0 20px;
}
section.sub > .content.subHeader.noimage{
    margin-bottom: 25px;
}
section.sub > .content.subHeader.single{
    margin-bottom: 0;
}
.subHeader h1{
    font-size: 3.0rem;
    margin-bottom: 40px;
}
.subHeader h1.msg{
    font-size: 2.6rem;
}
.subHeader .lead{
    margin: 0 auto 10px;
}

section.sub .mainImage{
    max-height: 500px;

    margin-bottom: 25px;
}
section.sub .mainImage::before{
	padding-top: 33.33%;
}
section.sub .mainImage img{
	width: auto;
	height: 100%;
}

section.sub > .content .clm{
    width: 100%;
    margin-bottom: 35px;
}
section.sub > .content .clmfw{
    margin-bottom: 35px;
}
section.sub > .content h2{
    font-size: 2.6rem;
    margin-bottom: 30px;
}
section.sub > .content h3{
    font-size: 1.8rem;
    margin-bottom: 20px;
}
section.sub > .content h3.nendo{
    font-size: 2.2rem;
    margin-bottom: 22px;
}
section.sub > .content h4{
    font-size: 1.5rem;
    margin-bottom: 8px;
}

section.sub > .content .linkBtn{
    margin: 15px 0 0;
}

section.sub .subImageC .image.rijicho{
	width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.profileText{
    margin: 30px auto;
}
.profileText .photoArea{
    width: 100%;
    margin-bottom: 30px;
}
.profileText .txtArea{
    width: 100%;
}
.profileText .photoArea .profilePhoto img{
    width: 50%;
}
.profileText h3{
    font-size: 2.2rem;
    margin-bottom: 25px;
    
    text-align: center;
}
.profileText h4{
    font-size: 1.7rem;
    margin-bottom: 30px;

    text-align: center;
}
.profileText br.nw{
    display: block;
}

ul.historyImg{
    padding: 10px 0;
}

}



dl.history{
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #666;
}
dl.history dt{
    box-sizing: border-box;
    border-top: 1px solid #666;
    padding: 20px 100px 20px 30px;
    
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    color: #ff7200;
    
    position: relative;
    cursor: pointer;
    
    background-color: #fff;
    transition: background-color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
dl.history dt::after{
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
    width: 40px;
    height: 40px;
    background-image: url("img/icon-step.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
dl.history dt.open{
    font-weight: bold;
    color: #333;
    background-color: #f5f5f5;
}
dl.history dt.open::after{
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

dl.history dt:hover{
    background-color: #fff6f3;
}

dl.history dd{
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 40px;
}


@media only screen and (max-width: 750px){

dl.history dt{
    padding: 13px 50px 13px 10px;
    
    font-size: 1.4rem;
    line-height: 1.3;
}
dl.history dt::after{
    right: 5px;
    width: 28px;
    height: 28px;
}
dl.history dd{
    padding: 10px 0 20px;
}

}



ul.lecturer{
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    margin-bottom: -60px;
}
ul.lecturer li{
    width: 30.5%;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
ul.lecturer li .photo{
    width: 100%;
    line-height: 0;
    margin-bottom: 30px;
}
ul.lecturer li .photo img{
    display: block;
    margin: 0 auto;
    width: 50%;
    max-width: 300px;
    height: auto;
    border-radius: 50%;
}
section.sub > .content ul.lecturer li h3{
    font-size: 3.0rem;
    text-align: center;
}
ul.lecturer li h4{
    text-align: center;

    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin-bottom: 20px;
}
.profileBtn{
    padding-top: 10px;
    text-align: center;
}

ul.lecturer li:nth-child(3n+2).ivmv,
ul.lecturer li:nth-child(3n+2).ivmvt{
    transition: transform .6s .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
ul.lecturer li:nth-child(3n+3).ivmv,
ul.lecturer li:nth-child(3n+3).ivmvt{
    transition: transform .6s .9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}



@media only screen and (max-width: 750px){

ul.lecturer{
    margin-bottom: 0;
}
ul.lecturer li{
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-bottom: 0;
}
ul.lecturer li:first-child{
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
section.sub > .content ul.lecturer li h3{
    font-size: 2.4rem;
}
ul.lecturer li h4{
    font-size: 1.8rem;
}

ul.lecturer li:nth-child(3n+2).ivmv,
ul.lecturer li:nth-child(3n+2).ivmvt{
    transition: transform .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
ul.lecturer li:nth-child(3n+3).ivmv,
ul.lecturer li:nth-child(3n+3).ivmvt{
    transition: transform .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

}




ul.theme{
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    
    margin-bottom: -60px;
}
ul.theme li{
    width: 23%;
    margin: 0 1%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
ul.theme li .icon{
    width: 100%;
    line-height: 0;
    margin-bottom: 20px;
}
ul.theme li .icon img{
    display: block;
    margin: 0 auto;
    width: 50%;
    max-width: 100px;
    height: auto;
}
section.sub > .content ul.theme li h3{
    font-size: 3.0rem;
    text-align: center;
}
ul.theme li p{
    text-align: center;
}

ul.theme li:nth-child(4n+2).ivmv,
ul.theme li:nth-child(4n+2).ivmvt{
    transition: transform .6s .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
ul.theme li:nth-child(4n+3).ivmv,
ul.theme li:nth-child(4n+3).ivmvt{
    transition: transform .6s .9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
ul.theme li:nth-child(4n+4).ivmv,
ul.theme li:nth-child(4n+4).ivmvt{
    transition: transform .6s 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}



@media only screen and (max-width: 750px){

ul.theme{
    margin-bottom: -30px;
}
ul.theme li{
    width: 48%;
    padding-top: 10px;
    margin-bottom: 20px;
}
section.sub > .content ul.theme li h3{
    font-size: 2.4rem;
}

ul.theme li:nth-child(4n+2).ivmv,
ul.theme li:nth-child(4n+2).ivmvt{
    transition: transform .6s .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
ul.theme li:nth-child(4n+3).ivmv,
ul.theme li:nth-child(4n+3).ivmvt{
    transition: transform .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
ul.theme li:nth-child(4n+4).ivmv,
ul.theme li:nth-child(4n+4).ivmvt{
    transition: transform .6s .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

}




ul.seminarImg{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    padding: 20px 0 0;
}
ul.seminarImg li{
    width: 48.75%;
    margin-bottom: 30px;
}

section.sub ul.seminarImg.subImageC li:nth-child(1) .image::after{
    transition: width .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.sub ul.seminarImg.subImageC li:nth-child(2) .image::after{
    transition: width .6s .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.sub ul.seminarImg.subImageC li:nth-child(3) .image::after{
    transition: width .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.sub ul.seminarImg.subImageC li:nth-child(4) .image::after{
    transition: width .6s .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (max-width: 750px){
ul.seminarImg li{
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 500px){
ul.seminarImg li{
    width: 100%;
    margin-bottom: 20px;
}
section.sub ul.seminarImg.subImageC li:nth-child(2) .image::after{
    transition: width .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.sub ul.seminarImg.subImageC li:nth-child(4) .image::after{
    transition: width .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
}




ul.supporters{
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.supporters li{
    width: 47.666%;
    border-top: 1px solid #ccc;
}
ul.supporters li:last-child,
ul.supporters li:nth-last-child(2){
    border-bottom: 1px solid #ccc;
}

ul.supporters li a{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.supporters li .logo{
    box-sizing: border-box;
    display: block;
    width: 30%;
    padding-right: 8%;
    
    line-height: 0;
}
ul.supporters li .logo img{
    width: 100%;
    height: auto;
}

ul.supporters li .name{
    display: block;
    width: 70%;
    
    font-size: 1.6rem;
    
    color: #333;
    transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


ul.supporters li a:hover .name{
    color: #ff7200;
    transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.supportContact{
    box-sizing: border-box;
    width: 100%;
    padding: 35px 7% 20px;
    background-color: #eee;
}


@media only screen and (max-width: 750px){

ul.supporters li .name{
    font-size: 1.3rem;
}

}

@media only screen and (max-width: 500px){

ul.supporters li{
    width: 100%;
}
ul.supporters li:nth-last-child(2){
    border-bottom: none;
}
ul.supporters li .logo{
    width: 25%;
}
ul.supporters li .name{
    width: 75%;
    font-size: 1.3rem;
}

}



section.anchorLink{
    background-color: #f5f5f5;
}
section.anchorLink > .content{
    box-sizing: border-box;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;

    padding: 20px 0 0;
}
section.anchorLink ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section.anchorLink ul li{
    display: inline-block;
    margin: 0 8px 20px;
    position: relative;
}
section.anchorLink ul li::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffe9e1;
    
    height: 0%;
    transition: height .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.anchorLink ul li:hover::before{
    height: 100%;
}
section.anchorLink ul li a{
    display: block;
    padding: 15px 20px;
    
    font-size: 1.7rem;
    color: #ff7200;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1.0;
    
    border: 1px solid #ff7200;
    
    position: relative;
}
section.anchorLink ul li a::after{
	content: "";
	position: absolute;
    left: 50%;

    width: 5px;
	height: 5px;

    border-top: 2px solid #ff7200;
	border-right: 2px solid #ff7200;
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);

	bottom: 4px;
    transition: bottom .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.anchorLink ul li:hover a::after{
	bottom: 2px;
}


@media only screen and (max-width: 750px){

section.anchorLink > .content{
    padding: 10px 0 0;
}
section.anchorLink ul li{
    margin: 0 5px 10px;
}
section.anchorLink ul li a{
    padding: 8px 10px;
    font-size: 1.2rem;
}
section.anchorLink ul li a::after{
    display: none;
}

}




section.disclosureTC{
    width: 100%;
}
section.disclosureTC:nth-child(2n){
    background-color: #fff;
}
section.disclosureTC:nth-child(2n+1){
    background-color: #f5f5f5;
}

section.disclosureTC .listTC{
    box-sizing: border-box;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.disclosure{
    width: 47%;
    background-color: transparent;
}
section.disclosure .listC{
    width: 100%;
    padding: 80px 0 60px;

}
section.disclosure.fc{
    width: 100%;
}
section.disclosure.fc .listC{
    box-sizing: border-box;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

section.disclosure h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 4.0rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
    
    margin-bottom: 40px;
}
section.disclosure h3{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
    
    margin-bottom: 20px;
}

ul.docs{
    margin-bottom: 10px;
}
ul.docs li{
    font-size: 1.6rem;
}
ul.docs li a{
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.2;
    
    text-decoration: underline;
    text-underline-offset: 3px
}
ul.docs li a:hover{
    text-decoration: none;
}
ul.docs li a::after {
	font-family: "Font Awesome 6 Free";
}
ul.docs li a.pdf::after {
    font-weight: 400;
	content: " \f1c1";
    font-size: 120%;
}

ul.kyuzaidan > li{
    padding-bottom: 10px;
}



@media only screen and (max-width: 750px){

section.disclosureTC:nth-child(2n+1){
    background-color: #fff;
}
section.disclosureTC .listTC{
    width: 100%;
    padding: 0;
}
section.disclosure{
    width: 100%;
}
section.disclosure:nth-child(2){
    background-color: #f5f5f5;
}
section.disclosure .listC{
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;

    padding: 50px 0 30px;
}

section.disclosure h2{
    font-size: 2.4rem;
    margin-bottom: 30px;
}
section.disclosure h3{
    font-size: 1.6rem;
    margin-bottom: 12px;
}

ul.docs{
    margin-bottom: 10px;
}
ul.docs li{
    font-size: 1.3rem;
}
ul.docs li a{
    font-size: 1.3rem;
}
ul.kyuzaidan > li{
    padding-bottom: 8px;
}

}



.listMore{
    display: none;
}
.showMore{
    box-sizing: border-box;
    width: 100%;
    
    padding: 8px 0;
    
    background-color: #eee;
    border: 1px solid #bbb;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    cursor: pointer;
    position: relative;
}
.showMore .label{
    display: block;
    
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.0;
}
.showMore.open::before{
    content: "閉じる";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.0;
}
.showMore.open .label{
    opacity: 0;
}


@media only screen and (max-width: 750px){

.showMore{
    padding: 8px 0;
}
.showMore .label{
    font-size: 1.2rem;
}
.showMore.open::before{
    font-size: 1.2rem;
}
.showMore.open .label{
    opacity: 0;
}

}



section.single{
    width: 100%;
    background-color: #fff;
}
section.single > .content{
    box-sizing: border-box;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;

    padding: 0 0 100px;
}
section.single > .content.contact{
    display: flex;
    justify-content: center;
}
section.single > .content.article{
    max-width: 1000px;
}
section.single > .content.conditions{
    display: flex;
    justify-content: center;
}

section.single > .content h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 3.4rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
    
    margin-bottom: 30px;
}
section.single > .content h3{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
    
    margin-bottom: 18px;
}
section.single > .content p{
    padding-bottom: 1em;
}



@media only screen and (max-width: 750px){

section.single > .content{
    padding: 0 0 80px;
}

section.single > .content h2{
    font-size: 2.1rem;
    margin-bottom: 20px;
}
section.single > .content h3{
    font-size: 1.7rem;
    margin-bottom: 10px;
}

}



.imageRijicho{
    float: right;
    width: 30%;
    line-height: 0;
    margin: 0 0 20px 20px;
}
.imageRijicho img{
    width: 100%;
    height: auto;
}


ul.conditionLinks li{
    padding-bottom: 15px;
}
ul.conditionLinks li .cmnBtn{
    width: 100%;
}
ul.conditionLinks li .cmnBtn a{
    width: 100%;
    text-align: center;
}


table.conditions{
    width: 100%;
}
table.conditions th,
table.conditions td{
    padding: 10px 20px;
    border: 1px solid #bbb;
    
    font-size: 1.6rem;
}
table.conditions th.nw,
table.conditions td.nw{
    white-space: nowrap;
}


@media only screen and (max-width: 750px){

table.conditions th,
table.conditions td{
    padding: 8px 16px;
    font-size: 1.3rem;
}

}





.akamaiLogo img{
    width: 90%;
    max-width: 250px;
    height: auto;
}






/* --------------------------------------------------
  Footer
-------------------------------------------------- */

footer.page{
	clear: both;
	width: 100%;
	padding: 0 0 50px;
    
    position: relative;
    z-index: 5;
    
    background-color: #004467;
}

footer.page .ftNavi{
    width: 100%;
    padding: 10px 0 3px;
    border-top: 1px solid #004467;
    background-color: #fff;
}
footer.page .ftNavi ul{
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
footer.page .ftNavi li{
    padding: 0 25px;
}
footer.page .ftNavi li a{
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ff7200;
    white-space: nowrap;
    line-height: 1.1;
    
    text-decoration: underline;
    text-underline-offset: 2px
}
footer.page .ftNavi li a.ext::after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f35d";
    padding-left: 5px;
    font-size: 110%;
}
footer.page .ftNavi li a:hover{
    text-decoration: none;
}

footer.page .logo{
    width: 80%;
    max-width: 380px;
    margin: 0 auto;
    
    line-height: 0;
    padding: 45px 0 35px;
}
footer.page .logo img{
    width: 100%;
    height: auto;
}

footer.page .copyright{
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
	font-size: 1.1rem;
    color: #fff;
	text-align: center;
}



.pageTop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	
	width: 50px;
    
    z-index: 1100;
}
.pageTop img{
	width: 100%;
	height: auto;
}




@media only screen and (max-width: 750px){

footer.page{
	padding: 0 0 30px;
}

footer.page .ftNavi{
    padding: 0;
}
footer.page .ftNavi ul{
    flex-direction: column;
}
footer.page .ftNavi li{
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 0;
}
footer.page .ftNavi li a{
    width: 100%;
    padding: 15px 0 10px;
    font-size: 1.3rem;
    
    text-decoration: none;
}
/*footer.page .ftNavi li:nth-child(2n) a{*/
footer.page .ftNavi li:nth-child(2n+1) a{
/*    background-color: #f5f5f5;*/
    background-color: #f5f8fa;
}

footer.page .logo{
    max-width: 280px;
    padding: 30px 0 20px;
}
footer.page .copyright{
	font-size: 0.9rem;
}

.pageTop {
	bottom: 20px;
	right: 10px;
	
	width: 40px;
}


}






