@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

img {
	vertical-align: bottom;
}

html {
    line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
}

/* ---------------------------
basic
------------------------------ */
.only_sp {
	display: none;
}

/* ---------------------------
.header
------------------------------ */
header {
	width: 100%;
	background: #020045;
}
.header__inner {
	padding: 35px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header__inner .logo {
	width: 148px;
}
.header__inner h1 {
	font-size: 36px;
	color: #FEEB9D !important;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
}
.header__inner h1 .span_01 {
	font-size: 36px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	
	background: -moz-linear-gradient(0deg, #ECC152 0%, #FAE9AA 40%, #D4A806 70%, #C2AD09 100%);
	background: -webkit-linear-gradient(0deg, #ECC152 0%, #FAE9AA 40%, #D4A806 70%, #C2AD09 100%);
	background: linear-gradient(to right, #ECC152 0%, #FAE9AA 40%, #D4A806 70%, #C2AD09 100%);
	
	-moz-background-clip: text;
	-webkit-background-clip: text;
	background-clip: text;
	
	-moz-text-fill-color: rgba(255,255,255,0);
	-webkit-text-fill-color: rgba(255,255,255,0);
	text-fill-color: rgba(255,255,255,0);
}
.header__inner h1 .span_02 {
	display: block;
	font-size: 24px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	padding-top: 1rem;
	color: #FEEB9D;
}



/* ---------------------------
mainImg
------------------------------ */
.top__mainvisual__sp {
	display: none;
}

.slider {
	width: 100%;
	margin: 0 auto;
}
.slick-slide {
	margin: 0px;
    height: auto;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: .5;
}
.slick-current {
    opacity: 1;
}

/* ---------------------------
main
------------------------------ */
.main {
  
}

.sec__tit {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: clamp(36px, 4vw, 64px);
	text-align: center;
	letter-spacing: 0.2rem;
	margin-bottom: 4rem;
	display: flex;
    align-items: center;
}
.sec__tit:before,
.sec__tit:after {
	content: "";
    height: 5px;
    flex-grow: 1;
    background-color: #111;
}
.sec__tit:before {
	margin-right: 2rem;
}
.sec__tit:after {
	margin-left: 2rem;
}

.sec01 {
	width: 100%;
	padding: 100px 0;
	background: linear-gradient(#000019 0%, #000019 40%, #1B1E5F 85%, #1B1E5F 100%);
}
.sec01__inner {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.sec01__inner h2.sec01__tit {
	font-size: 46px;
	color: #F3D250;
	font-family: 'Noto Serif JP', serif;
	line-height: 140%;
	letter-spacing: 0.2rem;
	margin-bottom: 60px;
}
.sec01__inner p {
	color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 24px;
	line-height: 180%;
	letter-spacing: 0.1rem;
}



.sec02 {
	width: 100%;
	padding: 100px 0 80px;
	background: linear-gradient(90deg, #020333 0%, #191950 50%, #020333 100%);
}
.sec02__inner {
	width: 1200px;
	margin: 0 auto;
}
.sec02__inner h2.sec02__tit {
	font-size: 36px;
	text-align: center;
	color: #FEEB9D;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	letter-spacing: 0.1rem;
	margin-bottom: 70px;
}
.sec02__inner h2.sec02__tit:before {
	content: "";
	display: inline-block;
	width: 90px;
	height: 2px;
	background: #FEEB9D;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 45px);
}
.sec02__cnt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec02__cnt__box {
	width: 48.3%;
	border: 1px solid #B2994E;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.sec02__cnt__box h3 {
	background: linear-gradient(90deg, #ECC152 0%, #FAE9AA 40%, #D4A806 70%, #C2AD09 100%);
	color: #020333;
	font-size: 24px;
	text-align: center;
	padding: 10px 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.1rem;
	margin-bottom: 10px;
}
.sec02__cnt__box p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 160%;
	letter-spacing: 0.1rem;
}



.sec03 {
	width: 100%;
	padding: 100px 0 75px;
	position:relative;
	background: linear-gradient(80deg, #1B1B44 0%, #1B1B44 30%, #01012F 30%, #01012F 100%);
}
.sec03__inner {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.sec03__tit {
	margin-bottom: 30px;
}
.sec03__tit h2 {
	font-size: 36px;
	text-align: center;
	color: #FEEB9D;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	letter-spacing: 0.1rem;
	margin-bottom: 70px;
}
.sec03__tit h2:before {
	content: "";
	display: inline-block;
	width: 90px;
	height: 2px;
	background: #FEEB9D;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 45px);
}
.sec03__tit p {
	color: #fff;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: 0.1rem;
	font-family: 'Noto Serif JP', serif;
}
.sec03__tit p span {
	font-size: 18px;
}
.sec03__cnt {
	width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.sec03__cnt__box {
	border: 1px solid #B2994E;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
	align-items: center;
	margin-bottom: 25px;
}
.sec03__cnt__box:nth-of-type(2n) {
	flex-direction: row-reverse;
}
.sec03__cnt__box .txt {
	padding: 10px;
}
.sec03__cnt__box .txt h3 {
	background: linear-gradient(90deg, #ECC152 0%, #FAE9AA 40%, #D4A806 70%, #C2AD09 100%);
	color: #020333;
	font-size: 24px;
	text-align: center;
	padding: 10px 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.1rem;
	margin-bottom: 10px;
}
.sec03__cnt__box .txt dl {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.sec03__cnt__box .txt dl dt {
	color: #FEEB9D;
	font-size: 20px;
	text-align: left;
	position: relative;
	margin-bottom: 40px;
}
.sec03__cnt__box .txt dl dt:before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #FEEB9D;
	position: absolute;
	bottom: -25px;
	left: 0;
}
.sec03__cnt__box .txt dl dd {
	color: #fff;
	font-size: 20px;
	text-align: left;
	line-height: 160%;
}
.sec03__cnt__box .pic {
	margin-left: 10px;
}
.sec03__cnt__box:nth-of-type(2n) .pic {
	margin: 0 10px 0 0;
}




.sec__contactBtn {
	border-top: 2px solid #EED476;
	border-bottom: 2px solid #EED476;
	border-image: linear-gradient(90deg, #ECC152 0%, #FAE9AA 40%, #D4A806 70%, #C2AD09 100%);
	border-image-slice: 1;
	background: #301D01;
	text-align: center;
	padding: 70px 0;
}
.sec__contactBtn p {
	font-size: 36px;
	font-family: 'Noto Serif JP', serif;
	line-height: 160%;
	margin-bottom: 30px;
	color: #FEEB9D;
	letter-spacing: 0.1rem;
}
.sec__contactBtn .btn {
	width: 460px;
	height: 70px;
	margin: 0 auto 30px;
	background: #fff;
}
.sec__contactBtn .btn a {
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(0deg, #BBB424 0%, #8F891C 22%, #625E13 50%, #746F17 50%, #928C1D 93%, #C1BA26 100%);
	padding: 5px;
	box-sizing: border-box;
	font-size: 30px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	text-decoration: none;
	outline: 1px solid #eee;
	outline-offset: -5px;
	line-height: 54px;
}
.sec__contactBtn .btn a:hover {
	opacity: 0.7;
	transition: all .2s linear;
}
.sec__contactBtn ul li {
	font-size: 24px;
	color: #FEEB9D;
	font-family: 'Noto Serif JP', serif;
	line-height: 160%;
	letter-spacing: 0.1rem;
}
.sec__contactBtn ul li a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #fff;
	font-size: 34px;
	letter-spacing: 0.1rem;
}




.sec04 {
	width: 100%;
	padding: 100px 0 80px;
	background: linear-gradient(90deg, #020333 0%, #191950 50%, #020333 100%);
}
.sec04__inner {
	width: 920px;
	margin: 0 auto;
}
.sec04__tit {
	font-size: 36px;
	text-align: center;
	color: #FEEB9D;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	letter-spacing: 0.1rem;
	margin-bottom: 70px;
}
.sec04__tit:before {
	content: "";
	display: inline-block;
	width: 90px;
	height: 2px;
	background: #FEEB9D;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 45px);
}
.sec04__cnt {
	display: flex;
	justify-content: space-between;
}
.sec04__cnt__box {
	text-align: center;
	background: linear-gradient(0deg, #D4AD46 0%, #F3EA9D 100%);
	position: relative;
	display: inline-block;
}
.sec04__cnt__box:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 14px;
	border-color: transparent transparent transparent #E4CC72;
	position: absolute;
	top: 50%;
	right: -14px;
	margin-top: -6px;
}
.sec04__cnt__box:last-of-type:before {
	display: none;
}
.sec04__cnt__box .img {
	margin-bottom: 10px;
}
.sec04__cnt__box dl {
	font-family: 'Noto Serif JP', serif;
	color: #001F58;
	margin-bottom: 40px;
}
.sec04__cnt__box dl dt {
	font-size: 16px;
}
.sec04__cnt__box dl dd {
	font-size: 36px;
}
.sec04__cnt__box p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 auto;
	font-size: 24px;
	color: #001F58;
	padding-bottom: 3rem;
	font-family: 'Noto Serif JP', serif;
}





.sec05 {
	width: 100%;
	padding: 0 0 80px;
	background: linear-gradient(90deg, #020333 0%, #191950 50%, #020333 100%);
}
.sec05__tit {
	font-size: 36px;
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1rem;
	background: linear-gradient(0deg, #172C3D 0%, #172C3D 50%, #0D161D 50%, #142533 100%);
	border-top: 1px solid #2C3C49;
	border-bottom: 1px solid #2C3C49;
	padding: 30px 0;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.sec05__cnt {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}
.sec05__cnt__box {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 100px;
}
.sec05__cnt__box:nth-of-type(2) {
	flex-direction: row;
	margin-bottom: 0;
}
.sec05__cnt__box .txt {
	width: 54.1%;
	color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.sec05__cnt__box .txt h3 {
	font-size: 30px;
	margin-bottom: 30px;
}
.sec05__cnt__box .txt ul li {
	font-size: 16px;
	font-weight: 300;
	line-height: 180%;
}
.sec05__cnt__box .pic {
	width: 41.7%;
}
.sec05__cnt__box .pic img {
	width: 100%;
}




.sec06 {
	width: 100%;
	padding: 100px 0 70px;
	background: linear-gradient(#000019 0%, #000019 40%, #1B1E5F 85%, #1B1E5F 100%);
}
.sec06__tit {
	font-size: 36px;
	text-align: center;
	color: #FEEB9D;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	letter-spacing: 0.1rem;
	margin-bottom: 70px;
}
.sec06__tit:before {
	content: "";
	display: inline-block;
	width: 90px;
	height: 2px;
	background: #FEEB9D;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 45px);
}
.sec06__cnt {
	width: 1000px;
	margin: 0 auto;
}
.sec06__cnt__box {
	background: linear-gradient(#D4AD46 0%, #f3ea9d 100%);
	padding: 30px;
	margin-bottom: 10px;
}
.sec06__cnt__box dl dt {
	color: #001F58;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 1rem;
}
.sec06__cnt__box dl dt:before {
	content: "Q.";
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 30px;
	font-weight: 400;
	margin-right: 1rem;
}
.sec06__cnt__box dl dd {
	color: #8C0000;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	padding-left: 3rem;
	line-height: 160%;
}
.sec06__cnt__box dl dd:before {
	content: "A.";
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 30px;
	font-weight: 400;
	margin-left: -2.8rem;
	margin-right: 1rem;
}



/* ---------------------------
contactBox
お問い合わせ
------------------------------ */
.contactBox {
	position: relative;
	z-index: 200;
}
.contactBox_01 { background: linear-gradient(180deg, #0F0F0F 0%, #0F0F0F 50%, #F6F4EF 50%, #F6F4EF 100%); }
.contactBox_02 { background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 50%, #F6F4EF 50%, #F6F4EF 100%); }

.contactBox__inner {
	background: #C2B8A4;
	margin-left: calc((100vw - 1170px) / 2);
	padding: 90px 0 90px 95px;
}
.contactBox__inner__tit {
	font-weight: bold;
	font-size: 26px;
	color: #fff;
	margin-bottom: 10px;
}
.contactBox__inner__cnt {
	display: flex;
	justify-content: flex-start;
}
.contactBox__inner__cnt__lst a:hover {
    opacity: 0.7;
}
.contactBox__inner__cnt__lst:first-child {
	margin-right: 30px;
}
.contactBox__inner__cnt__lst:last-child {
	background: #CAC2BC;
	/*margin-left: calc((100vw - 685px) / 2);*/
	padding: 30px 0 30px 40px;
	width: 100%;
}





/* ---------------------------
footer
------------------------------ */
footer {
 	padding: 20px 0;
	background: #444;
}

address {
  font-size: clamp(10px, 1vw, 13px);
  text-align: center;
	color: #fff;
}


/* ---------------------------
form
------------------------------ */
.sec_form {
	background: #01012F;
	padding: 100px 0;
	color: #fff;
}
.sec_form__inner {
	width: 70vw;
	max-width: 970px;
	margin: 0 auto;
}
.sec_form__inner_tit {
	margin-bottom: 80px;
	text-align: center;
}
.sec_form__inner_tit h2 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 48px;
	color: #fff;
	margin-bottom: 1rem;
}
.sec_form__inner_tit p {
	font-size: clamp(20px, 2.4vw, 26px);
	font-weight: 600;
	color: #40A9A5;
	position: relative;
}
.sec_form__inner_tit p:after {
	content: "";
	width: 90px;
	background: #41A9A5;
	height: 3px;
	display: inline-block;
	position: absolute;
	bottom: -1vw;
	left: 50%;
	transform: translateX(-50%);
}
.sec_form__inner__p {
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 160%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 1rem;
}
.sec_form__inner__p span {
	color: #F00;
	font-weight: 600;
	font-size: 18px;
}
.sec_form__inner__p a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #ff9;
	letter-spacing: 0.1rem;
}



.sec_form__inner__caution {
	background: #eee;
	border-radius: 10px;
	padding: 30px;
}
.sec_form__inner__caution h4 {
	font-size: 16px;
	font-weight:  bold;
	padding-bottom: 7px;
	border-bottom: 2px solid #333;
	margin-bottom: 10px;
}
.sec_form__inner__caution p {
	font-size: 14px;
	line-height: 160%;
}

.sec_form a {
	color: #ff9;
}

input[type=submit] {
	padding: 20px 100px;
}

/* ---------------------------
inputForm
------------------------------ */
.inputForm {
  margin: 50px 0 100px 0;
}

/* ---------------------------
contacThanks
------------------------------ */
.contacThanks {
  width: 1170px;
  margin: 100px auto 200px;
}
.contacThanks h2 {
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contacThanks p {
  line-height: 160%;
  margin-bottom: 20px;
}





#pagetop{
	height:0;
	opacity:0;
	transition: 0.3s;
	visibility:hidden;
}
#pagetop.fixed{
	height:auto;
	opacity:.7;
	visibility:visible;
}
.totop1 a {
	position: fixed;
	bottom: 0;
	right: 0;
}
.pagetop a {
	width: 45px;
	height: 45px;
	background: #aaa;
	z-index: 1;
}
.totop1 a:before {
	content: "";
	border: solid transparent;
	border-left-color: #fff;
	border-width: 12px;
	position: absolute;
	top: 0;
	left: 25%;
	transform: rotate(-90deg);
}
.totop1 a:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 24px;
	left: 40%;
	display: block;
}




.sp_pf_btn { display: none; }



/* animetion */

.anim {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transform: translateY(40px);
  opacity: 0;
  transition: 1s cubic-bezier(0.5, 0.1, 0.2, 1) 0.2s;
}
.anim:nth-child(1) {transition-delay: 0.1s;}
.anim:nth-child(2) {transition-delay: 0.3s;}
.anim:nth-child(3) {transition-delay: 0.5s;}
.anim:nth-child(4) {transition-delay: 0.7s;}
.anim:nth-child(5) {transition-delay: 0.9s;}
.anim:nth-child(6) {transition-delay: 1.1s;}
.anim:nth-child(7) {transition-delay: 1.3s;}
.anim:nth-child(8) {transition-delay: 1.5s;}
.anim:nth-child(9) {transition-delay: 1.7s;}
.anim:nth-child(10) {transition-delay: 1.9s;}
.anim.animStart {
  transform: translateY(0);
  opacity: 1;
}

.flex li:nth-child(1) a::after {transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s;}
.flex li:nth-child(2) a::after {transition: opacity 0.4s ease-in-out 0.4s, transform 0.4s;}
.flex li:nth-child(3) a::after {transition: opacity 0.4s ease-in-out 0.6s, transform 0.4s;}
.flex li:nth-child(1) a.effectStart::before { transition-delay: 0s;}
.flex li:nth-child(2) a.effectStart::before { transition-delay: 0.2s;}
.flex li:nth-child(3) a.effectStart::before { transition-delay: 0.4s;}
