@charset "UTF-8";
/*---------------------------------------------
	フォント
  ---------------------------------------------*/
@import url("../plugins/font-awesome/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Inter:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Inter:wght@500&family=Zen+Old+Mincho&display=swap');

/* -----------------------------------
    汎用クラス
   ----------------------------------- */
body {
	font-size: 62.5%;
	color: #000;
	line-height: 1.6;
	position: relative;
	text-align: justify;
	font-feature-settings:"palt";
	font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	background-color: #ffffff;
}
body p,body li,body table,dt,dd{ 
	font-size: 16px; 
	text-justify: inter-ideograph;}
a {text-decoration: none;}
a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #0a4b9e; transition: all 0.3s linear;text-decoration: none }
a:active { color: #000000; }
img{width: 100%}

.text-bold{font-weight: bold !important;}
.text-right {text-align: right !important;}
.text-left {text-align: left !important;}
.text-center {
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
}
span.text-sup,
span.text-sub{
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.03em;
	padding-left: 1px;
	padding-right: 1px;
}
span.text-sub {
	vertical-align: bottom;
	top: 0.03em;
}
a.underLine,
span.underLine{ text-decoration: underline; }

.mt-0px { margin-top: 0px !important; }
.mt-5px { margin-top: 5px !important; }
.mt-10px { margin-top: 10px !important; }
.mt-20px { margin-top: 20px !important; }
.mt-30px { margin-top: 30px !important; }
.mt-40px { margin-top: 40px !important; }
.mt-50px { margin-top: 50px !important; }
.mt-80px { margin-top: 80px !important; }
.mt-100px { margin-top: 100px !important; }
.mb-0px { margin-bottom: 0px !important; }
.mb-10px { margin-bottom: 10px !important; }
.mb-20px { margin-bottom: 20px !important; }
.mb-30px { margin-bottom: 20px !important; }
.mb-50px { margin-bottom: 50px !important; }
.mb-100px { margin-bottom: 100px !important; }
.ml-15px { margin-left: 12px !important; }
.ml-20px { margin-left: 20px !important; }
.mr-20px { margin-right: 20px !important; }
.ml-mr-5px { margin-left: 5px !important; margin-right: 5px !important; }
.ml-mr-10px { margin-left: 10px !important; margin-right: 10px !important; }
.ml-mr-20px { margin-left: 20px !important; margin-right: 20px !important; }
.ml-mr-50px { margin-left: 50px !important; margin-right: 50px !important; }
.margin-15px{margin: 15px !important}
.pt-0px { padding-top: 0px !important; }
.pt-10px { padding-top: 10px !important; }
.pt-30px { padding-top: 30px !important; }
.pt-50px { padding-top: 50px !important; }
.pb-0px { padding-bottom: 0px !important; }
.pb-30px { padding-bottom: 30px !important; }
.pb-50px { padding-bottom: 50px !important; }

.width1em { width: 1em !important; }
.width2em { width: 2em !important; }
.width3em { width: 3em !important; }
.width4em { width: 4em !important; }
.width5em { width: 5em !important; }
.width6em { width: 6em !important; }
.width7em { width: 7em !important; }
.width8em { width: 8em !important; }
.width9em { width: 9em !important; }
.width10em { width: 10em !important; }
.width11em { width: 11em !important; }
.width12em { width: 12em !important; }
.width13em { width: 13em !important; }
.width14em { width: 14em !important; }
.width15em { width: 15em !important; }
.width20em { width: 20em !important; }
.width25em { width: 25em !important; }
.width30em { width: 30em !important; }
.width40em { width: 40em !important; }
.width50em { width: 50em !important; }
.width15per { width: 15% !important; }
.width35per { width: 35% !important; }
.width50per { width: 50% !important; }
.width80per { width: 80% !important; }
.width90per { width: 90% !important; }
.width100per { width: 99% !important; }
.width-auto { width: auto !important; }

@media screen and (max-width: 640px) {
body p,body li,body table { 
	font-size: 15px; 
}
}

/* --- Clear Fix ------------- */
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {clear: both;}
.clearfix {overflow: hidden;}
*, *::after, *::before {
	box-sizing: border-box;
}

/* -----------------------------------
   フォーム
 * ----------------------------------- */
input,
select,
label {
	vertical-align: baseline;
}

.br-pc{display: inline !important}
.br-sp{display: none !important}
.img-pc{display: block !important}
.img-sp{display: none !important}
@media screen and (max-width: 640px) {
.br-pc{display: none !important}
.br-sp{display: inline !important}	
.img-pc{display: none !important}
.img-sp{display: block !important}	
}

/*---------------------------------------------
	メインコンテンツ
  ---------------------------------------------*/
.wrapper{
    width: 100%;
    overflow: hidden;
    min-height: 900px;
}
.container-main{
	width: 900px;
	margin: 0px auto;
}
.width-720{
	width: 720px;
	margin: 0px auto;
}
@media screen and (max-width: 920px) {
.container-main{width: 90%;}
}
@media screen and (max-width:880px) {
.container-main{min-width: 90%;}	
}
@media screen and (max-width: 768px) {
.width-720{width: 100%;}	
}

/* -----------------------------------
    ヘッダー
   ----------------------------------- */
#container-h1{background-color: #0a4b9e;}
#container-h1 h1 a span#logo{
    width: 130px;
    display: inline-block;
    vertical-align: middle;
	margin-left: 15px;
    margin-right: 15px;
	line-height: 0
}
#container-h1 h1 a{
    height: 50px;
    display: flex;
    align-items: center
}
#container-h1 h1 a span#h1{
    width: 300px;
    display: block;
}
@media screen and (max-width: 768px) {
#container-h1 h1 a span#logo{display: none}	
#container-h1 h1 a span#h1{width: 250px;}	
}

/* -----------------------------------
    メニュー
   ----------------------------------- */
input.hamburger {display: none;}
#menu{display: block;}	
#menu{
	height: 55px !important;
	position: fixed;
	z-index: 1;
}	
#menu h1 a{
	width: 100px;
	display: block
}	
.drawer-list ul#navigation{
	display: block;
	position: static;
	margin-top: 20px;
	margin-left: 20px
}	
.drawer-list {
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	transform: translate(100vw, 0);
	box-sizing: border-box;
	pointer-events: none;
	transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
	border-bottom-left-radius: 100vw;
	background-color: #0a4b9e;
	z-index: 10;
}
.drawer-list ul#navigation li {
	text-transform: uppercase;
	pointer-events: auto;
	white-space: nowrap;
	box-sizing: border-box;
	transform: translatex(100vw);
	line-height: 1.8;
	margin-right: 0px
}
.drawer-list ul#navigation li.sp-menu{display: block}	
.drawer-list ul#navigation li a {
	padding: 1rem 10px;
	color: #ffffff;
	display: block
}
.drawer-list ul#navigation li a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	display: inline-block;
	padding-left: 15px;
}	
.drawer-list ul#navigation li.active a{color: #FFE500}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list #navigation li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(5) {
  transition: transform 1s 0.40s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}	
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(6) {
  transition: transform 1s 0.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}	
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(7) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}	
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(8) {
  transition: transform 1s 0.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}	
label.hamburger {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	display: block;
	height: 50px;
	width: 50px;
	background-color: #0a4b9e;
}
label.hamburger:hover {cursor: pointer;}
label.hamburger > i {
	position: absolute;
	width: 30px;
    height: 2px;
    top: calc(50% - 2px);
    left: 10px;
	background-color: #ffffff;
	transition-duration: .35s;
	transition-delay: .35s;
}
label.hamburger > i:before,
label.hamburger > i:after {
	content: "";
	position: absolute;
	width: 30px;
    height: 2px;
	left: 15px;
	background-color: #ffffff;
	transition: transform 0.35s;
	transform-origin: 50% 50%;
}
	
label.hamburger > i:before {
	top: 15px;
	transform: translate(-50%, -25px);
	background-color: #ffffff;
}
label.hamburger > i:after {
	bottom: 15px;
	transform: translate(-50%, 25px);
}

input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
	transform: translate(-50%, -50%) rotate(315deg);
	left: 15px;
    top: 0px;
	background-color: #ffffff;
}
input.hamburger:checked ~ label > i:after {
	transform: translate(-50%, -50%) rotate(-315deg);
	left: 15px;
	top: 0px;
	background-color: #ffffff;
}
input.hamburger:checked ~ label close {
  color: #FEFEFE;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

.drawer-list ul#navigation li.sns {
	display:flex; 
	flex-wrap: wrap;
	padding: 5px 20px;
}
.drawer-list ul#navigation li.sns a{
	width: 32px;
	height: 32px;
	margin-top: 0;
	padding: 0;
}
.drawer-list ul#navigation li.sns a img{
	width: 32px;
}
	
.drawer-list ul#navigation li.sns a:after{
	display: none;
}
@media screen and (min-width: 769px) {
.drawer-list ul#navigation{
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	}
}


/*---------------------------------------------
	カラム
  ---------------------------------------------*/
section {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
	z-index: 0;
}
.container-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.container-flex-center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}
.container-flex-left {
	display: flex;
	flex-wrap: wrap
}
.align-center{align-items: center !important}
.block-column {margin-bottom: 100px;}
.block-wide {width: 85% !important}
.block-half {width: 48.5% !important}
.block-medium {width: 65% !important}
.block-small {width: 30% !important}
.block-250px {width: 250px !important}
.margin-auto{
	margin-left: auto;
	margin-right: auto;
}
.flex-all{flex: 1 0 100%}
.bg-color{background-color:#ebf6f6 }
.bg-red{
    background-color: #FF0000;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    line-height: 1.3;
}
.block-two{position: relative}
.block-01{
    width: 400px;
	position: relative;
}
.block-01:after{
	content: "";
	background-color: #ebf6f6;
	width: 200%;
	height: 500px;
	display: block;
	position: absolute;
	top: 50px;
	left: -100%;
	z-index: 0
}
.block-01 .block-photo{position: relative}
.block-01 .inner{
	width: 80%;
	position: absolute;
    z-index: 1;
}
.block-02{width: calc(100% - 460px);}
.block-03{position: relative;}
.block-03:after{
	content: "";
	background-color: #ebf6f6;
	width: 200%;
	height: 100%;
	display: block;
	position: absolute;
	top: 50px;
	right: -95%;
	z-index: -1
}
.block-03 .block-photo{margin-bottom: 20px}
.block-03 .block-photo{margin-bottom: 20px}
.photo-caption{
	font-size: 12px;
	color: #ffffff;
	text-shadow:1px 1px 0 #000000, -1px -1px 0 #000000,
              -1px 1px 0 #000000, 1px -1px 0 #000000,
              0px 1px 0 #000000,  0-1px 0 #000000,
              -1px 0 0 #000000, 1px 0 0 #000000;
}
.block-01 .block-photo .photo-caption{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.top-border{
    border-top: 1px dotted #cccccc;
    margin-top: 20px;
    padding-top: 12px;
}
.fade-photo{animation: fadeIn 1s ease 0s 1 normal;}
#container-01{width: 45%;}
#container-02{
	width: 48%;
	position: relative
}
#container-02:after {
    content: "";
    background-color: #ebf6f6;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: -1;
}
.list-image{
    padding-left: 20px;
    padding-right: 20px;
}
.list-image li{
    line-height: 1.3;
    font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end
}
.list-image li div{
    width: 45%;
    position: relative;
    margin-right: 15px;
}
.list-image li div .photo-caption {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.list-image li p{margin-bottom: 5px;}
.list-image li:nth-child(2){margin-top: 15px;}
@keyframes fadeIn {
0% {
	opacity: 0;
	margin-top: -3%
}
100% {
	opacity: 1;
	margin-top: 0%
}
}
.inner-btn{
    width: 600px;
    margin: 10px auto auto
}
@media screen and (max-width: 768px){
.block-01,
.block-02{
	width: 100%;}	
.block-01 .inner{
    width: 80%;
    position: static;
   margin: auto
}	
.block-01:after{z-index: -1}	
.block-02 .inner {margin-top: 50px;}	
#container-01{width: 100%;}
#container-02{
    width: 100%;
    margin-top: 50px;
}
.inner-btn{width: 100%;}	
}
@media screen and (max-width: 640px){
.block-half,
.block-medium,
.block-small{width: 100% !important}
.block-column {margin-bottom: 60px;}
.list-image{
    padding-left: 10px;
    padding-right: 10px;
}	
.list-image li div{
	width: 40%;
	margin-right: 10px;
}	
}

/*---------------------------------------------
	見出し
  ---------------------------------------------*/
h2.title{
    font-size: 32px;
    text-align: left;
    margin: 50px auto;
    line-height: 1.4;
    font-family: 'Zen Old Mincho', serif;
    width: 900px;
	letter-spacing: -0.01em;
}
h2.title span{
    font-size: 70%;	
    font-family: 'Cormorant Garamond', serif;
    display: block;
	line-height: 1;	
	letter-spacing: 0em;
}
h2.title-sub{
    text-align: center;
    font-size: 28px;
    line-height: 1.3;
    color: #0a4b9e;
    font-weight: bold;
    margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #0a4b9e;
}
#inquiry h2.title{text-align: center}
h3.title{
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	position: relative
}
h3.title:after{
	content: "";
	width: 40px;
	height: 2px;
	background-color: #0a4b9e;
	position: absolute;
	left: 0;
	bottom: -1px
}
h3.txt-center{
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center
}
h4.title{
	font-size: 16px;
	font-weight: bold
}
h4.title-02{
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    background-color: #0a4b9e;
    padding: 1px 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}
h4.title-03{
    font-size: 18px;
    font-weight: bold;
    color: #0a4b9e;
	margin-top: 10px;
    margin-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}
.text-blue{color: #0a4b9e;}
.text-red{color: #FF0000;}
.text-wh,
a.text-wh,
.text-wh a{color: #ffffff;}
.text-13px {font-size: 13px !important }
.text-14px {font-size: 14px !important }
.text-16px {font-size: 16px !important }
.text-24px {font-size: 24px !important }
.text-small {font-size: 0.85em; display: inline-block; }
.text-large{font-size: 22px !important}
.text-caption,
.text-caption li,
li.text-caption{
	font-size: 1.4em;
	line-height: 1.4
}
.text-indent, li.text-indent {
    padding-left: 1em;
    text-indent: -1em;
}
.txt-copy{
    font-family: 'Zen Old Mincho', serif;
    font-size: 25px;
    color: #0a4b9e;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.txt-copy-sub{
	font-size: 18px;
	text-align: center;
	
}
.txt-en{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.3
}
h3.txt-en{font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; font-weight:600; font-stretch:condensed;}
@media screen and (max-width: 900px) {
h2.title{width: 90%;}
}
@media screen and (max-width: 680px) {
h2.title{
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 30px}
h2.title-sub{font-size: 22px;}	
h3.title{font-size: 19px;}	
.txt-copy{font-size: 21px;}	
.txt-copy-sub{font-size: 17px;}	
.text-large { font-size: 20px !important;}	
}


/*---------------------------------------------
	リスト
  ---------------------------------------------*/
.dl-list,
.dl-list-02{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 18px;
}
.dl-list dt{
    font-weight: bold;
    width: 65px;
}
.dl-list dt.dt-wide{width: 100%}
.dl-list dd{
    width: calc(100% - 75px);
    font-size: 17px;
	margin-bottom: 5px
}
.dl-list dd.dt-wide{
	width: 100%;
padding-left: 75px}
.dl-list-02{margin-left: 0}
.dl-list-02 dt{
	width: 180px;
	font-size: 17px;
	margin-bottom: 5px
}
.dl-list-02 dd{width: calc(100% - 180px)}
.dl-list-02 dt:before{content: "●"}
.dl-list-02 dd:before{content: " : "}
.dl-list-03 dt{ width: 100px;}
.dl-list-03 dd{width: calc(100% - 110px);}
.dl-list-04{margin-left: 0}
.dl-list-04 dt{ width: 120px;}
.dl-list-04 dd{width: calc(100% - 125px);}
.list-15per li{
    width: 18%;
    margin: 0 2% 10px 0;
    font-size: 13px;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
.list-15per li{width: 48%;}
.dl-list-03 dt,
.dl-list-03 dd{width: 100%;}	
}

/*---------------------------------------------
	プロフィール
  ---------------------------------------------*/
#container-profile{
    border-top: 4px solid #0a4b9e;
    padding-top: 30px;
}
.block-profile{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    margin-bottom: 100px;
}
.block-profile#anchor5{margin-bottom: 0px;}
.block-profile .block-photo{
    width: 20%;
    position: relative;
}
.block-profile .block-text{width: 75%}
.block-profile .block-text h2{
    font-size: 25px;
    font-family: 'Zen Old Mincho', serif;
    border-bottom: 1px solid #0a4b9e;
    color: #0a4b9e;
    margin-top: 50px;
    margin-bottom: 10px;
}
.block-profile .block-text h2 small{
	font-size: 75%;
	letter-spacing: -0.1em
}
 .block-profile .block-text p{font-size: 15px;}
.block-profile .block-photo:after {
    content: "";
    background-color: #ebf6f6;
    width: 200%;
    height: 200px;
    display: block;
    position: absolute;
    top: 50px;
    left: -110%;
    z-index: -1;
}
.block-profile .block-photo .photo-caption{
	position: absolute;
	top: 195px;
	right: 5px;
}
#en .block-profile .block-text h2{font-family: 'Cormorant Garamond', serif;}
#en .block-profile .block-text p{
	text-align: left;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px
}
#en h4.title{font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", sans-serif;
font-size: 17px;}
span.txt-italic{font-style: italic;}
@media screen and (max-width: 768px) {
.block-profile .block-photo{
	width: 80%;
	margin: auto
}
.block-profile .block-text{width: 100%}
.block-profile .block-text h2{margin-top: 10px;}
.block-profile .block-photo .photo-caption{
	top: auto;
	bottom: 5px;
}	
}

/*---------------------------------------------
	リンク
  ---------------------------------------------*/
.btn-container{
	margin-top: 30px;
	text-align: center;
	display: block
}
a.btn {
	display: inline-block;
	color: #0a4b9e;
	border: 1px solid #0a4b9e;
	font-size: 18px;
	text-align: center;
	padding-right: 2.5rem;
	padding-left: 1.3rem;
	transition: all .3s;
	height: 60px;
	line-height: 60px;
	position: relative;
	border-radius: 40px;
	min-width: 250px;
}
a.btn-wh {background-color: #ffffff;}
a.btn-2{
	line-height: 1.2;
	padding-top: 8px;
	min-width: 350px
}
a.btn:hover{
	background-color: #0a4b9e;
	color: #ffffff;
	border: 1px solid #ffffff;
}
a.btn:after,
a.btn-external:after,
a.icon-mail:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 0;
    bottom: 0;
    height: 60px;
    margin: auto;
	line-height: 60px
}
a.btn-external:after {
    content: "\f08e";
}
a.icon-mail:after {
    content: "\f1d8";
}
a.btn:hover:after{
	animation: slide ease-in .6s infinite alternate forwards;
}
a.btn-nolink{
	pointer-events: none;
	padding-right: 1.3rem;
}
a.btn-nolink:after{content: none}
@keyframes slide {
    0% {right: 20px;}
    100% {right: 10px;}
}

.list-link {margin-top: 15px}
.list-link li a {
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
a.text-link{
	color: #000000;
	position: relative;
}
a.text-link:before {
    position: absolute;
    bottom: -1px;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(51,51,51,0.50);
    transform: scale(1, 1);
    transform-origin: right top;
    transition: transform .3s;
}
a.text-link:hover{color: #0a4b9e}
a.text-link:hover::before{transform: scale(0, 1);}
a.text-link:after {
	font-family: 'FontAwesome';
	content: "\f101";
	position: absolute;
	padding-left: 5px
}
a.link-pdf{
    background-image: url(../images/common/icon-pdf.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: right center;
    padding-right: 20px;
	padding-top: 5px;
	position: relative;
}
a.link-pdf:before {
    position: absolute;
    bottom: -1px;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(51,51,51,0.50);
    transform: scale(1, 1);
    transform-origin: right top;
    transition: transform .3s;
}
a.link-pdf:hover{
	color: #0a4b9e;
	background-image: url("../images/common/icon-pdf-blue.png");
}
a.link-pdf:hover::before{transform: scale(0, 1);}
@media screen and (max-width: 680px) {
a.btn {
	font-size: 16px;
}	
a.btn-wide{
	line-height: 1.4;
	padding-top: 1em;
}	
a.btn-wide:after{
    height: 20px;
}	
}

/*---------------------------------------------
	タブ
  ---------------------------------------------*/
#list-tab {
	display: table;
	width: 900px;
    margin: auto;
}
#list-tab li{
	display: inline-block;
	text-align: center;
	cursor: pointer;
	margin-right: 3px;
}
#list-tab li a {
	color: #000000;
	display: block;
	background-color: #C5C5C5;
	border-radius: 8px 8px 0px 0px;
	height: 37px;
	line-height: 40px;
	width: 120px;
}
#list-tab li#active a,
#list-tab li a:hover{
	color: #ffffff;
}
#list-tab li#active a:before,
#list-tab li a:hover:before{
	content: "▼";
	padding-right: 2px;
	color: #ffffff;
}
#tab-auto #list-tab li a{
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
}
#list-tab li#active a,
#list-tab li a:hover{
	background-color: #0a4b9e;
	font-weight: bold;
}
@media screen and (max-width:900px) {
#list-tab {width: 90%;}
}

/*---------------------------------------------
	アンカーリンク
  ---------------------------------------------*/
.page-anchor{
	position: relative;
	z-index:1
}
.page-anchor ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.page-anchor li a {
    position: relative;
    display: block;
    padding-right: 15px;
    color: #000;
    margin-right: 25px;
}
#en .page-anchor li a{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.page-anchor li a:after {
	position: absolute;
	top: 0px;
	right: 0;
	font-family: 'FontAwesome';
    content: "\f101";
	transform: rotate(90deg);
	transition: all 0.3s linear;
}
.page-anchor li a:hover{color: #0a4b9e;}
.page-anchor li a:hover:after {top: 3px;}
@media screen and (max-width:768px) {
.page-anchor li a {
	 margin-right: 20px;
	margin-bottom: 15px}	
}

/*---------------------------------------------
	フォーム
  ---------------------------------------------*/
#form-main{margin-top: 50px}
#form-main h4{
	text-align: left;
	color: #000000;
	font-size: 18px;
}
.mfp_rows input[type="text"],
.mfp_rows input[type="email"]{
	height: 40px;
	border: 1px solid #0a4b9e;
	padding-left: 5px;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
    border: 1px solid #0a4b9e;
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
#form-main textarea{border: 1px solid #0a4b9e;}
.mailform{margin-bottom: 20px}
form#mailformpro dl dt{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding: 20px 20px 20px 0px;
	width: 25%;
	text-align: left;
	border-top: none;
	position: relative
}
form#mailformpro dl dt span{
	font-size: 85%;
	display: block
}
form#mailformpro dl dd{
	padding: 20px 0px 20px 0px;
	width: calc(100% - 25%);
	float: right;
	border-top: none;
}
.must {
    display: block;
    background-color: transparent;
    border: none;
    text-shadow: none;
    padding: 0;
    font-size: 14px;
    color: #000000;
    float: none;
    border-radius: 0px;
    box-shadow: none;
    background-image: none;
}
.mfp_colored {background-color: #ffffff;}
.mfp_element_textarea{
	border: 1px solid #0a4b9e;
	height: 80px !important}
.mfp_buttons button{
	background: #0a4b9e;
	color: #ffffff;
	font-size: 20px;
	width: 200px;
	height: 60px;
	border: none;
	text-shadow: none;
	margin-top: 60px;
}
.mfp_buttons button span{
	font-size: 13px;
	display: block
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
	background: gradient(linear, center top, center bottom, from(#0a4b9e), to(#e50012));
	background: -webkit-gradient(linear, center top, center bottom, from(#e50012), to(#e50012));
	background: -moz-linear-gradient(top, #e50012, #e50012);
	background: -ms-linear-gradient(top, #e50012 0%, #e50012 100%);
	box-shadow: none
}
.mfp_buttons button#mfp_button_cancel{background-color: #999999}
form#mailformpro dl dt#form-check{
    width: 100% !important;
    text-align: center;
	padding-bottom: 10px
}
form#mailformpro dl dd#form-checkbox{
    padding-top: 0;
    margin: auto;
    text-align: center;
    display: block;
    width: 100% !important;
    font-size: 16px;
    font-weight: bold;
}
form#mailformpro dl dd#form-checkbox input{
	width: 25px;
    height: 25px;
	margin-top: 5px
}
form#mailformpro label.mfp_not_checked{border: none !important;}
form#mailformpro dl dd#form-checkbox div.mfp_err{
	font-weight: normal !important;
	width: 210px;
    margin: auto;}
@media screen and (max-width: 768px) {
#form-main{padding: 25px}	
form#mailformpro dl dt,
form#mailformpro dl dd{width: 100%}	
form#mailformpro dl dt{padding: 0}	
form#mailformpro dl dd{padding: 10px 0px 30px}		
}

/*---------------------------------------------
	フッター
  ---------------------------------------------*/
footer{
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #0a4b9e;
	color: #0a4b9e;
	text-align: center
}
footer h2 span#footer-logo{
	width: 220px;
	margin: auto;
	display: block
}
footer h2 span#footer-h2{
    width: 330px;
    margin: 15px auto 20px;
    display: block
}
#footer-info li{
	text-align: center;
	line-height: 1.8
}
span.footer-link a{
	margin: 15px 20px 0px;
	display: inline-block;
	color: #0a4b9e
}
span.footer-link a:hover{color: #000000}
@media screen and (max-width: 680px) {
footer h2 span{width: 180px;}
footer h2{font-size: 22px;}	
}

/* -----------------------------------
    TELリンク
   ----------------------------------- */
span.tel-number a,
.tel-number a,
.tel-number{
	color: #ffffff !important;
	text-decoration: none;
}
a[href^="tel:"]{color: #000000!important}
@media screen and (min-width: 768px){
a[href^="tel:"]{ pointer-events: none;}
}

/* -----------------------------------
    ページトップ
   ----------------------------------- */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: 1px solid #0a4b9e;
	background-color: #ffffff;
	color: #0a4b9e;
	line-height: 45px;	
	font-size: 3em;
	text-align: center;
	display: block;
	z-index: 1;
	transition: opacity 1s;
}
#page-top:after {
	font-family: 'FontAwesome';
	content: "\f106"
}
@media screen and (max-width: 680px){
#page-top {bottom: 0px;}	
}


/* -----------------------------------
    アニメーション
   ----------------------------------- */
.fuwa,
.fuwa2{opacity: 0}

.anime-fuwa {animation: fuwatAnime .85s ease .2s forwards;}
@keyframes fuwatAnime {
 0% { opacity: 0; 
	 transform: translateY(30px); }
 100% { opacity: 1; 
	 transform: translateY(0px); }
}

.anime-fuwa2 {animation: fuwatAnime .5s ease .5s forwards;}
@keyframes fuwatAnime {
 0% { opacity: 0; 
	 transform: translateY(30px); }
 100% { opacity: 1; 
	 transform: translateY(0px); }
}


/* -----------------------------------
    協賛
   ----------------------------------- */
#block-sponsor{
    background-color: #ffffff;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding-top: 20px;
}
.block-sponsor{
    border-top: 1px dotted #0a4b9e;
    margin-top: 80px;
    padding-top: 50px;
}
#block-sponsor h2,
.block-sponsor h2,
.ttl-sponsor{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #0a4b9e;
}
#block-sponsor h2{font-size: 24px;}
.ttl-sponsor{font-size: 21px;}
.list-sponsor {
	max-width: 1200px;
	margin: 30px auto;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
}
.list-sponsor-index {
    padding-bottom: 30px;
    width: 700px;
    margin: 20px auto 0;
}
.list-sponsor-index li{margin: auto;}
.list-sponsor-index li.list-g{width: 50%;}
.list-sponsor-index li.list-h{width: 35%;}
.list-sponsor li{
	margin: 15px 3%;
	margin: auto;
}
.list-sponsor li.list-g{
    width: 50%;
	margin-bottom: 50px
}
.list-sponsor li.list-h{width: 30%;}
.list-sponsor li a {
    display: block;
    width: 100%;
    text-align: center;
}
.list-a2{justify-content: center}
.list-a2 li{
	margin-left: 30px;
	margin-right: 30px
}
.list-a2 li.logo-medium {width: 22%;}
.list-a2 li.logo-wide {width: 30%;}

#title-sponsor{
    font-weight: bold;
    font-size: 22px;
    width: 900px;
    margin: 50px auto auto
}
#title-sponsor span{
    width: 250px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
@media screen and (max-width: 768px){
.list-sponsor-index {width: 100%}	
#block-sponsor h2,
.ttl-sponsor{font-size: 18px;}
.block-sponsor h2{font-size: 25px;}	
.list-sponsor-index li.list-g{width: 58%;}	
.list-sponsor-index li.list-h{width: 40%;}
.list-a2 li{
	margin-left: 15px;
	margin-right: 15px
}	
.list-a2 li.logo-medium {width: 33%;}
.list-a2 li.logo-wide {width: 40%;}	
#title-sponsor{
	width: 90%;
	font-size: 18px;
	margin-top: 30px
	}	
#title-sponsor span{width: 200px;}	
}

/* -----------------------------------
    助成・後援
   ----------------------------------- */
#column-sponsor{
    width: 95%;
	max-width: 1000px;
    margin: 30px auto auto
}
#list-josei{
	width: 800px;
	margin: auto;
	justify-content: center
}
#list-josei li{
    width: 50%;
    text-align: center;
	font-size: 15px;
	line-height: 1.4
}
#list-josei li#jkf img{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
#list-josei li#mecenat img{
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}
#list-josei li img{
	display: block;
	margin-bottom: 15px
}
#list-sponsor li{
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
}
#list-sponsor li h2{margin-top: 20px}
@media screen and (max-width: 680px){
#sponsor{padding-top: 0}	
#list-josei{width: 90%;}	
#list-josei li{width: 80%;}	
#list-josei li#mecenat{margin-top: 30px}	
#list-sponsor{margin-top: 20px}	
}


.block-txt{width: calc(100% - 145px)}
.block-image{width: 145px}
#contestants .container-flex,
#contestants .block-half{
	width: 46.5% !important;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contestants .container-flex.width100per{width: 100% !important}
#contestants .container-flex.width100per > .block-half{width: 49% !important}
#contestants dt{
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #0a4b9e;
	text-align: left;
	color: #0a4b9e
}
#contestants dd + dd {
	margin-top: 5px;
	font-size: 15px;
	line-height: 1.5;
	word-break: break-all; 
}
#contestants dd.kana{
	color: #0a4b9e;
	font-size: 16px;
	font-weight: bold;
}
#contestants .block-image{
    margin: 20px auto 10px;
    width: 200px;
}
#en #contestants dt,
#en #contestants dd {
    text-align: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	word-break: normal
}
@media screen and (max-width: 768px){
#contestants .container-flex,
#contestants .block-half{width: 100% !important;}	
#contestants .container-flex.width100per > .block-half{
	width: 100% !important;
	margin-bottom: 0
}	
}


/* -----------------------------------
    動画
   ----------------------------------- */
#container-youtubeBox{
    width: 100%;
    margin: 15px auto;
}
.container-youtube {
	background-color: #ffffff;
	position: relative;
	width: 100%;
	padding-top: 55%;
	/*margin-bottom: 50px;*/
}
.container-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie-title {
    font-weight: bold;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.2;
}
/*
.movie-title {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center
}
*/
@media screen and (max-width:768px) {
#container-youtubeBox{
	width: 100%;
}
.youtubeBox-inner,
#all-youtubeBox .youtubeBox-inner{width: 47%;}	
}


.rank dt{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
	color: #0a4b9e;
	display: flex;
	justify-content: space-between;
	align-items: center
    /*color: #ffffff;
    background-color: #0a4b9e;
    padding: 1px 10px;*/
}
.rank dt span a{
    background-color: #FF0000;
    color: #ffffff;
    font-size: 17px;
    border-radius: 4px;
    display: inline-block;
    padding: 1px 10px;
    margin-right: auto;
    margin-left: 0px;
}
.rank dt span a:after {
    font-family: 'FontAwesome';
    content: "\f105";
	padding-left: 5px
}
.rank dt span a:hover{background-color: #0a4b9e;}
.rank dt small{
	font-size: 20px;
	margin-left: 10px
}
.rank dd{
	font-size: 24px;
	font-weight: bold;
	color: #0a4b9e;
}

.rank-02 dt strong{
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
.rank-02 dd strong{
    font-weight: bold;
    font-size: 20px;
    display: block;
    color: #0a4b9e;
}
#ranking .block-profile .block-photo .photo-caption {top: 300px;}
/* オーバーレイ表示 */
.container-overlay{padding: 20px}
@media screen and (max-width:768px) {
#ranking .block-small,
#ranking .block-medium{width: 100% !important}	
#ranking .block-profile .block-photo .photo-caption {
	top: auto;
	bottom: 5px
}
.rank dt{font-size: 22px}	
.rank dt span a{
	font-size: 16px;
	padding: 3px 10px;
}	
}

/* -----------------------------------
    罫線
   ----------------------------------- */
hr {
	width: 100%;
    height: 0;
    margin: 0 0 50px;
    padding: 50px 0px 0px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #FFFFFF;
}
