/* 共通スタイル */

a {
    cursor: pointer;
}

h1,h2,h3,h4,h5,p,a {
    font-weight: 400;
    letter-spacing: 1px;
}
h1,h2,h3,h4,h5 {
    line-height: 1.2;
}
p,a {
    line-height: 1.5;
}

html {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 102px;
    box-sizing: border-box;
	overflow-x: hidden;
  	overscroll-behavior-x: none;
}
body {
    width: 100%;
    /* max-width: 1920px; */
    margin: auto;
    position: relative;
    -webkit-text-size-adjust: 100% !important;
    -webkit-appearance: none !important;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 100;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
	overflow-x: hidden;
}

a {
    display: flex;
    color: #000;
    overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
    a:hover {
        opacity: 0.7!important;
    }
}
section {
    position: relative;
}
.content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 2vw;
}
.content.w1200 {
    max-width: 1200px;
}
.content.w1000 {
    max-width: 1000px;
}
.content.w800 {
    max-width: 800px;
}
.tb, .sp {
    display: none;
}
.en {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
.min {
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1200px) {
    .tb {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .content {
        padding: 40px 2vw;
    }
}

/*/////////////////////グローバルナビ////////////////////////////*/

#gnav {
    display: flex;
    width: 100%;
    padding: 20px 40px 20px 20px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 10000;
}
.gnav-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.gnav-inner a {
    font-size: 18px;
    line-height: 1.2;
    margin-right: 20px;
    font-weight: 500;
}
.gnav-inner a:last-of-type {
    margin-right: 0;
}
.gnav-top {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.gnav-side {
    display: flex;
    align-items: center;
    position: fixed;
    top: 15vh;
    right: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    z-index: 10000;
}
.gnav-side a {
    margin: 0 0 30px 0;
    padding: 20px 10px;
    color: #fff;
    letter-spacing: 1px;
}
.gnav-side a.free {
    background-color: #5B8292;
}
.gnav-side a.contact {
    background-color: #000;
}
.gnav-logo {
    width: 230px;
    margin: auto 20px auto 0;
}
#sp-nav {
    display: none;
}
#top-btn {
	display: flex;
	width: 64px;
	position: fixed;
	bottom: -100px;
	left: 20px;
	transition: .8s ease;
	z-index: 99;
}
#top-btn.active {
	bottom: 20px;
}
.box-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 80px;
	max-width: 430px;
	background-color: #fff;
	color: #000;
	padding: 24px 20px;
	margin: 0 auto 20px auto;
	border: 1px solid #000;
}
.box-link::after {
	content: "";
	background: url(../img/common/link-arrow.png) no-repeat center center / contain;
	width: 35px;
	height: 30px;
}
.sp-btm-link {
    display: none;
}

@media screen and (max-width: 1000px) {
    #gnav {
        display: none;
    }
    #sp-nav {
		display: flex;
		z-index: 20000;
		position: fixed;
		width: 100%;
		height: 60px;
	}
	.drawer_menu-wrapper.active + #gnav {
		right: 0;
		opacity: 1;
	}
	.drawer_menu-wrapper {
		padding: 15px 15px;
		background-color: #000;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10000;
		cursor: pointer;
	}
	.drawer_menu {
		width: 30px;
		height: 30px;
		display: flex;
		position: relative;
	}
	.menu-trigger,
	.menu-trigger span {
		display: flex;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		width: 30px;
		height: 30px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;/*//border-color//*/
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 15px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.drawer_menu.active .menu-trigger span:nth-of-type(1) {
		transform: translateY(14px) rotate(-45deg);
	}
	.drawer_menu.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.drawer_menu.active .menu-trigger span:nth-of-type(3) {
		transform: translateY(-14px) rotate(45deg);
	}
	.drawer_menu-wrapper.active + .sp-nav-inner {
		left: 0;
	}
	.sp-nav-inner {
		width: 100%;
		height: 100vh;
		height: 100dvh;
		flex-direction: column;
		align-items: center;
		padding: 0 2vw;
		position: fixed;
		top: 0;
		left: 200vw;
		background-color: #fff;
		overflow-y: scroll;
		transition: ease .5s;
		z-index: -1;
	}
	.sp-nav-logo {
		width: 160px;
		position: absolute;
		top: 10px;
		left: 2vw;
	}
	.sp-nav-inner ul {
		max-width: 420px;
		width: 100%;
		margin: 90px auto 60px auto;
	}
	.sp-nav-inner li {
		border-bottom: 1px solid #000;
	}
	.sp-nav-inner li.first {
		border-top: 1px solid #000;
	}
	.sp-nav-inner li.box-link {
		display: flex;
		height: 50px;
		padding: 0;
	}
	.sp-nav-inner li.box-link a {
		text-align: center;
		margin: auto;
		position: relative;
	}
	.sp-nav-inner li.box-link a span {
		width: 100%;
        padding: 0 20px;
        justify-content: center;
	}
  
	.sp-nav-inner ul li {
		display: flex;
	}
	.sp-nav-inner ul li.box-link {
		margin-bottom: 15px;
	}
	.sp-nav-inner ul li.box-link:last-of-type {
		margin-bottom: 0;
	}
	.sp-nav-inner li a {
		display: flex !important;
		width: 100%;
		font-weight: bold;
		display: block;
		color: #000;
		padding: 10px  13px 10px 0;
		align-items: center;
        position: relative;
	}
	.sp-nav-inner li a span {
		display: flex;
		align-items: center;
	}
    .sp-nav-inner li a span .num {
        display: flex;
        width: 25px;
        height: 25px;
        background-color: #405878;
        color: #fff;
        font-weight: 600;
        text-align: center;
        justify-content: center;
        font-size: 14px;
        margin: auto 10px auto 0;
    }
	.sp-nav-inner li.sns {
		display: flex;
		justify-content: center;
		align-items: center;
		border: none;
		padding: 20px 0;
	}
	.sp-nav-inner li.sns a {
		width: 40px;
		display: flex;
		padding: 0;
	}
	.sp-nav-inner li.sns a img {
		margin: auto;
	}
	.icon-01 {
		margin-right: 30px;
	}
	.sp-nav-inner li a::after {
		content: "";
		display: flex;
		background: url(../img/common/sp-nav-arrow.png) no-repeat center center / contain;
		width: 17px;
		height: 4px;
		margin: auto 0 auto auto;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
	}
	.sp-nav-inner li.sns a::after,.sp-nav-inner li.box-link::after {
		display: none;
	}
	.sp-nav-inner li.acd {
		cursor: pointer;
		border-bottom: 1px solid #000;
		border-top: none;
	}
	.sp-nav-inner li.acd.acd-first {
		border-top: 1px solid #000;
	}
	.acd p {
		display: flex !important;
		width: 100%;
		font-weight: bold;
		display: block;
		color: #000;
		padding: 10px  13px 10px 0;
		align-items: center;
	}
	.acd p::after {
		content: "";
		display: block;
		background: url(../img/common/sp-nav-arrow.png) no-repeat center center / contain;
		width: 17px;
		height: 4px;
		margin: auto 0 auto auto;
		transform: rotate(90deg);
		transition: .2s ease;
	}
	.acd.active p::after {
		transform: rotate(-90deg);
	}
	.acd-item {
		height: 0;
		visibility: hidden;
	}
	.acd.active + .acd-item {
		height: auto;
		visibility: visible;
	}
	.sp-nav-inner li.acd-item {
		border: none;
		width: 90%;
		margin: auto 0 auto auto;
	}
	.sp-nav-inner li.acd-item .lineup {
		width: 90%;
		margin: auto 0 auto auto;
	}
	.sp-nav-inner .acd-item ul {
		margin: 0;
		border: none;
	}
	.sp-nav-inner .acd-item ul li:first-of-type {
		margin-bottom: 0;
	}
	.sp-nav-inner .acd-item li {
		border-bottom: 1px dashed #000;
	}
    .sp-btm-link {
        display: flex;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 9999;
    }
    .sp-btm-link a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 33%;
        border-right: 2px solid #fff;
        padding: 10px 5px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 500;
        height: 44px;
    }
    .sp-btm-link a:first-of-type {
        background-color: #405878;
    }
    .sp-btm-link a:nth-of-type(2) {
        background-color: #5b6892;
    }
    .sp-btm-link a:last-of-type {
        width: 34%;
        border: none;
        background-color: #3a5c61;
    }
    #top-btn {
        width: 45px;
        left: auto;
        right: 10px;
    }
    #top-btn.active {
        bottom: 58px;
    }
}

/*/////////////////////コンテンツ////////////////////////////*/
header {
    display: flex;
    margin-top: 90px;
    width: 100%;
    height: 280px;
    position: relative;
    flex-direction: column;
}
header.mv {
    margin-top: 0;
}
.page-ttl {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: fit-content;
    min-width: 420px;
    max-width: 80%;
    padding: 20px 40px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: auto 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ttl-jp {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
}
.ttl-en {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
}
.border {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 10px 0;
}
.header-img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
h1 {
    display: flex;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    line-height: 1.2;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 10px auto 20px 0px ;
}
.breadcrumb {
    padding: 10px 20px;
    background-color: #F2F2F2;
}
.breadcrumb-inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.breadcrumb-inner, .breadcrumb-inner a {
    min-width: fit-content;
    font-size: 14px;
    font-weight: 600;
    word-break: break-all;
    line-height: 1.2;
    letter-spacing: 1px;
}
.breadcrumb-inner span {
    margin: 0 7px;
}
.ttl1.en {
    font-size: 38px;
}
.ttl1 {
    font-size: 28px;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    letter-spacing: 3px;
    line-height: 1.2;
    font-weight: 600;
}
.ttl1-sub {
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
}
.ttl2-top.en {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}
.ttl2 {
    font-size: 32px;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 600;
}
.ttl2-sub {
    margin-top: -5px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}
.ttl3 {
    font-size: 28px;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 600;
}
.ttl3-sub {
    margin-top: -5px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}
.ttl4 {
    display: flex;
    font-size: 28px;
    color: #4B61A2;
    margin-bottom: 30px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 600;
    border-left: 8px solid #4B61A2;
    padding: 5px 0 5px 20px;
}
.ttl5 {
    display: flex;
    width: 100%;
    background: #162447;
    color: #fff;
    padding: 20px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.ttl6 {
    font-size: 21px;
}
.blue {
    color: #0069B9;
    border-color: #0069B9;
}
.bg {
    background-color: #E6E8EE;
}
.img-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 310px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.img-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    transition: .5s ease;
}
.img-link-ttl {
    width: fit-content;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.8);
}
.img-link-btn {
    display: flex;
    color: #fff;
    width: 310px;
    padding: 10px 20px;
    background-color: rgba(40, 50, 70, 0.9);
    position: absolute;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
}
.img-link-btn img {
    display: flex;
    width: 50px;
    margin: auto 0 auto auto;
}
.link-btn1 {
    display: flex;
    justify-content: flex-end;
    font-size: 21px;
    width: 320px;
    max-width: 90%;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin: 40px 0 0 auto;
}
.swiper-wrapper {
    transition-timing-function :linear!important;
}
.img-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.img-box .text {
    width: 59%;
}
.img-box .img {
    width: 38%;
}
.br {
    display: flex;
    width: 100%;
    height: 80px;
}
#cta {
    background-color: #E6E8EE;
}
#cta .block {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#cta .text {
    display: flex;
    width: 100%;
    padding: 20px 20px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#cta .big {
    display: flex;
    width: 100%;
    padding: 20px 20px;
    background-color: #000;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.cta-btm {
    display: flex;
    width: 100%;
}
.cta-img {
    display: flex;
    width: 30%;
    flex-grow: 1;
    object-fit: cover;
    align-self: stretch;
}
.cta-btm .item {
    width: 70%;
    padding: 30px;
    background-color: #F2F4F9;
}
.cta-btm h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}
.cta-btm .tel {
    display: flex;
    max-width: 580px;
    width: 100%;
    margin-bottom: 20px;
}
.cta-btm .date {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
#cta .link-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.cta-link {
    width: 48%;
    padding: 10px 70px;
    background-color: #0069B9;
    color: #fff;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
}
.cta-link span {
    display: flex;
    z-index: 5;
}
.cta-link::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: #2d96e7;
    transition: .3s ease;
}
.cta-link img {
    display: flex;
    position: absolute;
    width: 50px;
    object-fit: contain;
    object-position: center right;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 3;
    transition: .3s ease;
}
table {
    display: flex;
    flex-direction: column;
    border: 1px solid #515151;
    padding: 30px;
}
tr {
    display: flex;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
tr:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
th {
    font-size: 18px;
    font-weight: 600;
    width: 120px;
    min-width: 120px;
    text-align: left;
}
td {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
}
@media (hover: hover) and (pointer: fine) {
    a.cta-link:hover {
        opacity: 1 !important;
    }
    a.cta-link:hover::before {
        width: 100%;
    }
    .cta-link:hover img {
        right: -5px;
    }
    .img-link:hover::before {
        transform: scale(1.2);
        opacity: 1;
    }
}
@media screen and (max-width: 1000px) {
    .cta-link {
        justify-content: flex-start;
        padding: 10px 20px;
    }
}
@media screen and (max-width: 800px) {
    #cta .text {
        padding: 20px 10px;
    }
    #cta .big {
        font-size: 21px;
        padding: 10px;
    }
    .cta-btm {
        flex-direction: column;
    }
    .cta-img {
        width: 100%;
        height: 200px;
    }
    .cta-btm .item {
        width: 100%;
        padding: 20px 10px;
    }
    .cta-btm h4 {
        font-size: 18px;
    }
    .cta-btm .date {
        font-size: 14px;
        line-height: 1.2;
    }
    #cta .link-block {
        flex-direction: column;
    }
    .cta-link {
        width: 100%;
        max-width: 450px;
        justify-content: center;
        margin: 0 auto 10px auto;
    }
    .cta-link:last-of-type {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 600px) {
    h1 {
        font-size: 12px;
        margin-top: 0;
    }
    .ttl1 {
        font-size: 21px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    .ttl1.en {
        font-size: 24px;
    }
    .ttl1-sub {
        margin-top: -10px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .ttl2-top.en {
        font-size: 16px;
    }
    .ttl2 {
        font-size: 21px;
        padding-bottom: 5px;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    .ttl3 {
        font-size: 21px;
        padding-bottom: 5px;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    .ttl4 {
        font-size: 21px;
        margin-bottom: 20px;
        padding: 5px 0 5px 10px;
    }
    .ttl5 {
        font-size: 18px;
    }
    .ttl6 {
        font-size: 18px;
    }
    .link-btn1 {
        font-size: 18px;
    }
    header {
        height: 160px;
        margin-top: 60px;
    }
    header.mv {
        margin-top: 0;
    }
    #page h1 {
        margin-bottom: 0;
    }
    .page-ttl {
        min-width: 210px;
        max-width: 90%;
        position: static;
        padding: 10px 20px;
        transform: translateY(0);
    }
    .border {
        margin: 5px 0;
    }
    .ttl-jp {
        font-size: 21px;
    }
    .ttl-en {
        font-size: 16px;
    }
    .breadcrumb {
        padding: 5px 10px;
    }
    .breadcrumb-inner, .breadcrumb-inner a {
        font-size: 12px;
    }
    .img-box .text, .img-box .img {
        width: 100%;
    }
    .img-box .img {
        order: 1;
        margin: 0 auto 20px auto;
    }
    .img-box .text {
        order: 2;
    }
    .br {
        height: 40px;
    }
    table {
        padding: 10px;
    }
    tr {
        display: flex;
        flex-direction: column;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    th {
        font-size: 16px;
        width: 100%;
        margin-bottom: 5px;
    }
    td {
        font-size: 14px;
    }
    .img-link {
        height: 170px;
        justify-content: flex-start;
    }
    .img-link-ttl {
        width: 100%;
        text-align: center;
        font-size: 21px;
        margin-top: 20px;
        padding: 10px;
    }
    .img-link-btn {
        width: 270px;
        font-size: 14px;
    }
    .img-link-btn img {
        width: 40px;
    }
}

/*/////////////////////フッター////////////////////////////*/

footer {
    background-color: #61677A;
    color: #fff;
}
footer a {
    width: fit-content;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.footer-wrapper {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 80px 2vw;
}
.footer-menu {
    display: flex;
}
.footer-menu ul {
    margin-right: 40px;
}
.footer-menu ul:last-of-type {
    margin-right: 0;
}
.footer-menu-btm {
    display: flex;
    padding-top: 40px;
    justify-content: flex-end;
}
.footer-menu-btm ul {
    display: flex;
}
.footer-menu-btm ul li {
    width: fit-content;
}
.footer-menu-btm ul li:first-of-type {
    margin-right: 30px;
}
.footer-left {
    display: flex;
    height: auto;
    flex-direction: column;
    margin-right: 30px;
}
.footer-logo {
    width: 300px;
    margin-bottom: 30px;
}
footer .address {
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
}
footer .address span:first-of-type {
    margin-right: 10px;
}
.footer-sns-block {
    display: flex;
}
.footer-sns-icon {
    display: flex;
    align-items: center;
}
.footer-sns-icon img {
    width: 30px;
    margin-right: 10px;
}
.footer-sns-icon p {
    font-size: 16px;
    font-weight: 600;
}
.footer-sns-icon:first-of-type {
    margin-right: 30px;
}
.footer-link-block {
    display: flex;
    margin: auto 0 0 0;
}
.footer-link:first-of-type {
    margin-right: 30px;
}
.copy {
    width: 100%;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    background-color: #1a2737;
}

@media screen and (max-width: 1000px) {
    .footer-wrapper {
        padding: 60px 2vw 20px 2vw;
    }
    .footer-logo {
        margin: 0 auto 20px auto;
        width: 230px;
        max-width: 80%;
    }
    .footer-right {
        display: none;
    }
    .footer-left {
        margin: 0 auto;
    }
    .footer-sns-icon {
        display: none;
    }
    .copy {
        padding: 10px 20px 60px 20px;
    }
    footer .address {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 800px) {
    footer .address {
        font-size: 14px;
    }
    footer a {
        font-size: 14px;
    }
}

/*/////////////////////ページネーション////////////////////////////*/
.wp-pagenavi {
    display: flex;
    margin: 80px auto 90px auto;
    flex-wrap: wrap;
}
.wp-pagenavi .current {
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    background-color:#4B61A2;
    margin-right: 5px;
}
.pager {
	width: 100%;
	max-width: 475px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 90px;
}
.wp-pagenavi a {
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
    color: #4B61A2;
    border : 1px solid #4B61A2;
    margin-right: 5px;
}

@media (hover: hover) and (pointer: fine) {
    .wp-pagenavi a:hover {
        background-color:#dfe7ff;
    }
    .pager a:hover:hover {
        background-color: #657cbf;
    }
}

@media screen and (max-width: 600px) {
	.pager a {
		padding: 12px 22px;
	}
	.pager {
		margin-bottom: 60px;
	}
}

/*/////////////////////コンタクトフォーム////////////////////////////*/

#cta .form-block {
    margin-top: 40px;
}
#cta .form-wrapper {
    padding: 30px 30px 80px 30px;
    background-color: #F2F4F9;
}
.contact-form-wrapper {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.form-top-text {
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.contact-text {
	text-align: center;
}
.wpcf7 {
	width: 100%;
	margin: auto;
}
.wpcf7 form {
	width: 100%;
}
.contact-form-wrapper label {
	display: flex;
	align-items: center;
    background: none;
}
.input-wrapper {
    display: flex;
	width: 100%;
	margin: auto;
	border-top: 1px solid #D8D8D8;
    padding: 20px 0;
}
.input-wrapper:first-of-type {
    border-top: 1px solid #555;
    padding-top: 40px;
}
.input-wrapper.last {
    border-bottom: 1px solid #555;
    padding-bottom: 40px;
}
.input-h {
    display: flex;
	width: 240px;
    font-weight: 600;
}
.input-h .required {
    display: flex;
    width: fit-content;
	font-size: 12px;
    font-weight: 600;
	color: #fff;
	background-color: #B10000;
	padding: 3px 10px;
    margin-left: 10px;
    height: fit-content;
}
.input-h .small {
	font-size: 12px;
}
.input-h-inner {
    display: flex;
    flex-direction: column;
}
.input-d {
	display: flex;
    flex-wrap: wrap;
	width: calc(100% - 240px);
}
.input-d span {
    width: 100%;
    display: flex;
}
input, textarea, select {
	border-radius: 3px;
	padding: 0 5px;
	height: 40px;
	width: 100%;
	border: 1px solid #bbb;
}
input {
	width: 100%;
}
input.your-address {
	max-width: 400px;
}
input[type=checkbox] {
	width: 15px;
	height: 15px;
	min-width: 15px;
	min-height: 15px;
	margin: auto 8px auto 0;
}
.input-d span {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 2%;
}
.wpcf7-form-control-wrap {
    flex-wrap: wrap;
}
input.form-event-name {
    background: none;
    border: none;
    padding: 0;
    height: fit-content;
    pointer-events: none;
    outline: none;
    cursor: default;
    user-select: none;
}
textarea {
	max-width: 600px;
	height: 250px;
	padding: 10px;
}
.your-day {
	width: 190px;
	height: 40px;
	margin-right: 20px;
}
.your-time {
	width: 190px;
	height: 40px;
}
.your-day-text {
    font-weight: 500;
    color: #B10000;
	font-size: 12px;
	margin-top: 10px;
}
.your-day-text-02 {
	margin-top: 0;
}
.your-check {
	display: flex;
	flex-direction: column;
}
.your-check span {
	margin-left: 0;
}
.your-check .wpcf7-list-item {
	margin-bottom: 10px;
}
.your-check .wpcf7-list-item.last {
	margin-bottom: 0;
}
.your-studio span {
	margin: 0;
}
input[type=radio] {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	margin: auto 8px auto 0;
}

.form-agree {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 30px auto;
	color: #B10000;
	font-weight: bold;
	font-size: 14px;
}
.form-agree label {
	margin: auto;
}
.wpcf7-checkbox .wpcf7-list-item {
	margin: 0 0 10px 0;
    background: none;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
    padding: 0;
}
.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
}
.wpcf7 input[type="file"] {
    background: none;
    border: none;
    margin-bottom: 10px;
}
.wpcf7 input[type="file"]:last-of-type {
    margin-bottom: 0;
}
.form-submit {
	width: 220px;
	display: flex;
	align-items: center;
    margin: 0 auto;
}
.wpcf7-submit {
    display: flex;
    width: fit-content;
	justify-content: center;
	align-items: center;
	border: none;
	color: #fff;
	background-color: #0069B9;
	padding: 10px;
	border-radius: 3px;
	font-weight: bold;
	min-width: 100%;
	height: 55px;
	font-size: 18px;
    margin: 0 auto;
}
.contact-privacy {
	flex-direction: column;
	width: 100%;
	max-width: 800px;
}
.contact-privacy-ttl {
	font-weight: bold;
	font-size: 18px;
	margin: 40px 0 10px 0;
}
.contact-privacy-text {
	font-size: 12px;
}
.form-btm-text {
	flex-direction: column;
	margin: 32px auto 43px auto;
}
.form-btm-text p {
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
.form-btm-text p.big {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 13px;
}
.doc-item {
    width: 100%;
    display: flex;
    padding: 20px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}
.input-d span.doc-img {
    width: 380px;
    height: 160px;
    background: url(../img/common/offer-img.jpg) no-repeat center / contain;
    margin-right: 10px;
}
.doc-item .doc-text {
    flex-direction: column;
    width: fit-content;
}
.doc-item .doc-text ul {
    width: fit-content;
}
.doc-item .doc-text li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.doc-item .doc-text li::before {
    content: "・";
}
.doc-text-big {
    width: fit-content;
    color: #B10000;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
}
.input-d span.wpcf7-list-item-label {
    margin: 0;
    width: fit-content;
}
.input-d span span.wpcf7-form-control-wrap {
    width: 48%;
}
@media screen and (max-width: 1000px) {
    #cta .form-wrapper {
        padding: 20px 10px;
    }
	.input-wrapper {
		flex-direction: column;
	}
	.input-d, .input-h {
		width: 100%;
	}
	.input-h {
		padding-bottom: 0;
	}
	.input-d {
		background-color: transparent;
        padding: 10px 0 0 0;
    }
	.input-wrapper {
		border: none;
        padding: 10px 0;
	}
    .input-wrapper:first-of-type {
        border-top: 1px solid #555;
        padding-top: 20px;
    }
    .input-wrapper.last {
        border-bottom: 1px solid #555;
        padding-bottom: 20px;
    }
	.input-column-wrapper {
		display: flex;
		flex-direction: column;
	}
	.your-time {
		margin-top: 15px;
	}
	input {
		max-width: 600px;
	}
	input.your-address {
		max-width: 600px;
	}
	.form-agree label {
		display: flex;
		align-items: center;
	}
	#contact-form .contact-form-wrapper {
		padding: 0;
		margin-top: 20px;
	}
	.form-btm-text {
		margin: 30px auto 50px 0;
	}
	.form-btm-text p {
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
    .doc-item {
        width: 100%;
        flex-direction: column;
    }
    .input-d span.doc-img {
        max-width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media (hover: hover) and (pointer: fine) {
	.wpcf7 .wpcf7-submit{
		cursor: pointer;
	}
	.wpcf7 .wpcf7-submit:disabled {
		cursor: not-allowed;
	}
}



/*/////////////////////アニメーション////////////////////////////*/

.ttl_en .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
  animation-delay: calc(var(--char-index) * 0.2s);
}

.ttl_en.animate .char {
  animation-name: fadeUp;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all .8s;
}
.fade-up.active {
    opacity: 1;
    transform: translateY(0px);
}

.fade-R {
    opacity: 0;
    transform: translateX(35px);
    transition: all 1.2s;
}
.fade-R.active {
    opacity: 1;
    transform: translateX(0px);
}

.fade-L {
    opacity: 0;
    transform: translateX(-35px);
    transition: all 1.2s;
}
.fade-L.active {
    opacity: 1;
    transform: translateX(0px);
}

.fade-in {
    opacity: 0;
    transform: scale(80%);
    transition: all .6s;
}
.fade-in.active {
    opacity: 1;
    transform: scale(0%);
}