/*==================================================
Fonts
==================================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');

/*==================================================
cmn
==================================================*/
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
    overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 1.6rem;
    position: relative;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.8em;
}
p {
	margin-bottom: 1em;
	line-height: 2;
    color: #000;
    font-weight: 400;
}
p:last-child {
	margin: 0;
}
a, input[type="submit"] {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
    cursor: pointer;
}
a:hover, input[type="submit"]:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.wrap {
	padding: 0 20px;
	margin: 0 auto;
	box-shadow: none;
	max-width: 1240px;
	width: 100%;
    box-sizing: border-box;
}
.wrap-s {
	padding: 0 20px;
	margin: 0 auto;
	box-shadow: none;
	max-width: 1100px;
	width: 100%;
    box-sizing: border-box;
}
.wrap-ss {
	padding: 0 20px;
	margin: 0 auto;
	box-shadow: none;
	max-width: 800px;
	width: 100%;
    box-sizing: border-box;
}
.wrap-m {
	padding: 0 20px;
	margin: 0 auto;
	box-shadow: none;
	max-width: 1240px;
	width: 100%;
    box-sizing: border-box;
}


/*==================================================
head
==================================================*/
.site-header {
	width: 100%;
    padding: 4rem 0;
}
.site-header h1 {
    width: 39.5%;
    max-width: 474px;
    margin: 0 auto;
}

/*==================================================
foot
==================================================*/
footer {
    position: relative;
}
footer .footer-area {
    padding: 5rem 0;
    width: 100%;
    background: #F5F4F0;
}
footer .footer-banner-box {
    width: 100%;
    margin-bottom: 4rem;
}
footer .footer-banner-box .banner {
    width: 47.91666666666667%;
}
footer .footer-link {
    text-align: center;
    display: block;
}
footer .footer-link p {
    line-height: 1;
    margin-bottom: 0;
}
footer .copyright {
    padding: 3rem 0;
    text-align: center;
    display: block;
}


.banner a img {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
    cursor: pointer;
}
.banner a:hover img {
    opacity: 0.7;
}

.fotter-area a:hover {
    opacity: 0.7;
}

/*==================================================
content
==================================================*/
section {
    padding: 10rem 0;
}
.sec-tit-box{
    
}
.sec-tit-box .sec-tit {
    margin-bottom: 2.5rem;
    text-align: center;
}
.sec-tit-box .sec-tit figure img {
    height: 3.1rem;
    width: auto;
}
.sec-tit-box .sec-subtit {
    text-align: center;
    padding-bottom: 3rem;
    position: relative;
    margin-bottom: 5rem;
}
.sec-tit-box .sec-subtit figure img {
    height: 1.5rem;
    width: auto;
}
.sec-tit-box .sec-subtit::after {
    content: '';
    width: 75px;
    height: 2px;
    background: #F18D00;
    display: block;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}


/*ボタン*/
.btn {
	max-width: 241px;
	width: 100%;
	margin: 5rem auto 0;
	text-align: center;
}
.btn a {
	display: block;
	padding: 2.2rem 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #231815;
    line-height: 1;
    position: relative;
    color: #000333;
}
.btn a span {
    line-height: 1;
}
.btn a::after {
    content: '→';
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #000333;
}
.detail .btn {
	max-width: 180px;
	width: 100%;
	margin: 5rem auto 0;
	text-align: center;
}
.detail .btn a {
	display: block;
	padding: 1.2rem 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #555555;
    line-height: 1;
    position: relative;
    color: #555555;
}
.detail .btn a span {
    line-height: 1;
}
.detail .btn a::after {
    content: '';
    background: url("../img/cmn/arrow-right.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
}
.list-btn-box {
    display: inline-block;
    width: 15%;
}
.list-btn-box a {
	display: block;
	padding: 1rem 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #000;
    line-height: 1;
    position: relative;
    color: #000;
    font-size: 1.6rem;
}
.list-btn-box a::after {
    content: '';
    background: url("../img/cmn/arrow-right.svg") no-repeat top center;
    background-size: 100%;
    width: 1.6rem;
    height: 1.6rem;;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}
.list-btn-box a:hover {
    opacity: 1;
    background: #000;
    color: #fff;
}
.list-btn-box a:hover::after {
    content: '';
    background: url("../img/cmn/arrow-w-right.svg") no-repeat top center;
    background-size: 100%;
}

/*==================================================
mv
==================================================*/
#mv {
    padding: 0 !important;
}
#mv .mv-box {
    width: calc(100% / 3);
    position: relative;
}
#mv .mv-box::after {
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#mv .mv-box.line-blue::after {
    background: #2346A0;
}
#mv .mv-box.line-red::after {
    background: #D32830;
}
#mv .mv-box.line-green::after {
    background: #00AB57;
}

/*==================================================
sec01
==================================================*/
.sec01-topbox {
    background: #FDDB5D;
    border-radius: 2rem;
    padding: 5rem 10rem;
    margin-bottom: 5rem;
}
.sec01-tit {
    border-bottom: 2px solid #fff;
    padding-bottom: 3rem;
    margin: 0 auto 3rem;
}
.sec01-tit figure {
    width: 70%;
    margin: 0 auto;
}
.sec01-txt {
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 0;
}

.sec01-subtit {
    margin-bottom: 3rem;
}
.sec01-subtit .sec01-subtit-txt {
    width: 33.25%;
    margin: 0 auto 2rem;
}
.sec01-subtit .sec01-subtit-line {
    width: 34.58333333333333%;
    margin: 0 auto;
}
.sec01-bb-txt {
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 5rem;
}
.sec01-bb-txt span {
    font-size: 2.5rem;
    font-weight: 700;
}
.sec01-bb-txt span.txt-blue {
    color: #2346A0;
}
.sec01-bb-txt span.txt-red {
    color: #D32830;
}
.sec01-bb-txt span.txt-green {
    color: #00AB57;
}
.program-box {
    width: 30.5%;
    border-radius: 1rem;
    padding: 0 2.7rem 3rem;
}
.program-box.box01 {
    background: rgba(35,70,160,0.1);
}
.program-box.box02 {
    background: rgba(211,40,48,0.1);
}
.program-box.box03 {
    background: rgba(0,171,87,0.1);
}
.program-box.box01 h4  {
    background: #2346A0;
}
.program-box.box02 h4 {
    background: #D32830;
}
.program-box.box03 h4 {
    background: #00AB57;
}
.program-box h4 {
    width: 100%;
    margin-bottom: 2.5rem;
    text-align: center;
    padding: 0.8rem 0;
}
.program-box h4 figure {
    height: 3.57rem;
    width: auto;
}
.program-box h4 figure img {
    height: 100%;
    width: auto;
}
.program-box .program-img {
    margin-bottom: 2rem;
}
.program-box .program-txt {
    line-height: 1.5;
}


/*==================================================
sec02
==================================================*/
.sec02 {
    background: #F5F4F0;
}
.sec02-btn-box {
    margin-bottom: 9.7rem;
}
.sec02-btn-box .shop-btn {
    width: 47.91666666666667%;
    position: relative;
    text-align: center;
}
.sec02-btn-box .shop-btn a {
    border-radius: 1rem;
    padding: 4rem 0 4.5rem;
    width: 100%;
    height: 100%;
    display: block;
}
.sec02-btn-box .shop-btn.hiroshima-btn a {
    background: #93CC17;
}
.sec02-btn-box .shop-btn.nagoya-btn a {
    background: #34B0D6;
}
.sec02-btn-box .shop-btn figure img {
    height: 6.0rem;
    width: auto;
}
.sec02-btn-box .shop-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #ffffff transparent transparent transparent;
    margin: 0 auto;
    bottom: 2rem;
    left: 0;
    right: 0;
    position: absolute;
}

.studio-tit {
    margin-bottom: 2.4rem;
}
.studio-tit figure img {
    height: 3.3rem;
    width: auto;
}
.studio-inner {
    background: #fff;
    padding: 4rem;
}
#hiroshima .studio-inner {
    border-top: 2px solid #93CC17;
}
#nagoya .studio-inner {
    border-top: 2px solid #34B0D6;
}
.program-list {
    margin-bottom: 7rem;
}
.program-list li {
    padding: 1.5rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: space-between;
    align-items: center;
}
.program-list li:not(:last-child) {
    border-bottom: 1px dashed #999999;
}

.program-list .program-tit {
    font-size: 2.0rem;
}
.program-list .pdf-btn a {
    padding: 0.7rem 2.0rem;
    background: #4D4D4D;
    border-radius: 0.4rem;
}
.program-list .pdf-btn .pdf-icon {
    width: 2.2rem;
    margin-right: 1rem;
}
.program-list .pdf-btn .pdf-txt {
    width: 12.5rem;
    padding: 0.6rem 0;
}

.shop-list-box h4 {
    border-bottom: 1px solid #666666;
    padding-bottom: 1rem;
}
.shop-list-box h4 figure::before {
    content: '';
    height: 4.3rem;
    width: 5px;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle;
}
#hiroshima .shop-list-box h4 figure::before {
    background: #93CC17;
}
#nagoya .shop-list-box h4 figure::before {
    background: #93CC17;
}
.shop-list-box h4 figure {
    display: block;
}
.shop-list-box h4 figure img {
    height: 3.26rem;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.shop-list-box .shop-list:not(:last-child) {
    border-bottom: 1px dashed #999999;
}
.shop-list {
    padding: 2rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: flex-start;
}
.shop-list dt {
    width: 15rem;
    line-height: 2;
}
#hiroshima .shop-list dt .area-tit {
    font-weight: bold;
    color: #93CC17;
    font-size: 2.0rem;
}
#nagoya .shop-list dt .area-tit {
    font-weight: bold;
    color: #34B0D6;
    font-size: 2.0rem;
}
.shop-list dd {
    width: calc(100% - 15rem);
}
.shop-link {
    margin: 0;
    display: inline-block;
    margin-right: 2rem;
    font-size: 2.0rem;
}
.shop-link a {
    text-decoration: underline;
    font-size: 2.0rem;
}
#hiroshima .shop-link::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #93CC17;
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
}
#nagoya .shop-link::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #34B0D6;
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
}
#hiroshima {
    margin-bottom: 9rem;
}

/*==================================================
sec03
==================================================*/
.news-list-box {
    
}
.news-list-box .news-list:not(:last-child) {
    border-bottom: 1px dashed #CCCCCC;
}
.news-list-box .news-list a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem 0;
}
.news-list-box .news-list a .date {
    font-size: 2.0rem;
    margin-right: 3rem;
}
.cat-box {
    width: 7.6rem;
    margin-right: 3rem;
}
.cat-box .cat {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    padding: 0.3rem 0 0.5rem;
    line-height: 1;
}
.cat-box .cat.cat-hiroshima {
    background: #93CC17;
}
.cat-box .cat.cat-nagoya {
    background: #34B0D6;
}
.news-tit {
    font-size: 2.0rem;
}
.news-btn {
    width: 21rem;
    text-align: center;
    margin: 3rem auto 0;
}
.news-btn a {
    padding: 2rem 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #F18D00;
    border: 2px solid #F18D00;
    box-sizing: border-box;
}
.news-btn a figure {
    display: inline-block;
}
.news-btn a figure img {
    height: 1.5rem;
    width: auto;
    vertical-align: middle;
}
.news-btn a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    margin-left: 1rem;
    vertical-align: middle;
}
.news-btn a:hover {
    opacity: 1;
    border: 2px solid #F18D00;
    background: #fff;
    color: #F18D00;
}
.news-btn a:hover::after {
    border-color: transparent transparent transparent #F18D00;
}
.news-btn a figure img {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
    cursor: pointer;
}

.news-btn a figure{
    position: relative;
    vertical-align: middle;
    width: 60%;
}
.news-btn a figure img:first-child {
    position: absolute;
    display: block;
    width: 100%;
    opacity: 1;
    z-index: 2;
}
.news-btn a figure img:last-child {
    display: block;
    width: 100%;
    opacity: 0;
    z-index: 1;
}
.news-btn a:hover figure img:first-child {
    opacity: 0;
    z-index: 2;
}
.news-btn a:hover figure img:last-child {
    opacity: 1;
    z-index: 1;
}

@media screen and (max-width: 767px) {
/*==================================================
cmn
==================================================*/
html {
	font-size: 40%;
    overflow-x: hidden;
}
body {
	font-size: 2.1875rem;
    position: relative;
}
.pc {
	display: none;
}
.sp {
	display: block;
}

a:hover, input[type="submit"]:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
/*==================================================
header
==================================================*/
.site-header {
    padding: 2.2rem 0;
    width: 100%;
    position: relative;
    height: 50px;
    z-index: 9999;
}
.site-header h1 {
    width: 47.4%;
    max-width: auto;
    margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/*==================================================
foot
==================================================*/
footer .footer-area {
    padding: 7.8125rem 0;
}
footer .footer-banner-box {
    width: 100%;
    margin-bottom: 4rem;
}
footer .footer-banner-box .banner {
    width: 100%;
}
footer .footer-banner-box .banner:not(:last-child) {
    margin-bottom: 3.90625rem;
}
footer .footer-link {
    text-align: center;
    display: block;
}
footer .footer-link p {
    line-height: 1;
    margin-bottom: 0;
}
footer .copyright {
    padding: 3rem 0;
    text-align: center;
    display: block;
}



/*==================================================
content
==================================================*/
section {
    padding: 7.8125rem 0;
}
.sec-tit-box .sec-tit {
    margin-bottom: 2.5rem;
    text-align: center;
}
.sec-tit-box .sec-subtit {
    margin-bottom: 3.90625rem;
}
.sec02 .sec-tit-box .sec-tit figure img {
    height: auto;
    width: 39.333333vw;
}
.sec02.sec-tit-box .sec-subtit figure img {
    height: auto;
    width: 11.733333vw;
}
.sec03 .sec-tit-box .sec-tit figure img {
    height: auto;
    width: 23.066667vw;
}
.sec03 .sec-tit-box .sec-subtit figure img {
    height: auto;
    width: 9.2vw;
}
.sec-tit-box .sec-subtit::after {
    content: '';
    width: 12vw;
    height: 2px;
    background: #F18D00;
    display: block;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
/*カラム*/
.col-2, .col-3, .col-4 {
	overflow: hidden;
}
.col-2 .col-box:nth-of-type(2n) {
	margin-right: 0px;
}
.col-3 .col-box:nth-of-type(3n) {
	margin-right: 1%;
}
.col-4 .col-box:nth-of-type(2n) {
	margin-right: 0px;
}
.col-2 .col-box {
	width: 100%;
	float: left;
	margin: 0 0 3.5% 0;
}
.col-3 .col-box {
	width: 100%;
	float: left;
	margin: 0 0 5% 0;
}
.col-4 .col-box {
	width: 49%;
	float: left;
	margin: 0 2% 20px 0;
}
.detail-link {
	margin: 40px auto 0;
	max-width: 260px;
}
.single .main-content, .page .main-content, .archive .main-content {
    margin-top: 44px;
}

.block {
	margin-bottom: 25px !important;
}
.block-txt {
    padding-left: 12px !important;
}

#mv {
    padding: 0 !important;
}
#mv .mv-box {
    width: 100%;
    position: relative;
}
#mv .mv-box::after {
    content: '';
    width: 5px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
}

/*==================================================
sec01
==================================================*/
.sec01-topbox {
    padding: 4rem 3rem;
    margin-bottom: 8rem;
}
.sec01-tit figure {
    width: 100%;
}
.sec01-txt {
    font-size: 2.1875rem;
    text-align: left;
}

.sec01-subtit {
    margin-bottom: 2rem;
}
.sec01-subtit .sec01-subtit-txt {
    width: 88%;
    margin: 0 auto 1rem;
}
.sec01-subtit .sec01-subtit-line {
    width: 88%;
    margin: 0 auto;
}
.sec01-bb-txt {
    text-align: left;
    font-size: 2.1875rem;
    margin-bottom: 5rem;
}
.sec01-bb-txt span {
    font-size: 2.73437rem;
    font-weight: 700;
}
.program-box {
    width: 100%;
    border-radius: 2rem;
    padding: 0 3.5rem 3rem;
}
.program-box:not(:last-child) {
    margin-bottom: 3.90625rem;
}
.program-box h4 {
    width: 100%;
    margin-bottom: 2.5rem;
    text-align: center;
    padding: 1.25rem 0;
}

/*==================================================
sec02
==================================================*/
.sec02-btn-box {
    margin-bottom: 7.8125rem;
}
.sec02-btn-box .shop-btn {
    width: 100%;
    position: relative;
    text-align: center;
}
.sec02-btn-box .shop-btn:not(:last-child) {
    margin-bottom: 3.90625rem;
}
.sec02-btn-box .shop-btn::after {
    border-width: 5.5px 4px 0 4px;
}
.sec02-btn-box .shop-btn.hiroshima-btn figure img {
    height: auto;
    width: 56.371733%;
}
.sec02-btn-box .shop-btn.nagoya-btn figure img {
    height: auto;
    width: 48.053067%;
}
.sec02-btn-box .shop-btn a {
    border-radius: 1rem;
    padding: 3.90625rem 0 4.1rem;
    width: 100%;
    height: 100%;
    display: block;
}
.studio-tit {
    margin-bottom: 2.4rem;
}
.studio-tit.hiroshima-tit figure img {
    height: auto;
    width: 55.6vw;
}
.studio-tit.nagoya-tit figure img {
    height: auto;
    width: 60.906667vw;
}
.shop-list-box h4 figure img {
    height: auto;
    width: 27.6vw;
    display: inline-block;
    vertical-align: middle;
}
.shop-list-box h4 figure::before {
    content: '';
    height: 3.8rem;
    width: 5px;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle;
}
.studio-inner {
    background: #fff;
    padding: 3.125rem 3.125rem 1.90625rem;
}
.program-list {
    margin-bottom: 7rem;
}
.program-list li {
    padding: 1.8rem 0;
}

.program-list .program-tit {
    width: 30vw;
    line-height: 1.25;
}
.program-list .pdf-btn a {
    padding: 0.9rem 2rem;
}
.program-list .pdf-btn .pdf-icon {
    width: 4.4vw;
    margin-right: 1rem;
}
.program-list .pdf-btn .pdf-txt {
    width: 24.93333vw;
    padding: 0.4rem 0;
}

.shop-list-box h4 figure {
    display: inline-block;
}
    
.shop-list {
    padding: 2rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: flex-start;
}
.shop-list dt {
    width: 100%;
}
#hiroshima .shop-list dt .area-tit {
    font-size: 2.1875rem;
}
#nagoya .shop-list dt .area-tit {
    font-size: 2.1875rem;
}
.shop-list dd {
    width: 100%;
}
.shop-link {
    margin: 0;
    display: inline-block;
    margin-right: 2rem;
    font-size: 2.0rem;
}
.shop-link a {
    text-decoration: underline;
    font-size: 2.0rem;
}
#hiroshima {
    margin-bottom: 9rem;
}

/*==================================================
sec03
==================================================*/
.news-list-box .news-list a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem 0;
}
.news-list-box .news-list a .date {
    font-size: 2.1875rem;
    margin-right: 3rem;
    margin-bottom: 2.1875rem;
    line-height: 1.7;
}
.news-list-box .news-list a .cat-box {
    width: 8.6rem;
    margin-right: 3rem;
}
.news-list-box .news-list a .cat-box .cat {
    font-size: 1.90625rem;
    padding:  0.5rem 0 0.8rem
}
.news-tit {
    font-size: 2.1875rem;
    line-height: 1.5;
    display: block;
    width: 100%;
}
.news-btn {
    width: 49vw;
}
.news-btn a {
    padding: 2.5rem 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #F18D00;
}
.news-btn a figure {
    display: inline-block;
    width: 80%;
}
.news-btn a figure img {
    height: auto;
    width: 31.733333vw;
    vertical-align: middle;
}
.news-btn a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    margin-left: 1rem;
    vertical-align: middle;
}

}


.anm-fd {
    animation-name: fadeDownAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.anm-fd.anm01 {
    animation-delay: 0.5s;
}
.anm-fd.anm02 {
    animation-delay: 1.0s;
}
.anm-fd.anm03 {
    animation-delay: 1.5s;
}

@keyframes fadeDownAnime{
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/*==================================================
news-list/news-detail
==================================================*/
.page-tit {
    background: url("../img/news/news-tit-bg.jpg");
    background-size: cover;
    height: 30rem;
    position: relative;
    padding: 11.5rem 0;
}
.page-tit .sec-tit-box .sec-subtit {
    padding-bottom: 0;
    margin-bottom: 0;
}
.page-tit .sec-tit-box .sec-subtit::after {
    content: none;
}

.news-detail .date-box {
    margin-bottom: 3rem;
}
.news-detail .date-box .date {
    line-height: 1;
    color: #999
}
.news-detail .detail-tit {
    font-size: 3.0rem;
    margin-bottom: 2rem;
}
.detail-head {
    padding-bottom: 3rem;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 6rem;
}

.breadcrumbs {
    margin-top: 0;
    padding: 5rem 0 0;
}
.breadcrumbs .list_area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: flex-start;
}
.breadcrumbs .list_area li {
    font-size: 2.0rem;
    display: inline-block;
}
.breadcrumbs .list_area li span {
    vertical-align: middle;
    line-height: 1;
}
.breadcrumbs .list_area li:not(:last-child)::after {
    content: '>';
    margin: 0 2rem;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
/*==================================================
news-list/news-detail
==================================================*/
.news-detail .detail-tit {
    font-size: 2.73437rem;
}
}


.pager {
    width: 100%;
    padding: 5rem 0 0;
}
.pager .pager-btn-area {
    max-width: 470px;
    width: 100%;
    margin: 0 auto 0;
}
.pager .pager-btn-area .pager-btn-box,
.pager .pager-btn-area .event-btn-box {
    width: 100%;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: center !important;
    margin: 0 auto;
}
.pager .pager-btn,
.pager .first-btn,
.pager .last-btn {
    width: 4rem;
    height: 4rem;
    display: block;
    margin: 0 0.5rem;
}
.pager .back-btn,
.pager .next-btn {
    width: 8rem;
    height: 4rem;
    display: block;
}
.pager .back-btn {
    margin: 0 2.5rem 0 0.5rem;
}
.pager .next-btn {
    margin: 0 0.5rem 0 2.5rem;
}
.pager a {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #000;
    position: relative;
}
.pager a:hover,
.pager .pager-btn.active a{
    background: #000;
    color: #fff;
    opacity: 1;
}
.pager a:hover span,
.pager .pager-btn.active a span {
    color: #fff;
}
.pager .first-btn figure,
.pager .last-btn figure {
    width: 1.4rem;
    display: inline-block;
}
.pager .back-btn figure,
.pager .next-btn figure {
    width: 0.7rem;
    display: inline-block;
    position: relative;
}
.pager a figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
    height: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.pager a:hover figure img:nth-of-type(2) {
	opacity: 0;
}
.pager .back-btn span,
.pager .next-btn span {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    line-height: 1.7;
    padding: 0 1rem;
}
.pager span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    color: #555;
}
@media screen and (max-width: 767px) {
.pager .pager-btn-area .pager-btn-box {
    justify-content: space-between;
}
.pager .pager-btn,
.pager .first-btn,
.pager .last-btn {
    width: 3rem;
    height: 3rem;
    margin: 0 0.3rem;
}
.pager .back-btn, .pager .next-btn {
    width: 7rem;
    height: 3rem;
}
.pager .back-btn {
    margin: 0 1.5rem 0 0.3rem;
}
.pager .next-btn {
    margin: 0 0.3rem 0 1.5rem;
}
.pager .first-btn figure,
.pager .last-btn figure {
    width: 1.0rem;
}
.pager .back-btn figure,
.pager .next-btn figure {
    width: 0.5rem;
}
.pager span,
.pager .back-btn span, 
.pager .next-btn span {
    line-height: 1    
}
}

.fin-tit {
    font-size: 3rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
.fin-txtbox p {
    text-align: left;
}
}