@charset "UTF-8";


/*=====================================
PC／SP共通
=====================================*/
main.tokyo-top {
    padding-bottom: 0!important;
}
.pagebanner.tokyo {
	background-color: #fff!important;
	color: #3caf7b;
}
.pagebanner.tokyo h1 a {
	color: #3caf7b;
	text-decoration:none;
}
.tokyo-menu {
	margin-top: 0!important
}
.tokyo-menu > ul {
	font-family: "Roboto", "sans-serif";
}
.tokyo-mv {
	overflow: hidden;
}
.tokyo-mv > img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}
.tokyo-bg1 {
    background-color: #022c32;
}
.tokyo-bg1 .title_type01.tokyo {
    color: #47cd90
}
.tokyo-bg1 a {
    color: #fff
}
.tokyo-bg1 a span.date {
    color: #fff
}
.tokyo-bg2 {
    background-color: #daf9ea;
}
.tokyo-bg2 .category {
    color: #3caf7b;
}
.tokyo-bg2 .title_type01.tokyo::after {
	background-color: rgba(255,255,255,.9);
}
.tokyo-line {
    border-top: 4px solid #3caf7b;
}
/* ボタン */
.normal_btn {
	border: 2px solid #3caf7b;
	color: #3caf7b!important;
}
.normal_btn:hover {
	background-color: #3caf7b;
	color: #fff!important;
	transition: .3s all;
}

/*レイアウト*/
.tokyo > section {
	padding-left: 7%;
	padding-right: 7%;
}
.fl-box.fl3 > * + * {
    margin-top: 2.8rem
}

/*スライド*/
.top-slide {
	padding: 0!important;
	background-color: rgba(243,245,245,.9)
}
.sp-slide img {
	width: 100%;
	height: auto
}
.sp-slides a {
	display: block
}
.slide-title {
	margin-left: auto;
	margin-right: auto;
	padding: 1.4rem 1.2rem;
	width: 100%;
	min-height: 6rem;
	background-color: rgba(21,21,21,.8);
}
.slide-title > * {
	margin-bottom: .7rem;
}
.slide-title > p {
	margin-left: auto;
	margin-right: auto;
	max-width: 110rem;
	color: #47cd90!important;
    font-size: 2rem;
	font-family: "Roboto", "sans-serif";
	font-weight: 700
}
.slide-title > p span {
	display: block;
	color: #fff;
    font-size: 1.2rem;
	font-family: "Georgia", "Times New Roman", "serif";
	font-weight: normal
}

/*見出し*/
.title_type01.tokyo {
	position: relative;
	padding-bottom: 1rem;
	color: #002c33;
	font-family: "Roboto", "sans-serif";
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.title_type01.tokyo::after {
	content: '';
	z-index: 1;
	position: absolute;
	bottom: -.3rem;
	left: 0;
	width: 100%;
	height: .3rem;
	background-color: rgba(203,205,205,.4);
}
.title_type01.tokyo::before {
	content: '';
	z-index: 2;
	position: absolute;
	bottom: -.3rem;
	left: -webkit-calc(50% - 5.6rem);
	left: calc(50% - 5.6rem);
	width: 11.2rem;
	height: .3rem;
	background-color: #47cd90;
}
.tokyo .boxlink h3 {
	font-family: "Roboto Condensed", "sans-serif";
	font-size: 2rem;
	line-height: 1.4;
}
.tokyo .boxlink h3 span {
	display: block;
	font-family: "Roboto", "sans-serif";
	font-size: 1.2rem;
	line-height: 1.75;
}
.tokyo-interviews .fl3 a {
    display: block;
    text-align: center;
    text-decoration: none;
}
.tokyo-interviews .fl3 a > * + * {
    margin-top: .7rem;
}
.tokyo-interviews .fl3 a span {
    display: block;
	font-size: 1.4rem;
}
.tokyo-interviews .fl3 a h3 {
	font-family: "Roboto Condensed", "sans-serif";
	font-size: 2rem;
	line-height: 1.4;
}
.tokyo-interviews .fl3 a div {
    position: relative;
    overflow: hidden;
    width: 19rem;
    height: 19rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    box-shadow: 6px 6px 0px 0px #47cd90;
}
.tokyo-interviews .fl3 a div img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 200%;
    width: auto;
    height: 100%!important;
}


@media screen and (max-width: 769px) , print {

/*=====================================
	
SP
	
=====================================*/
	
/*ページ内メニュー*/
#tokyo-menu-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}
/* hide the menu in mobile view */
#tokyo-menu-toggle:not(:checked) ~ nav.tokyo-menu {
    display: none;
}
#tokyo-menu-toggle:checked ~ nav.tokyo-menu {
    display: block;
	transition: .2s;
}
.tokyo-menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 12px;
  background-color: #087a47;
  color: #fff;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.tokyo-menu-btn::before {
    content: "+";
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    font: bold 16px/34px monospace !important;
    text-align: center;
}
#tokyo-menu-toggle:checked ~ .tokyo-menu-btn::before {
    content: "-";
}
.tokyo-menu {
	width: 100%;
}
.tokyo-menu > ul,
.tokyo-menu ul li {
	margin: 0;
}
.tokyo-menu > ul li a.tokyo-menu-label {
	display: none;
}
.tokyo-menu > ul li label.tokyo-menu-label a {
	color:#FFF;
	text-decoration:none;
}
.tokyo-menu input {
  display: none;
}
.tokyo-menu label {
	position: relative;
	display: block;
    padding: 12px 32px 12px 12px;
	background-color: #3caf7b;
	background-position: 12px 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
	text-decoration: none;
}
.tokyo-menu label::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -6px;
	width: 6px;
	height: 6px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tokyo-menu label span {
	display: inline-block;
	margin-right: 10px;
	width: 160px;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
}
.tokyo-menu .tokyo-ac-cont {
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	height: 0;
	background: #fff;
	transition: .2s;
}
.tokyo-menu input:checked + .tokyo-ac-cont {
	box-sizing: border-box;
	height: auto;
	transition: .2s;
}
.tokyo-menu ul ul li {
    display: block;
	position: relative;
	height: 48px;
	min-height: 24px;
	border-bottom: solid 1px #ddd;
	background-color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	color: #292929;
}
.tokyo-menu ul ul li a {
	display: block;
	position: relative;
    padding: 12px;
	text-decoration: none;
}
.tokyo-menu ul ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: solid 2px #3caf7b;
	border-right: solid 2px #3caf7b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
	
/*トップページ*/
.tokyo-mv {
	height: 42rem;
}

}


/*=====================================

PC

=====================================*/

@media screen and (min-width: 770px) , print {


.tokyo > section {
	padding-left: -webkit-calc((100% - 110rem) / 2 );
	padding-left: calc((100% - 110rem) / 2 );
	padding-right: -webkit-calc((100% - 110rem) / 2 );
	padding-right: calc((100% - 110rem) / 2 );
}
.pagebanner.tokyo h1{
	font-size:5rem;
}

/*ページ内メニュー*/
#tokyo-menu-toggle {
    display: none
}
.tokyo-menu-btn {
    display: none
}
.tokyo-menu {
	width: 100%;
	background-color: #3caf7b;
	border-bottom: 4px solid #087a47;
	z-index: 10000;
}
.tokyo-menu input {
	display: none;
}
.tokyo-menu label {
	display: none;
}
.tokyo-menu > ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
    max-width: 120rem;
    margin: 0 auto;
	font-size: 0;
	letter-spacing: 0;
    zoom: 1;
}
.tokyo-menu > ul li {
	position: relative;
	width: 20%;
}
.tokyo-menu > ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.7rem;
	color: #fff!important;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .1rem;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: .3s all;
}
.tokyo-menu > ul li:hover a {
	background-color: #47cd90;
}
.tokyo-menu > ul li a.tokyo-menu-label {
	background-position: 18px 50%;
	background-repeat: no-repeat;
	background-size: 27px;
}
.tokyo-menu > ul li a > span {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0;
}
.tokyo-menu ul ul {
    z-index: 1000;
    visibility: hidden;
    position: absolute;
    top: 5.1rem;
    left: 0;
	margin: 5.1rem 0 0;
	width: 100%;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border-top: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
	opacity: 0;
}
.tokyo-menu ul li:hover > ul {
    visibility: visible;
	margin: 0 0 0;
	opacity: 1;
}
.tokyo-menu ul ul li {
	box-sizing: content-box;
    display: block;
	margin: 0;
	width: 100%;
	border-bottom: solid 1px #d1d1d1;
}
.tokyo-menu ul ul li:last-child {
	border: 0;
}
.tokyo-menu ul ul li a {
    display: block;
	position: relative;
	margin: 0;
    padding: 12px 24px 12px 12px;
	height: auto;
	min-height: 24px;
	background-color: #fff!important;
	font-size: 1.5rem;
	letter-spacing: 0;
	text-align: left;
	color: #292929!important;
}
.tokyo-menu ul ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: solid 2px #3caf7b;
	border-right: solid 2px #3caf7b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tokyo-menu ul ul li a:hover,
.tokyo-menu ul li:hover ul li a:hover {
    background-color: #f6f6f6!important;
}
.tokyo-nolink { 
	cursor: default;
}
	
/*トップページ*/
.tokyo-mv {
	height: 42rem;
}
.tokyo .boxlink h3 {
	font-size: 2.4rem;
	line-height: 1.5;
}
.tokyo .boxlink h3 span {
	font-size: 1.4rem;
	line-height: 2;
}
.tokyo-interviews .fl3 a:hover div {
    transform: translate(3px,3px);
    box-shadow: 0px 0px 0px 0px #47cd90;
    transition: .3s all;
}

/*スライド*/
.slide-title {
	min-height: auto;
	padding-top: 2.1rem;
	padding-bottom: 2.1rem;
}
.slide-title > p {
	font-size: 3.8rem!important;
	line-height: 1.2894!important;
}
.slide-title > p span {
	font-size: 1.4rem;
}
a:hover .slide-title p {
	color: #47cd90;
}

/*見出し*/
.title_type01.tokyo {
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 2.8rem;
	font-size: 4.2rem;
	line-height: 1.3333;
}
.title_type01.tokyo::after {
	bottom: 1.4rem;
}
.title_type01.tokyo::before {
	bottom: 1.4rem;
}

/*3列*/
.fl-box {
    display: flex;
    flex-wrap: wrap
}
.fl-box.fl3 > * {
    width: calc(100% / 3);
    width: 33.3333%;
    padding-left: 2.909%;
    padding-right: 2.909%
}
.fl-box.fl3 > *:nth-child(2),
.fl-box.fl3 > *:nth-child(3) {
    margin-top: 0!important
}
    
    

}