@charset "UTF-8";
/* CSS Document */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css);
@import url("main.min.css");
@import url("reset.css");
@import url("form20220225.css");
@font-face { font-family: 'NIS_SMS5N2'; src: url(../../font/NIS_SMS5N.woff2);}
@font-face { font-family: 'NIS_SMS5N'; src: url(../../font/NIS_SMS5N.woff);}
header.ver1 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

header.ver1 h1 {
    display: inline-block;
}

header.ver1 h1 a {
    display: block;
    padding: 11px 0;
}

header.ver1 h1 a img {
    max-height: 56px;
    width: auto;
}

header.ver1 a.cv {
    position: absolute;
    right: 0;
    background: #af1e2b;
    color: #fff;
    width: 220px;
    padding: 6px 50px;
    font-size: 22px;
}

header.ver1 a.cv::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 50px;
    line-height: 1;
    position: absolute;
    right: 5%;
    top: calc(50% - 25px);
}

header.ver2{
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #ddd;
}
header.ver2 .container{
	width: calc(100% - 20px);
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
header.ver2 .container .ttl{}
header.ver2 .container .ttl h1{
	height: 80px;
	line-height: 80px;
}
header.ver2 .container .ttl h1 a{
	line-height: 80px;
	height: 80px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
header.ver2 .container .ttl h1 a img{
	max-width: 200px;
	height: auto;
}
header.ver2 .container .entry{}
header.ver2 .container .entry a.cv{
	padding: 0 50px 0 20px;
	line-height: 80px;
	display: block;
	color: #af1e2b;
	position: relative;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
header.ver2 .container .entry a.cv::after{
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-color: #af1e2b;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
}

div.fv {
    background-image: url("../../img/trial/fv-bg.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 700px;
    position: relative;
}

div.fv h2 {
    position: absolute;
    bottom: 10%;
    left: 10%;
    max-width: 750px;
}

div.fv h2 img {
    width: 100%;
    vertical-align: bottom;
}

div.fv a.cv {
    position: absolute;
    right: 5%;
    bottom: 5%;
    max-width: 450px;
}

div.fv a.cv img {
    width: 100%;
    vertical-align: bottom;
}
.fv20220225{
	position: relative;
}
.fv20220225 .img{
	height: 600px;
}
.fv20220225 .img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top center;
}
.fv20220225 .set{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}
.fv20220225 .set .inner{
	padding: 0 40px 40px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.fv20220225 .set h2{
	flex: 1;
}
.fv20220225 .set h2 img{
	max-width: 100%;
	height: auto;
}
.fv20220225 .set a.cv{
	width: 30%;
	max-width: 400px;
	display: block;
}
.fv20220225 .set a.cv img{
	width: 100%;
	height: auto;
	display: block;
}

#topimg{
	height: 35vw;
	min-height: 360px;
	background: url(../../img/trial/topimg.jpg) no-repeat center;
	background-size: cover;
}
#topimg .topimg_wrap{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#topimg .topimg_wrap .ttl{
	margin-top: -10vw;
	margin-left: -40vw;
}
#topimg .topimg_wrap .ttl h2{
	width: 30vw;
	min-width: 320px;
}
#topimg .topimg_wrap .ttl h2 img{
	max-width: 100%;
	height: auto;
}
#topimg .topimg_wrap .ttl h2 img.pc{}
#topimg .topimg_wrap .ttl h2 img.sp{ display: none;}

.entry_set{
	width: calc(100% - 20px);
	margin: 100px auto;
}
.entry_set .ttl{}
.entry_set .ttl h3{
	text-align: center;
	font-size: 2rem;
}
.entry_set .detail{
	margin: 20px 0 0;
}
.entry_set .detail ul.entry_list{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.entry_set .detail ul.entry_list li{
	margin: 10px 0 0;
	padding: 0;
	border: 0;
}
.entry_set .detail ul.entry_list li::after{
	display: none;
}
.entry_set .detail ul.entry_list li a{
	width: 100%;
	height: 100%;
	min-height: 80px;
	padding: 0 60px 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	background: #dedede;
	box-sizing: border-box;
	text-align: left;
	color: #000;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
.entry_set .detail ul.entry_list li a::after{
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.8rem;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0;
	text-indent: 0.1rem;
	color: #fff;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-color: #af1e2b;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
}
.entry_set .detail ul.entry_list li small{
	font-size: 0.8rem;
	letter-spacing: 0;
}
.entry_set .detail ul.entry_list li.full{
	width: 100%;
}
.entry_set .detail ul.entry_list li.half{
	width: calc(50% - 5px);
}
.entry_set .detail ul.entry_list li.entry a{
	padding: 20px 60px 20px 20px;
	background: #af1e2b;
	color: #fff;
	text-align: center;
}
.entry_set .detail ul.entry_list li.entry a::after{
	background: #fff;
	color: #af1e2b;
}
.entry_set .detail ul.entry_list li.entry a span{
	font-size: 1.8rem;
}
.entry_set .detail ul.entry_list li.entry a br{
/*	display: none;*/
}
.entry_set .detail ul.no1_list{
	width: 100%;
	max-width: 640px;
	margin: 20px auto 0;
	padding-left: 2.5rem;
	list-style-type: disc;
	box-sizing: border-box;
}
.entry_set .detail ul.no1_list li{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1.2rem;
	border: none;
}
.entry_set .detail ul.no1_list li::after{
	display: none;
}
.entry_set .detail ul.no1_list li.small{
	margin-top: 10px;
	font-size: 0.8rem;
	list-style: none;
}
.entry_set .detail ul.no1_list li span{
	color: #af1e2b;
}

#what{
	padding: 100px 0;
	background: #f2f2f2;
}
#what .what_wrap{}
#what .what_wrap .what_set{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#what .what_wrap .what_set .ttl{}
#what .what_wrap .what_set .ttl h3{
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.1rem;
}
#what .what_wrap .what_set .ttl h3 span{
	font-size: 2.8rem;
}
#what .what_wrap .what_set .ttl h3 span.red{
	color: #af1e2b;
}
#what .what_wrap .what_set .detail{}
#what .what_wrap .what_set .detail .table{
	margin: 100px 0 0;
}
#what .what_wrap .what_set .detail .table h4{
	margin: 0 0 10px;
	text-align: center;
	font-size: 1.2rem;
}
#what .what_wrap .what_set .detail .table table{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
#what .what_wrap .what_set .detail .table table tfoot td{
	padding: 10px 0;
	font-size: 1rem;
	text-align: right;
}
#what .what_wrap .what_set .detail .table table tfoot td span{}
#what .what_wrap .what_set .detail .table table tfoot td br{
	display: none;
}
#what .what_wrap .what_set .detail .table table thead th{
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #d7d8d8;
}
#what .what_wrap .what_set .detail .table table tbody td{
	padding: 16px 30px;
	text-align: center;
	border-bottom: 1px solid #000;
}
#what .what_wrap .what_set .detail .table table tbody td:last-child{
	color: #af1e2b;
}
#what .what_wrap .what_set .detail .table p{
	margin: 100px 0;
	text-align: center;
	font-size: 1.6rem;
}
#what .what_wrap .what_set .detail + .ttl{
	padding-top: 100px;
	border-top: 1px solid #000;
}
#what .what_wrap .what_set .detail ul.how_list{
	width: 100%;
	margin: 40px auto 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#what .what_wrap .what_set .detail ul.how_list li{
	width: 32%;
	padding: 10px 0;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
}
#method{}
#method .method_wrap{}
#method .method_wrap .method_set{}
#method .method_wrap .method_set .ttl{}
#method .method_wrap .method_set .ttl h3{
	margin: 100px 0;
	text-align: center;
	font-size: 1.6rem;
}
#method .method_wrap .method_set .detail{}
#method .method_wrap .method_set .detail h4{
	text-align: center;
	font-size: 1.4rem;
	line-height: 2;
}
#method .method_wrap .method_set .detail h4 span.red{
	font-size: 2.4rem;
	color: #af1e2b;
}
#method .method_wrap .method_set .detail table{
	width: 100%;
	max-width: 500px;
	margin: 40px auto 0;
}
#method .method_wrap .method_set .detail table thead th{}
#method .method_wrap .method_set .detail table tbody td{
	font-size: 10rem;
	text-align: center;
	line-height: 1;
	color: #af1e2b;
	letter-spacing: -0.2rem;
}
#method .method_wrap .method_set .detail table tbody td small{
	font-size: 3rem;
}
#method .method_wrap .method_set .detail table tfoot td{
	padding: 20px 0;
	text-align: center;
}

section.contents-01 {
    text-align: center;
    margin: 100px auto 0;
}

section.contents-01 h2 {
    font-size: 30px;
    font-weight: normal;
	line-height: 2;
}

section.contents-01 h2 span {
    font-size: 40px;
    border-bottom: 2px solid #333;
}

section.contents-01 img {
    width: 100%;
    max-width: 950px;
    margin: 50px auto 0;
}

section h3.cv-title {
    font-size: 30px;
    font-weight: normal;
    line-height: 2;
}
.contents-01 .reason{
	margin: 40px 0;
}
.contents-01 .reason h3{
	font-size: 24px;
	font-weight: 400;
}
.contents-01 .reason h3 span{
	margin: 0 10px;
    font-size: 150%;
	color: #af1e2b !important;
}
.contents-01 .reason ul.reason_list{
	margin: 40px 0 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.contents-01 .reason ul.reason_list li{
	text-align: center;
}
.contents-01 .reason ul.reason_list li > small{
	margin: 0 0 10px;
	display: block;
	clear: both;
	color: #af1e2b !important;
	font-size: 16px;
}
.contents-01 .reason ul.reason_list li > small span{}
.contents-01 .reason ul.reason_list li > span{
	display: inline-block;
	font-size: 24px;
}


section h3.cv-title.mt-100 {
    margin: 100px auto 0;
}

section a.cv-link {
    background: #af1e2b;
    color: #fff;
    width: 100%;
    padding: 25px 0;
    display: block;
    margin: 15px auto;
    position: relative;
    max-width: 600px;
    font-size: 20px;
    border: 1px solid #af1e2b;
    border-radius: 2px;
}

section a.cv-link::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    line-height: 1;
    position: absolute;
    right: 5%;
    top: calc(50% - 12.5px);
}

section a.cv-link:hover {
    background: #fff;
    color: #af1e2b;
	opacity: 1;
}

section a.cv-link:hover::after {
    color: #af1e2b;	
	opacity: 1;
}

section p.cv-text {
    font-size: 20px;
    font-weight: normal;
}

section p.cv-text span {
    border-bottom: 2px solid #333;
}
div.full-contents-01 {
    position: relative;
    height: 450px;
    text-align: center;
    margin: 100px auto 0;
}

div.full-contents-01 h3 {
    font-size: 35px;
    font-weight: normal;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 110px);
}

div.full-contents-01 h3 span {
    color: #af1e2b;
    font-size: 60px;
    font-weight: bold;
}

div.full-contents-01 img.bg-left {
    position: absolute;
    left: 0;
    top: 6.5px;
}

div.full-contents-01 img.bg-right {
    position: absolute;
    right: 0;
    top: 6.5px;
}

section.contents-02 {
    text-align: center;
    margin: 100px auto 0;
}

section.contents-02 p {
    font-size: 20px;
    font-weight: bold;
}

section.contents-02 table {
    margin: 10px auto;
}

section.contents-02 table th {
    background: #ccc;
    font-weight: normal;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 0;
}

section.contents-02 table td {
    border-bottom: 1px solid #333;
    padding: 10px 40px;
    position: relative;
}

section.contents-02 table td small {
    font-weight: normal;
    font-size: 15px;
}

section.contents-02 table td:last-child {
    font-weight: bold;
    font-size: 20px;
	color: #af1e2b;
}

section.contents-02 p.table-bottom {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}


section.contents-02 h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 2;
    margin: 50px auto 0;
}

section.contents-02 h3 {
    font-size: 30px;
    font-weight: normal;
    margin: 100px auto 0;
    position: relative;
	display: inline-block;
}

section.contents-02 h3 span {
    color: #777;
    font-size: 50px;
    position: absolute;
    left: -15%;
    line-height: 1;
}

section.contents-02 ul {
    letter-spacing: -6px;
    margin: 50px auto 0;
}

section.contents-02 ul li {
    display: inline-block;
    letter-spacing: normal;
    max-width: 300px;
    margin: 0 0 0 50px;
}

section.contents-02 ul li:first-child {
    margin: 0;
}

section.contents-02 ul li img {
    width: 100%;
    vertical-align: bottom;
}

section.contents-03 {
    text-align: center;
    margin: 100px auto 0;
}

section.contents-03 h2 {
    font-size: 30px;
    font-weight: normal;
	line-height: 2;
}

section.contents-03 h2 span {
    font-size: 40px;
    border-bottom: 2px solid #333;
}

section.contents-03 img {
    width: 100%;
    max-width: 620px;
    margin: 50px auto;
}


section.contents-04 {
    text-align: center;
    margin: 100px auto 0;
}
section.contents-04 h2 {
    font-size: 30px;
    font-weight: normal;
	line-height: 2;
}

section.contents-04 h2 span {
	font-size: 60px;
	font-weight: bold;	
}

section.contents-04.ver2 h2 {
	width: calc(100% - 20px);
	max-width: 1200px;
	margin: 0 auto;
    font-size: 30px;
    font-weight: normal;
	line-height: 2;
	position: relative;
	text-align: left;
}
section.contents-04.ver2 h2 span {
	font-size: inherit;
	font-weight: normal;	
}
section.contents-04.ver2 h2::before{
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	display: block;
	position: absolute;
	top: 50%;
}
section.contents-04.ver2 h2 span{
	display: inline-block;
	background: #fff;
	padding-right: 20px;
	z-index: 10;
	position: relative;
}
section.contents-04.ver2 h2 strong {
	font-size: 40px;
}

section.contents-04 div.fl-image,
section.contents-04 div.fr-image {
    width: 100%;
    max-width: 1340px;
    margin: 100px auto 0;
    text-align: left;
}

section.contents-04 div.fl-image img {
    float: left;
}

section.contents-04 div.fl-image div.column {
    float: right;
    max-width: 560px;
	margin: 40px auto 0;
}

section.contents-04 div.fr-image img {
    float: right;
}

section.contents-04 div.fr-image div.column {
    float: left;
    max-width: 560px;
	margin: 40px auto 0;
}

section.contents-04 div.column.cl-01 {
	background-image: url("../../img/trial/method-01.png");
	background-repeat: no-repeat;
	background-position: right top;
}

section.contents-04 div.column.cl-02 {
	background-image: url("../../img/trial/method-02.png");
	background-repeat: no-repeat;
	background-position: right top;
}

section.contents-04 div.column.cl-03 {
	background-image: url("../../img/trial/method-03.png");
	background-repeat: no-repeat;
	background-position: right top;
}

section.contents-04 div.column.cl-04 {
	background-image: url("../../img/trial/method-04.png");
	background-repeat: no-repeat;
	background-position: right top;
}

section.contents-04 div.fl-image div.column h3,
section.contents-04 div.fr-image div.column h3 {
    font-size: 30px;
    font-weight: normal;
}

section.contents-04 div.fl-image div.column h3 span,
section.contents-04 div.fr-image div.column h3 span {
    color: #af1e2b;
    font-size: 45px;
    font-weight: bold;
}

section.contents-04 div.fl-image div.column h4,
section.contents-04 div.fr-image div.column h4 {
    font-size: 26px;
    font-weight: bold;
    margin: 25px auto;
    background: #0f3568;
    color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
}

section.contents-04 div.fl-image div.column p,
section.contents-04 div.fr-image div.column p {
    font-size: 16px;
	line-height: 2;
}
section.contents-04 div.fl-image div.column p + p,
section.contents-04 div.fr-image div.column p + p {
	margin-top: 1em;
}

div.full-contents-02 {
    position: relative;
    text-align: center;
    margin: 100px auto 0;
    background-image: url("../../img/trial/hope-up-bg.jpg");
    background-attachment: fixed;
}

div.full-contents-02 h3 {
    font-size: 35px;
    font-weight: normal;
    padding: 100px 0;
}

div.full-contents-02 h3 span {
    color: #fff;
    background: #af1e2b;
    font-size: 60px;
    padding: 5px 10px;
    border-radius: 6px;
}

div.full-contents-02 img {
    position: absolute;
    width: 200px;
    left: calc(50% + 250px);
    bottom: 50px;
}			

section.contents-05 {
    text-align: center;
    margin: 0 auto;
    background-image: url("../../img/trial/review-bg.jpg");
    background-attachment: fixed;
	padding: 0 0 100px;
	background-position: center;
}

section.contents-05 h2 {
    font-size: 40px;
    font-weight: normal;
	line-height: 2;
	padding: 100px 0 0;
}

section.contents-05 ul {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
	overflow: scroll;
	height: 1250px;
}

section.contents-05 ul li {
    text-align: left;
    background: rgba(255,255,255,.7);
    padding: 50px;
    margin: 50px auto;
}

section.contents-05 ul li img {
    float: left;
    max-width: 150px;
}

section.contents-05 ul li div.column {
    float: left;
    max-width: 500px;
    margin: 0 0 0 50px;
}

section.contents-05 ul li div.column h3 {
    font-size: 25px;
    font-weight: normal;
}

section.contents-05 ul li div.column h3 span {
    color: #af1e2b;
    font-weight: bold;
    font-size: 35px;
    display: inline-block;
    border-bottom: 2px solid #af1e2b;
    line-height: 1;
}

section.contents-05 ul li div.column p.sub-title {
    margin: 25px auto;
    line-height: 2;
}

section.contents-05 ul li div.column p.content {
    line-height: 2;
}

section.contents-06 {
    text-align: center;
    margin: 100px auto 0;
}

section.contents-06 h2 {
    font-size: 30px;
    font-weight: normal;
	line-height: 2;
	margin: 100px auto 50px;
}

section.contents-06 h2 span {
    font-size: 40px;
    border-bottom: 2px solid #333;
}

section.contents-06 ul {
    max-width: 800px;
    margin: 0 auto;
}

section.contents-06 ul li {
    border: 1px solid #aaa;
    border-radius: 2px;
    margin: 0 0 75px;
    position: relative;
}

section.contents-06 ul li::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 70px;
    line-height: 1;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -70px;
    color: #999;
}

section.contents-06 ul li:last-child::after {
    content: none;
}

section.contents-06 ul li img {
    margin: 0;
    max-width: 300px;
    float: left;
}

section.contents-06 ul li div.column {
    float: left;
    max-width: 448px;
    margin: 0 0 0 25px;
    text-align: left;
}

section.contents-06 ul li div.column h3 {
    font-weight: normal;
    font-size: 25px;
    margin: 20px auto;
}

section.contents-07 {
    text-align: center;
    margin: 100px auto 0;
}

section.contents-07 h2 {
    font-size: 50px;
    font-weight: normal;
    margin: 0 auto 50px;
}

section.contents-07 div.wrap {
    display: inline-block;
    text-align: left;
}

section.contents-07 div.wrap h3 {
    margin: 0 auto 15px;
}

section.contents-07 div.wrap p {
    font-size: 14px;
    color: #333;
}

section.contents-07 div.wrap p span {
    display: block;
    margin: 20px auto 0;
}

section.contents-07 div.wrap a {
    color: #000;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-weight: 700;
    display: inline-block;
    margin: 25px auto 0;
    position: relative;
    padding: 0 25px 0 0;
}

section.contents-07 div.wrap a::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    background: #af1e2b;
    color: #fff;
    padding: 1px 4px;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
}

section.contents-07 div.map {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 50px;
}

section.contents-07 div.map iframe {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    vertical-align: bottom;
}

section.contents-08 {
    text-align: center;
    margin: 100px auto 0;
}

section.contents-08 h2 {
    font-size: 50px;
    font-weight: normal;
    margin: 0 auto 25px;
}

section.contents-08 p {
    color: #999;
    font-size: 35px;
}

footer {
    text-align: center;
    background: #0f3568;
    padding: 100px 0 0;
    margin: 0 auto 0;
}

footer h2 {
    color: #fff;
    font-size: 40px;
    margin: 0 auto 25px;
	font-weight: normal;
}

footer p.sub-title {
    color: #fff;
    font-size: 25px;
}

footer p.sub-title strong {
    display: inline-block;
    background: #fff;
    color: #0f3568;
    font-weight: normal;
    padding: 0 10px;
    margin: 0 5px;
}

footer p.sub-title small {
    display: block;
    margin: 10px auto 0;
}

footer ul {
    max-width: 800px;
    margin: 50px auto;
	letter-spacing: -7px;
}

footer ul li:first-child a {
    background: #af1e2b;
    color: #fff;
    width: 100%;
    padding: 25px 0;
    display: block;
    margin: 15px auto;
    position: relative;
    font-size: 20px;
    border: 1px solid #af1e2b;
    border-radius: 2px;
	letter-spacing: normal;
}

footer ul li:first-child a::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    line-height: 1;
    position: absolute;
    right: 5%;
    top: calc(50% - 12.5px);
}

footer ul li:first-child a:hover {
    background: #fff;
    color: #af1e2b;
	opacity: 1;
}

footer ul li:first-child a:hover::after {
    color: #af1e2b;	
	opacity: 1;
}

footer ul li:nth-child(2),
footer ul li:nth-child(3) {
    display: inline-block;
    width: 47.5%;
    letter-spacing: normal;
	vertical-align: top;
}

footer ul li:nth-child(3) {
	margin: 0 0 0 5%;
}

footer ul li:nth-child(2) a,
footer ul li:nth-child(3) a {
    background: #e6e6e6;
    display: block;
    color: #000;
    padding: 30px 0;
    border-radius: 2px;
    font-size: 25px;
    position: relative;
}

footer ul li:nth-child(3) a {
    padding: 20px 0 40px;
}

footer ul li:nth-child(3) a i {
    padding: 0 10px 0 0;
}

footer ul li:nth-child(3) a small {
    position: absolute;
    font-size: 14px;
    display: block;
    left: 0;
    right: 0;
    bottom: 10px;
}

footer ul li:nth-child(2) a::after,
footer ul li:nth-child(3) a::after {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 25px;
	line-height: 1;
	background: #af1e2b;
	color: #fff;
	padding: 1px 10px;
	position: absolute;
	right: 30px;
	top: calc(50% - 13.5px);
}
footer ul li.gototopskyoto{
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #fff;
}
footer ul li.gototopskyoto a{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	color: #fff;
	font-size: 25px;
	display: block;
	position: relative;
	border: 1px solid #fff;
	letter-spacing: 2px;
}
footer ul li.gototopskyoto a br{
	display: none;
}
	footer ul li.gototopskyoto a::after{
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	background: #fff;
	color:#0f3568;
	height: 28px;
	margin-top: -14px;
	padding: 0 10px;
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
}
footer ul li.gototopskyoto a:hover{
	background: #fff;
	color:#0f3568;
	opacity: 1;
}

footer a.logo {
    margin: 50px auto;
    display: inline-block;
}

footer p.copy {
    font-size: 14px;
    color: #fff;
    padding: 0 0 10px;
}


div.covid-19-content {
    border: 1px solid #0f3468;
    max-width: 1000px;
    margin: 75px auto;
    padding: 50px;
    position: relative;
	border-radius: 2px;
}

div.covid-19-content h3 {
    font-size: 30px;
    font-weight: normal;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: -25px;
    width: 500px;
    text-align: center;
    left: calc(50% - 250px);
	color: #0f3468;
}

div.covid-19-content .message{
	margin: 20px auto 40px;
	text-align: center;
}
div.covid-19-content .message + .message{
	margin-top: 60px;
}
	div.covid-19-content .message h4{}
div.covid-19-content .message h4 span{
	font-size: 1.4rem;
	display: inline-block;
	border-bottom: 1px solid #333;
}
div.covid-19-content .message h4.red span{
	color: #af1e2b;
	border-color: #af1e2b;
}
	div.covid-19-content .message h4 + p{
	margin: 20px 0 0;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
}

div.covid-19-content ul {
    letter-spacing: -7px;
}

div.covid-19-content ul li {
    letter-spacing: normal;
    display: inline-block;
    max-width: 30%;
    vertical-align: top;
    margin: 25px 0 25px 5%;
}

div.covid-19-content ul li:first-child,
div.covid-19-content ul li:nth-child(4n) {
	margin: 25px 0;
}

div.covid-19-content ul li img {
    width: 100%;
}

div.covid-19-content ul li h4 {
    margin: 15px auto;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: .1rem;
    height: 66px;
}

div.covid-19-content ul li p {
    letter-spacing: .05rem;
}


.tv202101{
	max-width: 800px;
	margin: 100px auto;
}
.tv202101 .message{
	margin: 0 0 40px;
}
.tv202101 .message p{
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.2;
}
.tv202101 .message p + p{}
.tv202101 .message p + p small{
	font-size: 60%;
}
.tv202101 .imgset{
    margin-bottom: 60px;
	padding-bottom: 40px;
	position: relative;
}
.tv202101 .imgset ul{}
.tv202101 .imgset ul li{}
.tv202101 .imgset ul li img{
	max-width: 100%;
	height: auto;
	display: block;
}
.tv202101 .imgset .swiper-container{
	box-shadow: 0 0 16px rgba(0,0,0,0.3);
}
.tv202101 .imgset .swiper-pagination{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}
.tv202101 .imgset .swiper-pagination > span{
	margin: 0 2px;
}
.tv202101 .txtset{}
.tv202101 .txtset .wrap{
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: all 0.2s ease;
}
.tv202101 .txtset .wrap .inner{
    padding: 40px;
    border: 1px solid #ddd;
}
.tv202101 .txtset .wrap .inner blockquote{}
.tv202101 .txtset .wrap .inner blockquote p{
    margin: 10px 0 0;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.tv202101 .txtset .wrap .inner p.cite{
    margin: 40px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #eee;
    font-size: 80%;
}
.tv202101 .txtset .wrap .inner p.cite a{}
.tv202101 .txtset .wrap .more{
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    background: #eee;
    background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
}
.tv202101 .txtset .wrap .more span{
    width: 200px;
    height: 40px;
    margin-left: -100px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    background: #af1e2b;
    border: 1px solid #af1e2b;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    cursor: pointer;
}
.tv202101 .txtset .wrap .more span::after{
    content: "\f0dd";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
}
.tv202101 .txtset .wrap .more span:hover{
    color: #af1e2b;
    background: #fff;
}
.tv202101 .txtset .wrap .more span:hover::after{
    color: #af1e2b;
}
.tv202101 .txtset.active .wrap{
    height: 100%;
}
.tv202101 .txtset.active .wrap .more{
    display: none;
}

span#popupBtn_method01{
	height: auto;
	position: relative;
	cursor: pointer;
	display: inline-block;
}
span#popupBtn_method01 img{
	transition: opacity 0.2s;
}
span#popupBtn_method01:hover img{
	opacity: 0.6;
}
span#popupBtn_method01::before{
	content: "\f002";
	font-family: "font awesome 5 free";
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	color: #fff;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
	background: #0f3568;
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 1;
}
#popup_method01{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
}
#popup_method01 .wrap{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#popup_method01 .wrap .bg{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.95);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#popup_method01 .wrap .inner{
	position: relative;
	z-index: 1;
}
#popup_method01 .wrap .inner .img{
	max-width: 1000px;
	line-height: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#popup_method01 .wrap .inner .img img{
	max-width: 100%;
	height: auto;
}
#popup_method01 .wrap .inner span.close{
	width: 120px;
	height: 40px;
	display: block;
	position: absolute;
	bottom: -40px;
	left: 0;
	background: #0f3568;
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
#popup_method01 .wrap .inner span.close:hover{
	opacity: 0.8;
}

ul.cv-linkList{
	width: 100%;
	max-width: 600px !important;
	margin: 30px auto 0 !important;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
ul.cv-linkList li{
	width: calc(50% - 10px) !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
ul.cv-linkList li::after{
	display: none;
}
ul.cv-linkList li a{
	height: 70px;
	padding: 0 40px;
	display: block;
	border: 1px solid #af1e2b;
	color: #af1e2b;
	position: relative;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
ul.cv-linkList li a small{
	font-size: 12px;
}
ul.cv-linkList li a:hover{
	opacity: 0.6;
}
ul.cv-linkList li a::before{
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    line-height: 1;
    position: absolute;
    right: 5%;
    top: calc(50% - 12.5px);
}

#no1{
	margin: 40px 0;
}
#no1 .no1_wrap{}
#no1 .no1_wrap .no1_set{
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	border: none;
	border-bottom: 1px solid #333;
/*	border-top: 1px solid #333;*/
}
#no1 .no1_wrap .no1_set .img{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#no1 .no1_wrap .no1_set .img .img_set{
	flex: 1;
}
#no1 .no1_wrap .no1_set .img .img_set img{
	max-width: none;
	width: auto;
	height: 200px;
	margin: 0 auto;
	display: inherit;
}
#no1 .no1_wrap .no1_set .txt{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#no1 .no1_wrap .no1_set .txt ul.no1_list{
	max-width: 700px;
	margin: 40px auto 0;
}
#no1 .no1_wrap .no1_set .txt ul.no1_list li{
	font-size: 1.6rem;
}
#no1 .no1_wrap .no1_set .txt ul.no1_list li + li{
	margin: 10px 0 0;
}
#no1 .no1_wrap .no1_set .txt ul.no1_list li.small{
	margin: 20px 0 0;
	font-size: 1rem;
}
#no1 .no1_wrap .no1_set .txt ul.no1_list li br{
	display: none;
}
#no1 .no1_wrap .no1_set .txt ul.no1_list li span{
	color: #af1e2b;
}

#fix_footer{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 100;
	transition: all 0.2s;
}
#fix_footer .more{
	width: 100%;
	height: 50px;
	padding: 10px 0;
	position: absolute;
	top: -70px;
	left: 0;
	background: rgba(255,255,255,0.8);
	display: none;
}
#fix_footer .more span{
	width: calc(100% - 20px);
	height: 50px;
	max-width: 320px;
	margin: 0 auto;
	display: block;
	background: #af1e2b;
	border-radius: 4px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	position: relative;
}
#fix_footer .more span::before{
	content: "お申し込み・お問い合わせはこちら";
}
#fix_footer .more span::after{
	content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8rem;
    line-height: 18px;
    color: #af1e2b;
    text-align: center;
    letter-spacing: 0;
    text-indent: 0.1rem;
    width: 16px;
    height: 16px;
    margin-top: -8px;
	background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
	transform: rotate(90deg);
}
#fix_footer .more.active{
	width: 160px;
	padding: 0;
	height: 40px;
	border-top-right-radius: 4px;
	top: -40px;
}
#fix_footer .more.active span{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: none;
	color: #333;
}
#fix_footer .more.active span::before{
	content: "閉じる";
}
#fix_footer .more.active span::after{
	display: none;
}

#fix_footer .wrap{}
#fix_footer .wrap ul.entry_links{
	width: 100%;
	height: 60px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	list-style: none;
	display: flex;
	flex-direction: row;
}
#fix_footer .wrap ul.entry_links li{
	flex: 1;
	margin: 0 5px;
	background: #fff;
}
#fix_footer .wrap ul.entry_links li a{
	width: 100%;
	height: 60px;
	padding: 5px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #af1e2b;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	position: relative;
	box-sizing: border-box;
}
#fix_footer .wrap ul.entry_links li a::after{
	content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8rem;
    line-height: 18px;
    color: #af1e2b;
    text-align: center;
    letter-spacing: 0;
    text-indent: 0.1rem;
    width: 16px;
    height: 16px;
    margin-top: -8px;
	background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
}

#fix_footer .wrap ul.entry_links li a strong{
	/*
	letter-spacing: 0.1rem;
	text-indent: 0.1rem;
	*/
	font-weight: 500;
}
#fix_footer .wrap ul.entry_links li a small{
	font-size: 60%;
}
#fix_footer .wrap ul.entry_links li.tel.child a{
	background: #0f3568;
}
#fix_footer .wrap ul.entry_links li.tel.child a::after{
    color: #0f3568;
}
#cm{}
#cm .cm_wrap{}
#cm .cm_wrap .cm_set{
	width: 100%;
	margin: 0 auto -40px;
	padding: 40px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#cm .cm_wrap .cm_set .img{
	width: 240px;
}
#cm .cm_wrap .cm_set .img img{
	max-width: 100%;
	height: auto;
	border: 1px solid #ddd;
}
#cm .cm_wrap .cm_set .txt{
	margin-left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#cm .cm_wrap .cm_set .txt p{
	font-size: 4rem;
}
#cm .cm_wrap .cm_set .txt p + p{
	font-size: 1rem;
}


/*===============1650px~Break-point===============*/

@media (max-width: 1650px) {
		
}

/*===============1350px~Break-point===============*/

@media (max-width: 1350px) {
	div.fv h2 {
		left: 5%;
		max-width: 550px;
	}

	div.fv h3 {
		right: 5%;
		max-width: 300px;
	}

	div.fv a.cv {
		right: 2.5%;
		max-width: 350px;
	}

	section.contents-02 ul li {
		max-width: 200px;
	}

	section.contents-04 div.fl-image img,
	section.contents-04 div.fr-image img {
		max-width: 500px;
	}

	section.contents-04 div.fl-image div.column,
	section.contents-04 div.fr-image div.column {
		width: calc(100% - 500px - 20px);
		max-width: none;
		margin: 0 auto;
	}

	section.contents-04 div.fl-image div.column h3,
	section.contents-04 div.fr-image div.column h3 {
		width: 95%;
		margin: 0 auto;
	}

	section.contents-04 div.fl-image div.column h4,
	section.contents-04 div.fr-image div.column h4 {
		width: 95%;
		margin: 15px auto;
	}

	section.contents-04 div.fl-image div.column p,
	section.contents-04 div.fr-image div.column p {
		width: 95%;
		margin: 0 auto;
	}
	
}

/*===============1100px~Break-point===============*/

@media (max-width: 1100px) {

	#topimg{
		height: 30vw;
		min-height: 200px;
		margin-bottom: 160px;
		background-position: center right;
	}
	#topimg .topimg_wrap{
		position: relative;
	}
	#topimg .topimg_wrap .ttl{
		width: 100%;
		height: 160px;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		bottom: -160px;
		left: 0;
	}
	#topimg .topimg_wrap .ttl h2{
		width: 100%;
		min-width: auto;
		max-width: 480px;
		padding: 10px 0 0;
		text-align: center;
		margin: 0 auto;
	}
	#topimg .topimg_wrap .ttl h2 img.pc{ display: none;}
	#topimg .topimg_wrap .ttl h2 img.sp{ display: inherit;}

	section.contents-01 img {
		max-width: 650px;
	}

	section.contents-07 div.wrap {
		padding: 0 2.5%;
		width: 45%;
	}
	#no1{
		margin: 200px 0 40px;
	}
	#no1 .no1_wrap{}
	#no1 .no1_wrap .no1_set{}
	#no1 .no1_wrap .no1_set .img{
		width: 100%;
	}
	#no1 .no1_wrap .no1_set .img .img_set{
		height: 160px;
	}
	#no1 .no1_wrap .no1_set .img .img_set img{
		width: auto;
		height: 100%;
	}
	#no1 .no1_wrap .no1_set .txt{}
	#no1 .no1_wrap .no1_set .txt ul.no1_list{}
	#no1 .no1_wrap .no1_set .txt ul.no1_list li{}
	#no1 .no1_wrap .no1_set .txt ul.no1_list li + li{}
	#no1 .no1_wrap .no1_set .txt ul.no1_list li.small{}
	#cm{
		margin: 200px 0 -160px;
	}

}

/*===============960px~Break-point===============*/

@media (max-width: 960px) {

	
	section.contents-04 div.fl-image span#popupBtn_method01{
		float: none;
		margin: 0 auto 25px;
		display: block;
		max-width: 500px;
	}
	section.contents-04 div.fl-image img,
	section.contents-04 div.fr-image img {
		float: none;
		margin: 0 auto 25px;
		display: block;
	}
	
	section.contents-04 div.fl-image div.column,
	section.contents-04 div.fr-image div.column {
		float: none;
		width: 70%;
	}
	
	div.full-contents-02 h3 {
		padding: 100px 0 25px;
	}

	div.full-contents-02 img {
		position: static;
	}
	
	section.contents-06 ul {
		width: 95%;
	}

	section.contents-06 ul li {
		padding: 10px;
	}

	section.contents-06 ul li img {
		float: none;
		border-radius: 10px;
	}

	section.contents-06 ul li div.column {
		float: none;
		max-width: none;
		margin: 0 auto;
	}

	section.contents-06 ul li div.column h3 {
		margin: 15px auto;
		font-size: 18px;
		background: #0f3568;
		color: #fff;
		padding: 2.5px;
		border-radius: 2px;
	}

	section.contents-06 ul li div.column p {
		font-size: 14px;
	}
	
	section.contents-07 div.map iframe {
		width: 400px;
	}

	footer {
		margin: 50px auto 0;
		padding: 50px 0 0;
	}

	footer h2 {
		font-size: 22px;
		font-weight: bold;
	}

	footer p.sub-title {
		font-size: 20px;
	}

	footer p.sub-title strong {
		margin: 5px 10px;
	}

	footer ul {
		margin: 25px auto;
		width: 95%;
	}

	footer ul li,
	footer ul li:nth-child(2),
	footer ul li:nth-child(3) {
		width: 100%;
		display: block;
		margin: 10px auto;
	}

	footer ul li:first-child a {
		margin: 0 auto;
		font-size: 18px;
	}

	footer ul li:nth-child(2) a,
	footer ul li:nth-child(3) a {
		padding: 25px 0;
		font-size: 20px;
	}

	footer ul li:nth-child(3) a {
		padding: 15px 0 35px;
	}

	footer ul li:nth-child(2) a::after,
	footer ul li:nth-child(3) a::after {
		right: calc(5% - 10px);
	}
	footer ul li.gototopskyoto{}
	footer ul li.gototopskyoto a{
		font-size: 18px;
	}
	footer ul li.gototopskyoto a::after{
		right: calc(5% - 10px);
	}
	footer ul li.gototopskyoto a:hover{}
	footer a.logo {
		margin: 25px auto;
	}

	footer p.copy {
		font-size: 12px;
		color: #fff;
	}
	
	div.covid-19-content {
		width: calc(95% - 100px - 2px);
	}

	div.covid-19-content h3 {
		width: 400px;
		left: calc(50% - 200px);
	}
div.covid-19-content .message{
	text-align: left;
}
div.covid-19-content .message h4{}
div.covid-19-content .message h4 span{}
div.covid-19-content .message h4 + p{
	font-size: 1rem;
}
div.covid-19-content .message h4 + p br{
	display: none;
	}

	div.covid-19-content ul li,
	div.covid-19-content ul li:first-child,
	div.covid-19-content ul li:nth-child(4n) {
		max-width: 48%;
		margin: 25px auto;
	}
	
	div.covid-19-content ul li:nth-child(even) {
		margin: 25px 0 25px 4%;
	}
	#fix_footer{
		bottom: -276px;
	}
	#fix_footer.active{
		bottom: 0;
	}
	#fix_footer .more{
		display: block;
	}
	#fix_footer .more span{}
	#fix_footer .wrap{}
	#fix_footer .wrap ul.entry_links{
		width: calc(100% - 20px);
		height: auto;
		max-width: 720px;
		flex-direction: column;
	}
	#fix_footer .wrap ul.entry_links li{
		margin: 2px 0;
	}
	#fix_footer .wrap ul.entry_links li a{
		height: 60px;
	}
	#cm{
		margin: 200px 0 -160px;
	}

}

/*===============770px~Break-point===============*/

@media (max-width: 770px) {

	section.contents-05 {
		background-attachment: unset;
		background-size: cover;
		padding: 50px 0;
		background-position: bottom;
	}

	section.contents-05 h2 {
		font-size: 30px;
		padding: 0;
	}

	section.contents-05 ul {
		width: 90%;
		height: 1500px;
	}

	section.contents-05 ul li {
		padding: 10px;
		margin: 25px auto;
		text-align: center;
		border-radius: 2px;
		background: rgba(255,255,255,.9);
	}

	section.contents-05 ul li img {
		float: none;
		border-radius: 50%;
	}

	section.contents-05 ul li div.column {
		float: none;
		margin: 15px auto;
	}

	section.contents-05 ul li div.column h3 {
		font-size: 20px;
	}

	section.contents-05 ul li div.column h3 span {
		font-size: 30px;
	}

	section.contents-05 ul li div.column p.sub-title {
		margin: 15px auto;
	}

	section.contents-05 ul li div.column p.content {
		text-align: left;
	}


	.tv202101{
		margin: 60px 0 0;
		padding: 0 20px;
	}
	.tv202101 .message{
		margin: 0 0 30px;
	}
	.tv202101 .message p{
		font-size: 1.6rem;
	}
	.tv202101 .message p + p{}
	.tv202101 .message p + p small{}
	.tv202101 .imgset{
		padding-bottom: 30px;
	}
	.tv202101 .imgset ul{}
	.tv202101 .imgset ul li{}
	.tv202101 .imgset ul li img{}
	.tv202101 .imgset .swiper-container{}
	.tv202101 .imgset .swiper-pagination{
		height: 30px;
	}
	.tv202101 .imgset .swiper-pagination > span{}
	#no1{
		margin: 60px 0 40px;
	}
	#no1 .no1_wrap{}
	#no1 .no1_wrap .no1_set{
		width: calc(100% - 40px);
		flex-direction: column;
	}
	#no1 .no1_wrap .no1_set .img{
		width: 100%;
		max-width: 500px;
	}
	#no1 .no1_wrap .no1_set .img .img_set{
		height: 100px;
	}
	#no1 .no1_wrap .no1_set .img .img_set img{
		height: 100%;
	}
	#no1 .no1_wrap .no1_set .txt{
		margin: 0 0;
	}
	#no1 .no1_wrap .no1_set .txt ul.no1_list{}
	#no1 .no1_wrap .no1_set .txt ul.no1_list li{
		font-size: 1.2rem;
		text-align: center;
	}
	#no1 .no1_wrap .no1_set .txt ul.no1_list li + li{}
	#no1 .no1_wrap .no1_set .txt ul.no1_list li.small{
		font-size: 0.8rem;
	}
	#no1 .no1_wrap .no1_set .txt ul.no1_list li br{
		display: inherit;
	}
	
	#cm{
		margin: 200px 0 -160px;
	}
	#cm .cm_wrap .cm_set{
		width: calc(100% - 40px);
		padding: 0 0;
		flex-direction: column;
	}
	#cm .cm_wrap .cm_set .img{
		width: 100%;
	}
	#cm .cm_wrap .cm_set .txt{
		margin-left: 0;
	}
	#cm .cm_wrap .cm_set .txt p{
		font-size: 2rem;
	}

	.fv20220225{}
	.fv20220225 .img{
		height: 80vw;
	}
	.fv20220225 .img img{
		object-fit: cover;
		object-position: top center;
	}
	.fv20220225 .set{
		position: relative;
	}
	.fv20220225 .set .inner{
		margin-top: -100px;
		padding: 0 20px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.fv20220225 .set h2{
		max-width: 420px;
		height: 90px;
		margin: 0 0 40px;
		flex: none;
	}
	.fv20220225 .set h2 img{
	}
	.fv20220225 .set a.cv{
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
	}
	.fv20220225 .set a.cv img{
	}
}

/*===============640px~Break-point===============*/

@media (max-width: 640px) {
	header.ver1 h1 {
		width: 40%;
	}

	header.ver1 a.cv {
		display: none;
	}

	header.ver2{
		height: 60px;
	}
	header.ver2 .container{
		justify-content: center;
	}
	header.ver2 .container .ttl h1{
		height: 60px;
		line-height: 60px;
	}
	header.ver2 .container .ttl h1 a{
		line-height: 60px;
		height: 60px;
	}
	header.ver2 .container .ttl h1 a img{
		max-width: 160px;
	}
	header.ver2 .container .entry{
		display: none;
	}

	.entry_set{
		margin: 60px auto;
	}
	.entry_set .ttl{}
	.entry_set .ttl h3{
		font-size: 1.4rem;
	}
	.entry_set .detail{}
	.entry_set .detail ul.entry_list{
		flex-direction: column;
		justify-content: flex-start;
	}
	.entry_set .detail ul.entry_list li{}
	.entry_set .detail ul.entry_list li::after{}
	.entry_set .detail ul.entry_list li a{
		padding: 20px 20px 20px;
		font-size: 1.2rem;
		text-align: center;
	}
	.entry_set .detail ul.entry_list li a::after{}
	.entry_set .detail ul.entry_list li small{
		padding-top: 5px;
		font-size: 0.7rem;
	}
	.entry_set .detail ul.entry_list li.full{}
	.entry_set .detail ul.entry_list li.half{
		width: 100%;
	}
	.entry_set .detail ul.entry_list li.entry a{
		padding: 20px 20px 20px;
	}
	.entry_set .detail ul.entry_list li.entry a::after{}
	.entry_set .detail ul.entry_list li.entry a span{
		font-size: 1.2rem;
	}
	.entry_set .detail ul.entry_list li.entry a br{
		display: inherit;
	}
	.entry_set .detail ul.no1_list{
		padding-left: 2.5rem;
	}
	.entry_set .detail ul.no1_list li{
		font-size: 0.9rem;
	}
	.entry_set .detail ul.no1_list li::after{}
	.entry_set .detail ul.no1_list li.small{
		font-size: 0.7rem;
	}
	.entry_set .detail ul.no1_list li span{}
	

	#what{
		padding: 60px 0;
	}
	#what .what_wrap .what_set{
		width: calc(100% - 20px);
	}
	#what .what_wrap .what_set .ttl{}
	#what .what_wrap .what_set .ttl h3{
		font-size: 1rem;
		letter-spacing: 0;
	}
	#what .what_wrap .what_set .ttl h3 span{
		font-size: 1.2rem;
	}
	#what .what_wrap .what_set .ttl h3 span.red{
		color: #af1e2b;
	}
	#what .what_wrap .what_set .detail{}
	#what .what_wrap .what_set .detail .table{
		margin: 40px 0 0;
	}
	#what .what_wrap .what_set .detail .table h4{
		font-size: 1rem;
	}
	#what .what_wrap .what_set .detail .table table{}
	#what .what_wrap .what_set .detail .table table tfoot td{
		line-height: 1.2;
	}
	#what .what_wrap .what_set .detail .table table tfoot td span{
		display: none;
	}
	#what .what_wrap .what_set .detail .table table tfoot td br{
		display: inherit;
	}
	#what .what_wrap .what_set .detail .table table thead th{}
	#what .what_wrap .what_set .detail .table table tbody td{
		padding: 16px 10px;
	}
	#what .what_wrap .what_set .detail .table p{
		margin: 60px 0;
		font-size: 1rem;
	}
	#what .what_wrap .what_set .detail + .ttl{
		padding-top: 60px;
	}
	#what .what_wrap .what_set .detail ul.how_list{
		width: calc(100% - 20px);
		margin: 40px auto 0;
		flex-direction: column;
		justify-content: flex-start;
	}
	#what .what_wrap .what_set .detail ul.how_list li{
		width: 100%;
		margin-top: 10px;
		padding: 16px 0;
	}
	#what .what_wrap .what_set .detail ul.how_list li br{
		display: none;
	}
	#method{}
	#method .method_wrap{}
	#method .method_wrap .method_set{}
	#method .method_wrap .method_set .ttl{}
	#method .method_wrap .method_set .ttl h3{
		margin: 60px 0;
		font-size: 1rem;
	}
	#method .method_wrap .method_set .detail{}
	#method .method_wrap .method_set .detail h4{
		font-size: 1rem;
	}
	#method .method_wrap .method_set .detail h4 span.red{
		font-size: 1.8rem;
	}
	#method .method_wrap .method_set .detail table{
		max-width: 300px;
		margin: 20px auto 0;
	}
	#method .method_wrap .method_set .detail table thead th{}
	#method .method_wrap .method_set .detail table tbody td{
		font-size: 6rem;
	}
	#method .method_wrap .method_set .detail table tbody td small{}
	#method .method_wrap .method_set .detail table tfoot td{
		padding: 10px 0;
		text-align: center;
		font-size: 0.8rem;
	}

	section.contents-01 {
		margin: 50px auto;
	}

	section.contents-01 h2 {
		font-size: 20px;
	}

	section.contents-01 h2 span {
		font-size: 30px;
	}

	section.contents-01 img {
		margin: 25px auto;
		width: 98%;
	}

	section h3.cv-title {
		font-size: 22px;
		font-weight: bold;
	}

	section a.cv-link {
		margin: 5px auto;
		width: 95%;
		padding: 15px 0;
		font-size: 18px;
	}

	section p.cv-text {
		font-size: 16px;
		margin: 15px auto;
	}

	section.contents-04 {
		margin: 50px auto;
	}

	section.contents-04 h2 {
		text-align: center;
	}

	section.contents-04 h2 span {
		padding: 0 20px;
		font-size: 18px;
	}
	section.contents-04 h2 strong {
		font-size: 35px;
	}

	section.contents-04 div.fl-image,
	section.contents-04 div.fr-image {
		width: 95%;
		margin: 25px auto;
	}

	section.contents-04 div.fl-image div.column,
	section.contents-04 div.fr-image div.column {
		float: none;
		width: 100%;
		margin: 0 auto 25px;
		padding: 50px 0 0;
	}

	section.contents-04 div.fl-image div.column,
	section.contents-04 div.fr-image div.column {
		float: none;
		width: 100%;
		margin: 25px auto;
	}	

	section.contents-04 div.fl-image div.column h3,
	section.contents-04 div.fr-image div.column h3 {
		width: 100%;
		font-size: 20px;
	}

	section.contents-04 div.fl-image div.column h3 span,
	section.contents-04 div.fr-image div.column h3 span {
		font-size: 35px;
	}

	section.contents-04 div.fl-image div.column h4,
	section.contents-04 div.fr-image div.column h4 {
		font-size: 22px;
		text-align: left;
		width: calc(100% - 20px);
		margin: 20px 0 20px auto;
	}

	section.contents-04 div.fl-image div.column p,
	section.contents-04 div.fr-image div.column p {
		font-size: 14px;
		width: 100%;
	}

	div.full-contents-02 {
		margin: 50px auto 0;
		background-attachment: unset;
	}

	div.full-contents-02 h3 {
		font-size: 25px;
		width: 80%;
		margin: 0 auto;
		padding: 50px 0 25px;
	}

	div.full-contents-02 h3 span {
		font-size: 30px;
	}

	div.full-contents-02 img {
		position: static;
	}

	section.contents-06 {
		margin: 50px auto;
	}

	section.contents-06 h2 {
		font-size: 20px;
		margin: 25px auto;
	}

	section.contents-07 {
		margin: 50px auto;
	}

	section.contents-07 h2 {
		font-size: 30px;
		margin: 0 auto 25px;
	}

	section.contents-07 div.wrap {
		display: block;
		width: 95%;
		margin: 0 auto;
	}

	section.contents-07 div.map {
		display: block;
		margin: 25px auto 0;
		width: 95%;
	}

	section.contents-07 div.map iframe {
		width: 100%;
		height: 250px;
	}

	section.contents-08 {
		margin: 50px auto;
	}

	section.contents-08 h2 {
		font-size: 30px;
	}

	section.contents-08 p {
		font-size: 20px;
	}

	footer {
		margin: 0 auto 0;
		padding: 50px 0 0;
	}

	footer h2 {
		font-size: 22px;
		font-weight: bold;
	}

	footer p.sub-title {
		font-size: 20px;
	}

	footer p.sub-title strong {
		margin: 5px 10px;
	}

	footer ul {
		margin: 25px auto;
		width: 95%;
	}

	footer ul li,
	footer ul li:nth-child(2),
	footer ul li:nth-child(3) {
		width: 100%;
		display: block;
		margin: 10px auto;
	}

	footer ul li:first-child a {
		margin: 0 auto;
		font-size: 18px;
	}

	footer ul li:nth-child(2) a,
	footer ul li:nth-child(3) a {
		padding: 25px 0;
		font-size: 20px;
	}

	footer ul li:nth-child(3) a {
		padding: 15px 0 35px;
	}

	footer ul li:nth-child(2) a::after,
	footer ul li:nth-child(3) a::after {
		right: calc(5% - 10px);
	}
	footer ul li.gototopskyoto a{
		padding: 20px 0;
	}
	footer ul li.gototopskyoto a br{
		display: inherit;
	}

	footer a.logo {
		margin: 25px auto;
	}

	footer p.copy {
		font-size: 12px;
		color: #fff;
	}
	
	div.covid-19-content {
		padding: 25px 15px;
		width: calc(98% - 50px - 2px);
	}

	div.covid-19-content h3 {
		font-size: 24px;
		width: 250px;
		left: calc(50% - 125px);
		top: -20px;
	}

	div.covid-19-content ul li,
	div.covid-19-content ul li:first-child,
	div.covid-19-content ul li:nth-child(4n),
	div.covid-19-content ul li:nth-child(2n) {
		display: block;
		max-width: 100%;
		margin: 15px auto;
	}
	
	#popup_method01{}
	#popup_method01 .wrap{}
	#popup_method01 .wrap .bg{}
	#popup_method01 .wrap .inner{
		width: calc(100% - 20px);
	}
	#popup_method01 .wrap .inner .img{
		width: 100%;
		max-width: none;
		max-height: 80vh;
		overflow: hidden;
		overflow: scroll;
	}
	#popup_method01 .wrap .inner .img img{
		width: auto;
		max-width: none;
		height: 100%;
	}
	#popup_method01 .wrap .inner span.close{}
	#popup_method01 .wrap .inner span.close:hover{}

	ul.cv-linkList{
		width: 95%;
		flex-direction: column;
	}
	ul.cv-linkList li{
		width: 100% !important;
		margin: 10px 0 0 !important;
	}
	ul.cv-linkList li::after{}
	ul.cv-linkList li a{
		height: 60px;
	}
	#no1{
		margin-top: 0;
	}

}
@media (max-width: 320px) {

	.entry_set .detail ul.entry_list li.entry a{
		padding: 10px 20px;
		text-align: left;
	}
	.entry_set .detail ul.entry_list li.entry a span{
		font-size: 1rem;
	}
	.entry_set .detail ul.entry_list li.entry a small{
		font-size: 0.6rem;
	}
}












