@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
* {
	margin:0;
	padding:0;
    box-sizing: border-box;
}
body {
	text-align:center;
	font-family: "Noto Sans JP","メイリオ", Meiryo,Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size:18px;
	-webkit-text-size-adjust: 100% !important;
	max-height: 100%;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 auto;
	padding: 0;
    font-feature-settings: "palt" 1, "trad" 1;
    letter-spacing: 0.06em;
}
object,img {  
	vertical-align: middle;
	border: 0;
	padding: 0;
	margin: 0;
}
img{
	vertical-align: top;
	display: inline;
	max-width: 100%;
	height: auto;
}
a {
	color: #130ee2;
}
a:hover {
	color: #F60;
}
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
}

li img{
	line-height: 0;
}
strong,em,body.sub h1,h2,h3,h4,h5 {
	font-weight: 700;
}
.tx-u {
	text-decoration: underline;
}
.header {
	text-align: center;
	padding: 15px;
}
.header .title01,.header .title02 {
    position: relative;
    padding-left: 50px;
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
}
.header .title01::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    width: 40px;
    height: 53px;
    background-image: url("../images/jage-mark.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.header .title02::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    width: 40px;
    height: 44px;
    background-image: url("../images/jges-mark.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.footer {
    line-height: 1.25;
    background-color: #dfefef;
    font-size: 12px;
    text-align: center;
    padding: .5rem;
    color: #738182;
}
#container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    padding-bottom: 80px;
}
#container #m-nav {
	width: 23%;
	margin-right: 3%;
}
#container .content {
	width: 74%;
	text-align: left;
}
.main-slide {
	margin: 0 auto;
	padding: 0;
	width: 100%;
    list-style-type: none;
}
.slick-slide {
    line-height: 1;
}
.main-image {
	position: relative;
}
.main-image .info-image {
	width: 61%;
	position: absolute;
	right: 40px;
	z-index: 2;
	top: 8%;
	max-width: 670px;
}
.main-image .kaityo-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,.65);
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	justify-content: center;
	z-index: 2;
    align-items: center;
}
.main-image .kaityo-box .k-title {
	margin-right: 20px;
	background-color: #0bb1b5;
	color: #FFF;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 15px 25px;
	box-shadow: 0px 0px 3px rgba(0,0,0, 0.75);
}
.main-image .kaityo-box .tx01 {
	padding-right: 40px;
	border-right: 1px solid #757575;
	margin-right: 40px;
}
.main-slide li {
    position: relative;
}
.main-slide li .image-cr {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #FFF;
    font-size: 12px;
    text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
}
.kaityo-box .tx01 p,.kaityo-box .tx02 p {
	font-weight: 500;
    line-height: 1.25;
    font-size: 16px;
}
.kaityo-box .tx01 p .fs-s,.kaityo-box .tx02 p .fs-s {
    font-size: 14px;
    font-weight: 700;
} 
.kaityo-box .tx01 strong,.kaityo-box .tx02 p strong {
    font-size: 24px;
}
.news-area {
    padding: 30px;
}
.news-box {
    height: 360px;
    margin: 0 auto;
    overflow: auto;
	width: 100%;
}
.simplebar-track.simplebar-vertical {
  background: #E5E5E5;
}
ul.news-list {
    list-style-type: none;
    width: 100%;
}
ul.news-list li{
    display: flex;
    width: calc(100% - 1.5rem);
	min-height: 65px;
	padding: 1.25rem .5rem;
	line-height: 1.5rem;
	border-bottom: 1px solid #DDD;
}
ul.news-list li span{
    min-width: 160px;
}

ul.news-list a{
	text-decoration: underline;
	color: #0000ff;
}
.news-title {
	background-color: #1a6a72;
	color: #FFF;
	margin: 30px auto 0 auto;
	padding: 20px 20px 20px 35px;
	font-size: 24px;
	font-weight: 700;
	position: relative;
}
.news-title::before {
    position: absolute;
    left: 0;
    top: 40px;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #FFF;
    z-index: 2;
}
.news-title::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #1a6a72;
}
.news-title .en {
	font-weight: 400;
	font-size: 16px;
	vertical-align: center;
	margin-left: 40px;
}
body.sub #container .content {
	padding-right: 3%;
}
body.sub h1 {
	background-color: #1a6a72;
	color: #FFF;
	margin: 0 auto 2.5rem auto;
	padding: 40px 20px 40px 35px;
	font-size: 30px;
	font-weight: 700;
	position: relative;
	letter-spacing: .08em;
}
body.sub h1::before {
    position: absolute;
    left: 0;
    top: 65px;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #FFF;
    z-index: 2;
}
body.sub h1::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #1a6a72;
}
body.sub h2 {
    background-color: #1092a0;
    color: #FFF;
    padding: .75rem 1rem;
    text-align: left;
    border-radius: 10px;
    margin: 2.5rem auto 1.5rem auto;
    font-size: 25px;
}
body.sub h3 {
    border-bottom: 3px solid #00a474;
    padding: .5rem .25rem;
    text-align: left;
    font-size: 22px;
    margin: 1.5rem auto 1rem auto;
}
body.sub h3.mar1 {
    margin-top: 1rem;
}
body.sub h3.mar3 {
    margin-top: 3rem;
}
body.sub h4 {
    font-size: 20px;
    position: relative;
    padding-left: 1.75rem;
    color: #1092a0;
}
body.sub h4::before {
	position: absolute;
	left: 5px;
	top: 17px;
	content: '';
	width: 16px;
	height: 2px;
	background-color: #0bb1b5;
}
body.sub .content p {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom:  1.25rem;
}
p.ls3 {
    letter-spacing: .03em;
}
body.sub .content p.ti1 {
    text-indent: 1rem;
}
.fw-m {
    font-weight: 500;
}
.fs20 {
    font-size: 1.25rem;
}
.fs22 {
    font-size: 1.375rem;
}
.fc-red,ul.news-list a.fc-red {
    color: #F00;
}
.fax {
    display: inline-block;
    margin-left: 1.5rem;
}
.greeting-head {
	margin: 0 auto 2rem auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	border-bottom: 5px solid #0bb1b5;
	padding: 2rem 2rem 3.5rem 2rem;
}
.greeting-head.second {
    margin-top: 7.5rem;
    padding-top: 3.5rem;
    border-top: 1px dotted #666;
}
.greeting-head .photo {
    width: 220px;
	flex-shrink: 0;
}
.greeting-head .tx {
	width: calc(100% - 220px);
    padding-left: 3rem;
}
p.kikan {
    font-size: 24px;
    letter-spacing: 0.08em;
}
body.sub .content p.kome {
	position: relative;
	padding-left: 1.25rem;
    letter-spacing: .03em;
}
body.sub .content p.kome:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '※';
}
ul.btn-link {
	max-width: 860px;
	margin: 0 auto 2rem auto;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	padding: 2rem 1rem;
	background-color: #FAFAFA;
	border: 1px dotted #999;
}
ul.btn-link.entry {
    margin-top: 2.5rem;
}
ul.btn-link li {
    margin: .5rem 0;
    width: calc(100% / 2);
    padding: .5rem;
}
ul.btn-link li a {
	background-color: #E64D51;
	text-align: center;
	border-radius: 50vh;
	text-decoration: none;
	color: #FFF;
	font-weight: 500;
	display: block;
	padding: 20px 10px;
	font-size: 18px;
	box-shadow: 0px 5px 5px -6px rgba(0, 0, 0, 0.5);
	position: relative;
}
ul.btn-link.entry li a {
	outline: 2px solid #FFF;
	outline-offset: -5px;
	padding: 25px 10px;
	font-size: 20px;
	letter-spacing: .08em;
	max-width: 320px;
	margin: auto;
}
.btn-link.pdf a::before {
	position: absolute;
	right: 20px;
	top: 12px;
	content: '';
	width: 36px;
	height: 40px;
	background-image: url(../images/icon-pdf.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.sub-box {
    background-color: #f2f9f9;
    margin: .5rem auto 2.5rem auto;
    border: 1px dotted #666;
    padding: .5rem 1.5rem;
    width: 98%;
}
.sub-box h3:first-child {
    margin-top: .5rem;
}
body.sub .sub-box h3 {
	font-size: 20px;
}
body.sub .sub-box h4 {
    font-size: 18px;
}
body.sub .sub-box h4::before {
    top: 15px;
}
ol.cr {
	width: 100%;
	counter-reset: number 0;
	margin: 0 auto;
	padding: 10px;
    list-style-type: none;
}
ol.cr li {
	margin: 15px 0 0 0;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding-left: 1.75rem;
}
ol.cr li::before {
	counter-increment: number 1;
	content: counter(number)".";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
.btn-link a.no-l {
    pointer-events: none;
    opacity: .5;
}
@media print{
	.main-nav.fixed {
		position: relative;
	}
}
@media screen and (min-width:881px){
    .main-slide li .image-cr {
        bottom: 105px;
    }
}
@media screen and (min-width:1081px){
    .nav {
        background-color: #08a3af;
        padding: 20px 10px;
	    border-radius: 0 20px 20px 0;
    }
}
@media screen and (min-width:1351px){
    .nav {
        padding: 40px 25px;
        border-radius: 0 40px 40px 0;
    }
}
@media screen and (max-width:1400px){
    .main-image .kaityo-box .k-title {
        padding: 15px;
    }
    .main-image .kaityo-box .tx01 {
        padding-right: 30px;
        margin-right: 30px;
    }
    .kaityo-box .tx01 p, .kaityo-box .tx02 p {
        letter-spacing: 0.04em;
    }
}
@media screen and (max-width:1320px){
    .main-image .kaityo-box .k-title {
        padding: 15px;
    }
    .main-image .kaityo-box .tx01 {
        padding-right: 20px;
        margin-right: 20px;
    }
    .kaityo-box .tx01 p, .kaityo-box .tx02 p {
        letter-spacing: 0.04em;
    }
}
@media screen and (max-width:1240px){
    .main-image .kaityo-box .k-title {
        padding: 15px 10px;
        margin-right: 12px;
    }
    .main-image .kaityo-box {
        padding: 20px 10px;
    }
    .kaityo-box .tx01 p, .kaityo-box .tx02 p {
        font-size: 15px;
    }
    .kaityo-box .tx01 strong, .kaityo-box .tx02 p strong {
        font-size: 22px;
    }
    #container #m-nav {
        width: 22%;
        margin-right: 2%;
    }
    #container .content {
        width: 76%;
    }
}
@media screen and (max-width:1080px){
    #container #m-nav,#container .content {
        width: 100%;
        margin: 0 auto;
    }
    .main-image .info-image {
        top: 20px;
        right: 20px;
        width: 54%;
    }
    body.sub #container .content {
        padding-right: 0;
    }
    body.sub #container .content .inner {
        padding: 0 1rem;
    }
}
@media screen and (max-width:1024px){
	.news-box {
		height: 280px;
		-webkit-overflow-scrolling: touch;
	}
    .header {
        padding: 10px;
    }
    .header .title01, .header .title02 {
        font-size: 28px;
        padding-left: 40px;
        line-height: 1.5;
    }
    .header .title01::before {
        width: 30px;
        height: 39px;
    }
    .header .title02::before {
        width: 30px;
        height: 33px;
    }
    ul.btn-link.pdf {
        max-width: 640px;
    }
    ul.btn-link.pdf li {
        width: calc(100% / 1);
    }
}
@media screen and (max-width:880px){
    .main-image .kaityo-box {
        position: static;
        padding: 15px 8px;
    }
    .kaityo-box .tx01 p, .kaityo-box .tx02 p {
        font-size: 14px;
    }
    .main-image .kaityo-box .tx01 {
        padding-right: 15px;
        margin-right: 15px;
    }
}
@media screen and (max-width:768px){
    .main-image .kaityo-box {
        display: grid;
        grid-template-columns: 85px 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 15px 30px;
        padding: 15px 22px;
    }
    .main-image .kaityo-box .k-title {
        grid-row: span 2;
        margin-right: 0;
        justify-content: center;
        height: 100%;
    }
    .main-image .kaityo-box .tx01 {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
    .header {
        text-align: left;
        padding: 4px 10px;
    }
    .header .title01, .header .title02 {
        padding-left: 30px;
        font-size: 24px;
    }
	
    .main-image .info-image {
        position: static;
        width: calc(100% - 1rem);
        margin: auto;
        margin-left: 1rem;
        padding-top: 1rem;
    }
	
	.header .title01::before {
        width: 25px;
        height: 32px;
        top: 3px;
    }
	
    .header .title02::before {
        width: 25px;
        height: 27px;
    }
	
	ul.news-list li {
    	width: 100%;
	}
    .footer {
        text-align: left;
    }
    .greeting-head .photo {
        max-width: 220px;
        margin: 0 auto 2rem auto;
    }
    .greeting-head .tx {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    ul.btn-link.entry li a {
        padding: 20px 10px;
        font-size: 18px;
    }
}
@media screen and (max-width:640px){
	.header {
        padding: 2px 10px;
    }
	.header .title01,
	.header .title02{
        padding-left: 25px;
		font-size: 20px;
	}
	
	.header .title01::before {
        width: 20px;
        height: 27px;
        top: 3px;
    }
	
    .header .title02::before {
        width: 20px;
        height: 22px;
    }
	
	.main-image .info-image {
        width: calc(100% - 0.25rem);
        margin-left: 0.25rem;
    }
	.news-area {
    	padding: 20px;
	}
    .main-image .kaityo-box {
        padding: 15px 11px;
    }
    ul.news-list li {
        flex-wrap: wrap;
    }
    ul.news-list li span {
        min-width: initial;
        width: 100%;
    }
    .main-image .kaityo-box {
        grid-template-columns: 12.8% 1fr;
    }
    p.kikan .txbr {
        display: inline-block;
        width: 100%;
    }
    .btn-link.pdf a {
        font-size: 16px;
    }
    .btn-link.pdf a::before {
        width: 25px;
        height: 28px;
        top: 20px;
    }
    body.sub h2 {
        font-size: 22px;
        padding: .5rem .75rem;
        margin: 2rem auto 1rem auto;
    }
    body.sub h3 {
        font-size: 20px;
        line-height: 1.25;
        margin: 1rem auto;
    }
    body.sub h4 {
        font-size: 18px;
    }
    body.sub h4::before {
        top: 15px;
    }
}
@media screen and (max-width:560px){
	.header {
        padding: 3px 10px;
    }
	
	.header .title01,
	.header .title02{
        padding-left: 20px;
        font-size: 16px;
 }
	
	.header .title01::before {
        width: 16px;
        height: 22px;
    }
	
    .header .title02::before {
        width: 16px;
        height: 18px;
    }
	
	
    .main-image .kaityo-box {
        font-size: .9rem;
        gap: 10px 20px;
        padding: 15px 10px;
	}
	
	ul.news-list li {
        flex-direction: column;
    }
    .greeting-head {
        padding-right: .5rem;
        padding-left: .5rem;
    }
	/*ul.news-list li span {
		display: block;
		min-width: auto;
		max-width: 160px;
		background: #0bb1b5;
		text-align: center;
		color: #ffffff;
		font-weight: 700;
		padding: 5px;
		border-radius: 4px;
		margin-bottom: 8px;
	}*/
}
@media screen and (max-width:480px){
    .fax {
        margin-left: 0;
        width: 100%;
    }
    ul.btn-link.pdf li {
        padding: 0;
    }
    ul.btn-link li {
         width: calc(100% / 1);
    }
    .main-image .kaityo-box {
        gap: 10px 16px;
    }
    .main-image .kaityo-box .k-title {
        padding: 10px 0;
        font-size: .75rem;
    }
}
@media screen and (max-width:380px){
    .btn-link.pdf a {
        text-align: left;
        padding-left: 20px;
    }
}
