@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&family=Noto+Sans+JP&family=Shippori+Mincho:wght@500&display=swap');


/* common
-------------------------------------------------*/
:root {
    font-size: 100px;
    interpolate-size: allow-keywords;
}
@media screen and (max-width: 1366px) and (min-width: 751px) {
:root {
    font-size: 7.320644216vw;
}
}
@media screen and (max-width: 750px) {
:root {
    font-size: 26.66666666666vw;
}
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure,
picture {
	font-size: inherit;
	margin: 0;
	padding: 0;
}
a {
	color: inherit;
	text-decoration: none;
    outline: none;
}
summary {
	display: block;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}
th,
td {
	text-align: left;
	vertical-align: top;
}
ul li {
	list-style: none;
}
address {
	font-style: normal;
}
figure,
picture {
	display: block;
}
img {
	vertical-align: top;
    width: 100%;
    max-width: 100%;
	height: auto;
}
sub,
sup {
    font-size: 60%;
}
input,
textarea,
select {
	color: inherit;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
}
textarea {
	form-sizing: content;
}
button {
	color: inherit;
	font-family: inherit;
}
input, select {
    vertical-align: middle;
    color: #1A1A1A;
}
input[type="button"], input[type="text"], input[type="email"], input[type="submit"], input[type="reset"], textarea {
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-size: 0.14rem;
    font-weight: 500;
    color: #1A1A1A;
	-webkit-appearance: none;
    border: none;
}
input::placeholder,
textarea::placeholder {
    font-size: 0.12rem;
    color: #7C7C7C;
    opacity: 1;
}
@media screen and (max-width:750px){
input[type="button"], input[type="text"], input[type="email"], input[type="submit"], input[type="reset"], textarea {
    font-size: 0.15rem;
}
}


/* module
------------------------------------------------- */
.pcon { display: block; }
.spon { display: none; }
@media screen and (max-width:750px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #1A1A1A;
}
@media screen and (min-width:751px){
a {
    transition: 0.4s;
}
a.al:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.telLink {
	pointer-events: none;
}
}
@media screen and (max-width:750px){
a {
    -webkit-tap-highlight-color: transparent;
}
}


/* html
------------------------------------------------- */
html {
    font-size: 0.16rem;
}
@media screen and (max-width:750px){
html {
    overflow-x: hidden;
}
}


/* body
------------------------------------------------- */
body {
    min-height: 100vh;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
	font-size: 0.16rem;
	line-height: 2.14285;
    letter-spacing: normal;
	color: #1A1A1A;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
    opacity: 0;
}
.eng {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


/* layout
------------------------------------------------- */
.inner {
    max-width: 11rem;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}
.d-flex {
    display: flex;
}
.f-wrap {
    flex-wrap: wrap;
}
.f-rev {
    flex-direction: row-reverse;
}
.just-center {
    justify-content: center;
}
.just-between {
    justify-content: space-between;
}
.just-end {
    justify-content: flex-end;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: flex-start;
}
.align-end {
    align-items: flex-end;
}
@media screen and (max-width:750px){
.inner {
    width: 90%;
    margin: 0 auto;
}
.d-flex {
    display: block;
}
}


/* header
------------------------------------------------- */
#header {
    position: relative;
    z-index: 98;
}
#header .htag {
    font-size: 0.12rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    position: absolute;
    left: 2.31rem;
    top: 0.4rem;
}
#header .logo {
    width: 1.89rem;
    position: fixed;
    left: 0.28rem;
    top: 0.27rem;
    transition: 0.4s;
}
#header .logo a {
    display: block;
    line-height: 1;
}
#header .hnav {
    width: 6.59rem;
    height: 0.55rem;
    border-radius: 0.07rem;
    position: fixed;
    right: 0.14rem;
    top: 0.17rem;
    padding-left: 0.32rem;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.4s;
}
#header .hnav::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    backdrop-filter: blur(30px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
#header .hnav ul li {
    height: 0.55rem;
    font-size: 0.14rem;
    margin-right: 0.27rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
#header .hnav ul li a {
    position: relative;
    white-space: nowrap;
}
#header .hnav ul li a::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    background-color: #0040D1;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.4s;
}
#header .hnav ul li.current a::after {
    transform: scale(1, 1);
}
body.is-scroll #header .hnav {
    width: 0;
}
@media screen and (min-width:751px){
#header .hnav ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
}
@media screen and (max-width:750px){
#header .htag {
    font-size: 0.1rem;
    letter-spacing: normal;
    left: 0.16rem;
    top: 0.14rem;
}
#header .logo {
    position: absolute;
    width: 2rem;
    left: 0.14rem;
    top: 0.3rem;
}
#header .logo a {
    display: block;
    line-height: 1;
}
#header .hnav {
    display: none;
}
}


/* navtoggle
------------------------------------------------- */
#navtoggle {
    width: 0.55rem;
    height: 0.55rem;
    background-color: #0040D1;
    border-radius: 0.07rem;
    position: fixed;
    right: 0.14rem;
    top: 0.17rem;
    cursor: pointer;
    transition: 0.3s;
    z-index: 99;
}
#navtoggle span {
    width: 0.29rem;
    height: 0.01rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -0.145rem;
    top: 0.23rem;
    transition: 0.3s;
    z-index: 1;
}
#navtoggle span:nth-child(2) {
    top: 0.33rem;
}
body.nav-active #navtoggle span {
    top: 0.28rem;
    transform: rotate(25deg);
}
body.nav-active #navtoggle span:nth-child(2) {
    top: 0.28rem;
    transform: rotate(-25deg);
}
@media screen and (max-width:750px){
#navtoggle {
    right: 0.14rem;
    top: 0.14rem;
}
}


/* gnav
------------------------------------------------- */
#gnav {
    display: none;
    width: calc(100% - 0.28rem);
    height: 5.5rem;
    border-radius: 0.07rem;
    position: fixed;
    right: 0.14rem;
    top: 0.17rem;
    padding-top: 1.3rem;
    box-sizing: border-box;
    z-index: 98;
    overflow: hidden;
}
#gnav .inner {
    max-width: 12rem;
}
#gnav .logo {
    width: 2.61rem;
}
#gnav .logo .btnst2.bl a {
    margin: 0.4rem auto 0;
    border: none !important;
}
#gnav .gnav {
    width: 7.9rem;
}
#gnav .gnav dl {
    width: 2.55rem;
    display: flex;
    margin-bottom: 0.2rem;
    white-space: nowrap;
}
#gnav .gnav dl:nth-child(2),
#gnav .gnav dl:nth-child(5) {
    width: 1.96rem;
}
#gnav .gnav dl:nth-child(3),
#gnav .gnav dl:nth-child(6) {
    width: 2.16rem;
}
#gnav .gnav dl dt {
    width: 1.29rem;
    font-size: 0.11rem;
    line-height: 1.272;
    color: #0F58AA;
}
#gnav .gnav dl:nth-child(2) dt,
#gnav .gnav dl:nth-child(5) dt {
    width: 0.8rem;
}
#gnav .gnav dl:nth-child(3) dt,
#gnav .gnav dl:nth-child(6) dt {
    width: 0.6rem;
}
#gnav .gnav dl dd ul li {
    font-size: 0.14rem;
    line-height: 1;
    margin-bottom: 0.13rem;
}
#gnav .gnav dl dd ul li a {
    position: relative;
}
#gnav .gnav dl dd ul li a::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    background-color: #0F58AA;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.4s;
}
#gnav .btnst1 {
    position: absolute;
    right: 0;
    bottom: -0.75rem;
}
#gnav .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#gnav .bg::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    backdrop-filter: blur(25px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#gnav .bg video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: 0.65;
}
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    cursor: pointer;
}
@media screen and (min-width:751px){
#gnav .gnav dl dd ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
}
@media screen and (max-width:750px){
#gnav {
    height: calc(100dvh - 0.28rem);
    background: url("../img/common/mainttl_bg.jpg") center top no-repeat;
    background-size: cover;
    top: 0.14rem;
    padding: 0.8rem 0 0.5rem;
    overflow-y: auto;
}
#gnav .logo {
    width: 2rem;
    margin: 0 auto 0.45rem;
}
#gnav .logo .btnst2.bl a {
    margin: 0.15rem auto 0;
}
#gnav .gnav {
    width: 100%;
}
#gnav .gnav dl,
#gnav .gnav dl:nth-child(2),
#gnav .gnav dl:nth-child(3),
#gnav .gnav dl:nth-child(5),
#gnav .gnav dl:nth-child(6) {
    width: 95%;
    margin: 0 0 0.15rem 5%;
}
#gnav .gnav dl dt,
#gnav .gnav dl:nth-child(2) dt,
#gnav .gnav dl:nth-child(3) dt,
#gnav .gnav dl:nth-child(5) dt,
#gnav .gnav dl:nth-child(6) dt {
    width: 1.29rem;
}
#gnav .btnst1 {
    position: static;
}
#gnav .btnst1 a {
    margin: 0.25rem auto 0;
}
#gnav .bg {
    display: none;
}
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    cursor: pointer;
}
}


/* contents
------------------------------------------------- */
#contents {
    position: relative;
    z-index: 3;
}


/* headline
------------------------------------------------- */
.headline1 {
    display: flex;
    flex-direction: column-reverse;
}
.headline1 .tit1 {
    font-size: 0.25rem;
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
}
.headline1 .tit1 span {
    display: inline-block;
    transform: rotate(-350deg) translateY(100%);
    transform-origin: left top;
}
.headline1.isAnimate .tit1 span {
    animation: txtst1 0.6s ease-in-out 0.2s 1 forwards;
}
.headline1 .tit1 b {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 1;
    padding-left: 0.25rem;
}
.headline1 p {
    font-size: 0.13rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 0.13rem;
    position: relative;
}
.headline1 p::before {
    content: '';
    width: 0.14rem;
    height: 0.14rem;
    background: linear-gradient(180deg, #FFF, #0040D1);
    border-radius: 50%;
    position: absolute;
    left: -0.21rem;
    top: 50%;
    margin-top: -0.07rem;
}
.headline2 .tit2 {
    font-size: 0.14rem;
    font-weight: 300;
    line-height: 1;
    position: relative;
}
.headline2 .tit2::before {
    content: '';
    width: 0.14rem;
    height: 0.14rem;
    background: linear-gradient(180deg, #FFF, #0040D1);
    border-radius: 50%;
    position: absolute;
    left: -0.28rem;
    top: 50%;
    margin-top: -0.07rem;
}
.headline2 p {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3125;
    letter-spacing: 0.02em;
    margin-top: -0.1rem;
}
@media screen and (max-width:750px){
.headline1 .tit1 b {
    display: block;
    font-size: 0.16rem;
    padding: 0.1rem 0 0;
}
.headline1 p {
    font-size: 0.12rem;
    margin-bottom: 0.1rem;
}
.headline1 p::before {
    width: 0.12rem;
    height: 0.12rem;
    left: -0.2rem;
    margin-top: -0.06rem;
}
.headline2 .tit2 {
    font-size: 0.12rem;
}
.headline2 .tit2::before {
    content: '';
    width: 0.12rem;
    height: 0.12rem;
    left: -0.2rem;
    margin-top: -0.06rem;
}
.headline2 p {
    font-size: 0.42rem;
    letter-spacing: normal;
    margin-top: 0.05rem;
}
}


/* btnst
------------------------------------------------- */
.btnst1 a {
    width: 1.92rem;
    height: 0.47rem;
    background-color: #0F58AA;
    border-radius: 0.4rem;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0 0.22rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.btnst1 a::before {
    content: '';
    width: 0.22rem;
    height: 0.23rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.383%22%20height%3D%2222.251%22%20viewBox%3D%220%200%2021.383%2022.251%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_28%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2028%22%20transform%3D%22translate(-635.815%20-7021.931)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_35%22%20data-name%3D%22%E3%83%91%E3%82%B9%2035%22%20d%3D%22M22.251%2C0%2C13.8%2C5.646l-2.66%2C1.777-.063.042L8.45%2C5.71%2C0%2C.064v4.9L7.446%2C9.935l3.665%2C2.448%2C3.663-2.448-.032-.022.063-.042L22.251%2C4.9Z%22%20transform%3D%22translate(635.815%207044.183)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_79%22%20data-name%3D%22%E3%83%91%E3%82%B9%2079%22%20d%3D%22M22.251%2C0%2C13.8%2C5.646l-2.66%2C1.777-.063.042L8.45%2C5.71%2C0%2C.064v4.9L7.446%2C9.935l3.665%2C2.448%2C3.663-2.448-.032-.022.063-.042L22.251%2C4.9Z%22%20transform%3D%22translate(644.815%207044.183)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -0.115rem;
    z-index: 2;
    transition: 0.4s;
}
.btnst1 a::after {
    content: '';
    width: 110%;
    height: 110%;
    background-color: #fff;
    border-radius: 0.4rem;
    position: absolute;
    right: 115%;
    top: -5%;
    z-index: 1;
    transition: 0.4s;
}
.btnst1 a span {
    position: relative;
    z-index: 2;
}
.btnst2 a,
a .btnst2 span {
    width: 1.31rem;
    height: 0.29rem;
    background-color: #fff;
    border-radius: 0.3rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #1A1A1A;
    padding: 0 0.12rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.btnst2 a::before,
a .btnst2 span::before {
    content: '';
    width: 0.22rem;
    height: 0.08rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.251%22%20height%3D%228.114%22%20viewBox%3D%220%200%2022.251%208.114%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_35%22%20data-name%3D%22%E3%83%91%E3%82%B9%2035%22%20d%3D%22M22.251%2C0%2C13.8%2C3.7l-2.66%2C1.164-.063.028L8.45%2C3.741%2C0%2C.042V3.25L7.446%2C6.51l3.665%2C1.6%2C3.663-1.6L14.742%2C6.5l.063-.028%2C7.446-3.26Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23005fc7%22%2F%3E%3C%2Fsvg%3E') center bottom no-repeat;
    background-size: cover;
    position: absolute;
    left: 0.17rem;
    top: 50%;
    margin-top: -0.04rem;
    z-index: 2;
    transition: 0.4s;
}
.btnst2 a::after,
a .btnst2 span::after {
    content: '';
    width: 110%;
    height: 110%;
    background-color: #0F58AA;
    border-radius: 0.3rem;
    position: absolute;
    left: -5%;
    top: -115%;
    z-index: 1;
    transition: 0.4s;
}
.btnst2 a b,
a .btnst2 span b {
    font-weight: 400;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 2;
}
.btnst2.bl a,
a .btnst2.bl span {
    background-color: #0F58AA;
    border: 0.01rem solid #0F58AA;
    color: #fff;
}
.btnst2.bl a::before,
a .btnst2.bl span::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.251%22%20height%3D%228.114%22%20viewBox%3D%220%200%2022.251%208.114%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_35%22%20data-name%3D%22%E3%83%91%E3%82%B9%2035%22%20d%3D%22M22.251%2C0%2C13.8%2C3.7l-2.66%2C1.164-.063.028L8.45%2C3.741%2C0%2C.042V3.25L7.446%2C6.51l3.665%2C1.6%2C3.663-1.6L14.742%2C6.5l.063-.028%2C7.446-3.26Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
}
.btnst2.bl a::after,
a .btnst2.bl span::after {
    background-color: #fff;
}
@media screen and (min-width:751px){
.btnst1 a:hover {
    color: #0F58AA;
}
.btnst1 a:hover::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.383%22%20height%3D%2222.251%22%20viewBox%3D%220%200%2021.383%2022.251%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_28%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2028%22%20transform%3D%22translate(-635.815%20-7021.931)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_35%22%20data-name%3D%22%E3%83%91%E3%82%B9%2035%22%20d%3D%22M22.251%2C0%2C13.8%2C5.646l-2.66%2C1.777-.063.042L8.45%2C5.71%2C0%2C.064v4.9L7.446%2C9.935l3.665%2C2.448%2C3.663-2.448-.032-.022.063-.042L22.251%2C4.9Z%22%20transform%3D%22translate(635.815%207044.183)%20rotate(-90)%22%20fill%3D%22%230f58aa%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_79%22%20data-name%3D%22%E3%83%91%E3%82%B9%2079%22%20d%3D%22M22.251%2C0%2C13.8%2C5.646l-2.66%2C1.777-.063.042L8.45%2C5.71%2C0%2C.064v4.9L7.446%2C9.935l3.665%2C2.448%2C3.663-2.448-.032-.022.063-.042L22.251%2C4.9Z%22%20transform%3D%22translate(644.815%207044.183)%20rotate(-90)%22%20fill%3D%22%230f58aa%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    right: 0.1rem;
}
.btnst1 a:hover::after {
    right: -5%;
}
.btnst2 a:hover,
a:hover .btnst2 span {
    color: #fff;
}
.btnst2 a:hover::before,
a:hover .btnst2 span::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.251%22%20height%3D%228.114%22%20viewBox%3D%220%200%2022.251%208.114%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_35%22%20data-name%3D%22%E3%83%91%E3%82%B9%2035%22%20d%3D%22M22.251%2C0%2C13.8%2C3.7l-2.66%2C1.164-.063.028L8.45%2C3.741%2C0%2C.042V3.25L7.446%2C6.51l3.665%2C1.6%2C3.663-1.6L14.742%2C6.5l.063-.028%2C7.446-3.26Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
    top: 65%;
}
.btnst2 a:hover::after,
a:hover .btnst2 span::after {
    top: -5%;
}
.btnst2.bl a:hover,
a:hover .btnst2.bl span {
    color: #1A1A1A;
    border-color: #005fc7;
}
.btnst2.bl a:hover::before,
a:hover .btnst2.bl span::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.251%22%20height%3D%228.114%22%20viewBox%3D%220%200%2022.251%208.114%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_35%22%20data-name%3D%22%E3%83%91%E3%82%B9%2035%22%20d%3D%22M22.251%2C0%2C13.8%2C3.7l-2.66%2C1.164-.063.028L8.45%2C3.741%2C0%2C.042V3.25L7.446%2C6.51l3.665%2C1.6%2C3.663-1.6L14.742%2C6.5l.063-.028%2C7.446-3.26Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23005fc7%22%2F%3E%3C%2Fsvg%3E');
}
}
@media screen and (max-width:750px){
.btnst1 a {
    width: 1.65rem;
    height: 0.45rem;
}
.btnst1 a::before {
    width: 0.17rem;
    height: 0.18rem;
    right: 0.15rem;
    margin-top: -0.09rem;
}
.btnst2 a,
a .btnst2 span {
    width: 1.1rem;
    height: 0.25rem;
    font-size: 0.14rem;
}
.btnst2 a::before,
a .btnst2 span::before {
    width: 0.165rem;
    height: 0.06rem;
    left: 0.17rem;
    margin-top: -0.03rem;
}
}


/* newslist
------------------------------------------------- */
.newslist {
    border-top: 0.005rem dashed #656565;
    position: relative;
}
.newslist::before {
    content: '';
    width: 1.03rem;
    height: 0.03rem;
    background-color: #848484;
    position: absolute;
    left: 0;
    top: 0;
}
.newslist li a {
    display: block;
    border-bottom: 0.005rem dashed #656565;
    font-size: 0.2rem;
    line-height: 1.5;
    padding: 0.175rem 1.55rem 0.275rem 0;
    position: relative;
}
.newslist li a::before {
    content: '';
    width: 1.03rem;
    height: 0.03rem;
    background-color: #848484;
    position: absolute;
    left: 0;
    bottom: -0.035rem;
}
.newslist li a .date {
    display: block;
    font-size: 0.13rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 0.1rem;
}
.newslist li a .btnst2 {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.15rem;
}
.newslist li a .btnst2 {
    font-size: 0.16rem;
}
@media screen and (max-width:750px){
.newslist {
    border-top: 0.01rem dotted #656565;
}
.newslist li a {
    border-bottom: 0.01rem dotted #656565;
    font-size: 0.18rem;
    padding: 0.15rem 0;
}
.newslist li a .btnst2 {
    display: flex;
    justify-content: flex-end;
    position: static;
    margin-top: 0.1rem;
}
.newslist li a .btnst2 {
    font-size: 0.16rem;
}
}


/* footarea
------------------------------------------------- */
.footarea {
    height: 8.2rem;
    background: url("../img/common/footer_bg.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 3;
}
.footarea::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(26,26,26,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.footarea .inner {
    max-width: 12rem;
}
#contactbox {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}
#contactbox .inner {
    border-bottom: 0.005rem dashed #fff;
    padding: 1.05rem 0 0.87rem;
    margin-bottom: 1.05rem;
}
#contactbox .ttl {
    font-size: 0.3rem;
    line-height: 1;
    margin-bottom: 0.25rem;
}
#contactbox p {
    font-size: 0.16rem;
    line-height: 1.875;
    margin-bottom: 0.25rem;
}
#footer {
    height: 3.4rem;
    position: relative;
    z-index: 2;
}
#footer .logo {
    width: 2.61rem;
    padding-bottom: 0.5rem;
}
#footer .fnav {
    width: 7.9rem;
}
#footer .fnav dl {
    width: 2.55rem;
    display: flex;
    margin-bottom: 0.2rem;
    white-space: nowrap;
}
#footer .fnav dl:nth-child(2),
#footer .fnav dl:nth-child(5) {
    width: 1.96rem;
}
#footer .fnav dl:nth-child(3),
#footer .fnav dl:nth-child(6) {
    width: 2.16rem;
}
#footer .fnav dl dt {
    width: 1.29rem;
    font-size: 0.11rem;
    line-height: 1.272;
    color: #0F58AA;
}
#footer .fnav dl:nth-child(2) dt,
#footer .fnav dl:nth-child(5) dt {
    width: 0.8rem;
}
#footer .fnav dl:nth-child(3) dt,
#footer .fnav dl:nth-child(6) dt {
    width: 0.6rem;
}
#footer .fnav dl dd ul li {
    font-size: 0.14rem;
    line-height: 1;
    margin-bottom: 0.13rem;
}
#footer .fnav dl dd ul li a {
    color: #fff;
    position: relative;
}
#footer .fnav dl dd ul li a::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.4s;
}
#footer .copyright {
    width: 100%;
    height: 0.53rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
#footer .copyright .inner {
    height: 0.53rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
#footer .copyright p,
#footer .copyright small {
    font-size: 0.11rem;
    letter-spacing: 0.02em;
    position: relative;
}
#footer .copyright p a::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    background-color: #0040D1;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.4s;
}
@media screen and (min-width:751px){
#footer .fnav dl dd ul li a:hover::after,
#footer .copyright p a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
}
@media screen and (max-width:750px){
.footarea {
    height: auto;
}
#contactbox .inner {
    border-bottom: 0.01rem dotted #fff;
    padding: 0.6rem 0 0.45rem;
    margin-bottom: 0.6rem;
}
#contactbox .ttl {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
}
#contactbox p {
    font-size: 0.14rem;
    line-height: 1.55;
    margin-bottom: 0.2rem;
}
#footer {
    height: auto;
    padding-bottom: 0.55rem;
}
#footer .logo {
    width: 2rem;
    margin: 0 auto;
    padding-bottom: 0.35rem;
}
#footer .fnav {
    width: 100%;
}
#footer .fnav dl,
#footer .fnav dl:nth-child(2),
#footer .fnav dl:nth-child(3),
#footer .fnav dl:nth-child(5),
#footer .fnav dl:nth-child(6) {
    width: 2.5rem;
    margin: 0 auto 0.15rem;
}
#footer .fnav dl dt,
#footer .fnav dl:nth-child(2) dt,
#footer .fnav dl:nth-child(3) dt,
#footer .fnav dl:nth-child(5) dt,
#footer .fnav dl:nth-child(6) dt {
    width: 1.2rem;
    font-size: 0.1rem;
}
#footer .fnav dl dd ul li {
    font-size: 0.12rem;
    margin-bottom: 0.12rem;
}
#footer .copyright {
    height: 0.4rem;
}
#footer .copyright .inner {
    height: 0.4rem;
}
#footer .copyright p,
#footer .copyright small {
    font-size: 0.1rem;
    letter-spacing: 0.02em;
    position: relative;
}
}


/* anchor
------------------------------------------------- */
.anchor {
    margin-top: -0.3rem;
    padding-top: 0.3rem;
}
@media screen and (max-width:750px){
.anchor {
    margin-top: -0.75rem;
    padding-top: 0.75rem;
}
}


/* animation
------------------------------------------------- */
.fadeIn {
    opacity: 0;
}
.fadeIn.isAnimate {
    animation: fadeIn 1s ease 0.3s 1 forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(0.3rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes scroll {
	0% {
		transform: translateY(0.1rem);
	}
	50% {
		transform: translateY(-0.1rem);
	}
	100% {
		transform: translateY(0.1rem);
	}
}
@keyframes mask {
	0% {
		clip-path: inset(0 100% 0 0);
	}
	100% {
		clip-path: inset(0);
	}
}
@keyframes txtst1 {
	0% {
		transform:rotate(-350deg) translateY(100%);
	}
	100%{
		transform:rotate(-360deg) translateY(0);
	}
}
@keyframes txtst2 {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
@keyframes cir1 {
    0% {
        opacity: 0;
        transform: scale(0.4);
    }
    100% {
        opacity: 0.9;
        transform: scale(1);
    }
}