@charset "UTF-8";

/* reset.css */

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,
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;
  box-sizing: border-box;
  word-wrap: break-word;
}
html {
  line-height: 1;
}
body {
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll !important;
}
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,
picture {
  display: block;
}
a {
  text-decoration: none;
}

html {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #000;
  font-size: 0.66667vw;
  line-height: 1;
}
html * {
  font-weight: inherit;
  box-sizing: border-box;
}
body {
  touch-action: manipulation;
}
a {
  outline: none;
  color: inherit;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:focus,
*:focus {
  outline: none;
}
img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
}

.pc{
  display: block !important;
}
.sp{
  display: none !important;
}
.text-right{
  text-align: right !important;
}


/*PC共通
-----------------------------------------------------------------------------*/
@media screen and (min-width: 1500px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 0.66667vw;
  }
}
/*--------------------------endPC--------------------------------*/

/*SP共通
-----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 2.4vw;
  }
  .pc{
    display: none !important;
  }
  .sp{
    display: block !important;
  }
  .btn{
    font-size: calc(14 / 365 * 100vw);
    padding: calc(12 / 365 * 100vw) calc(28 / 365 * 100vw);
  }
}
/*--------------------------endSP--------------------------------*/



.wrapper{
  position: relative;
  width: 100%;
}


.yrt-p-instagram,.yrt-p-contact,.yrt-footer,.yrt-header{
  display: none !important;
}

/* ==============================
  header
============================== */
.header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 2.5rem 3rem;
  z-index: 10;
}
.header .site_logo{
  width: 7rem;
}

@media screen and (max-width: 767px) {
  .header{
    padding: calc(20 / 750 * 100vw) calc(15 / 750 * 100vw);
  }
  .header .site_logo{
    width: calc(60 / 750 * 100vw);
  }
}


/* ==============================
  main
============================== */
.main{
  position: relative;
  width: 100%;
}

/* ==============================
  hero
============================== */
.hero{
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../img/lp/bg_header.jpg) no-repeat;
  background-size: cover;
}
.hero_inner{
  width: 100%;
  max-width: calc(120rem + 6rem);
  padding: 0 3rem;
  margin: 0 auto;
}
.hero_title{
  width: 100%;
  max-width: 91rem;
  margin: 0 auto;
  display: block;
  text-align: left;
  padding-top: 10.8rem;
}
.hero_title h2{
  display: inline-block;
  font-size: 4.7rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.hero_title h2 span{
  font-size: 5.9rem;
  line-height: 1;
  -webkit-text-emphasis: filled dot;
  text-emphasis: filled dot;
  text-emphasis-position: over;
}
.hero_text{
  width: 100%;
  max-width: 91rem;
  margin: 0 auto;
  margin-top: 6rem;
  padding-left: 2rem;
  border-left: 1px solid #fff;
}
.hero_text p{
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.25 !important;
}
.hero_foot{
  width: 100%;
  padding: 2.5rem 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2rem solid #CDB278;
  background: rgba(0, 22, 57, .78);
}
.hero_foot_inner{
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.hero_foot_text{
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.25;
  text-align: center;
}
.hero_foot_msg{
  font-size: 2.8rem;
  font-weight: 500;
  color: #D8B706;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hero{
    background: url(../img/lp/bg_header_sp.jpg) no-repeat;
    background-size: cover;
    height: auto;
  }
  .hero_inner{
    max-width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
  }
  .hero_title{
    max-width: 80%;
    padding-top: calc(80 / 750 * 100vw);
  }
  .hero_title h2{
    font-size: calc(47 / 750 * 100vw);
  }
  .hero_title h2 span{
    font-size: calc(59 / 750 * 100vw);
    padding-top: 1rem;
  }
  .hero_text{
    max-width: 80%;
    margin-top: calc(124 / 750 * 100vw);
  }
  .hero_text p{
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.95;
  }
  .hero_foot{
    position: static;
    margin-top: calc(148 / 750 * 100vw);
    padding: calc(25 / 750 * 100vw) 1.5rem;
    border-bottom: calc(20 / 750 * 100vw) solid #CDB278;
  }
  .hero_foot_inner{
    max-width: 100%;
  }
  .hero_foot_text{
    font-size: calc(26 / 750 * 100vw);
  }
  .hero_foot_msg{
    font-size: calc(31 / 750 * 100vw);
  }
}

/* ==============================
  plan
============================== */
.plan{
  position: relative;
  width: 100%;
  background: url(../img/lp/bg_plan.jpg) repeat;
  background-size: 100%;
  padding: 10rem 3rem 11.8rem;
}
.plan_inner{
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.plan_title{
  position: relative;
}
.plan_title:after{
  content: '';
  display: inline-block;
  width: 27.6rem;
  height: 27.8rem;
  background: url(../img/lp/bg_titile_plan.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.plan_title h2{
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 700;
  color: #1C465D;
  display: block;
  text-align: center;
}
.plan_title p{
  font-size: 2.3rem;
  line-height: 1.43;
  font-weight: 400;
  color: #1C465D;
  display: block;
  text-align: center;
  margin-top: 3rem;
}
.plan_wrap{
  width: 100%;
  margin-top: 8rem;
  padding: 0 4rem;
}
.plan_list{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10rem;
}
.plan_list:first-of-type{
  margin-top: 0;
}
.plan_list_text{
  width: calc(100% - 59.21%);
  padding-right: 5.5rem;
}
.plan_list_text h3{
  font-size: 2.3rem;
  line-height: 1.52;
  font-weight: 400;
  color: #1C465D;
  border-bottom: 1px solid #1C465D;
  padding-bottom: 1rem;
  display: block;
  text-align: center;
}
.plan_list_text p{
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
  color: #1C465D;
  display: block;
  text-align: center;
  margin-top: 4rem;
}
.plan_list_thumb{
  width: 59.21%;
  background: #1C465D;
}
.plan_list_thumb figure{
  position: relative;
  top: -1.5rem;
  left: -1.5rem;
}

@media screen and (max-width: 767px) {
  .plan{
    padding: calc(95 / 750 * 100vw) calc(70 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
  .plan_inner{
    max-width: 100%;
  }
  .plan_title:after{
    width: calc(275 / 750 * 100vw);
    height: calc(278 / 750 * 100vw);
    top: -4rem;
  }
  .plan_title h2{
    font-size: calc(58 / 750 * 100vw);
  }
  .plan_title p{
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
  .plan_wrap{
    margin-top: calc(90 / 750 * 100vw);
    padding: 0;
  }
  .plan_list{
    flex-direction: column-reverse;
    margin-top: calc(80 / 750 * 100vw);
  }
  .plan_list_text{
    width: 100%;
    padding-right: 0;
    margin-top: calc(60 / 750 * 100vw);;
  }
  .plan_list_text h3{
    max-width: 80%;
    margin: 0 auto;
    font-size: calc(42 / 750 * 100vw);
    padding-bottom: calc(15 / 750 * 100vw);
  }
  .plan_list_text p{
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
  .plan_list_thumb{
    width: 100%;
  }
  .plan_list_thumb figure{
    top: calc(-15 / 750 * 100vw);
    left: calc(-15 / 750 * 100vw);
  }
}


/* ==============================
  footer
============================== */
.footer{
  position: relative;
  width: 100%;
  border-top: 2rem solid #CDB278;
  background: url(../img/lp/footer_bg.jpg) no-repeat;
  background-size: cover;
  padding: 10rem 3rem;
}
.footer_inner{
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.footer h2{
  font-size: 3.6rem;
  line-height: 1.33;
  font-weight: 700;
  color: #D8B706;
  display: block;
  text-align: center;
}
.footer p{
  font-size: 1.8rem;
  line-height: 1.77;
  font-weight: 400;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 3.5rem;
}
.footer p:first-of-type{
  margin-top: 6.8rem;
}
.footer h3{
  width: 100%;
  max-width: 80rem;
  margin: 9rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.4rem;
  font-size: 3rem;
  color: #D8B706;
}
.footer h3::before,
.footer h3::after{
  content: "";
  width: 21.5rem;
  height: 1px;
  background: #D8B706;
}
.footer_btnWrap{
  width: 100%;
  max-width: 80rem;
  margin: 5.4rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer_btnWrap a{
  width: calc(100% / 2 - 2.7rem);
  height: 8.4rem;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: .2s ease;
}
.footer_btnWrap a.footer_line{
  background: #00B900;
  box-shadow: 0 .5rem 0 #019A01;
}
.footer_btnWrap a.footer_tel{
  background: #2F54CB;
  box-shadow: 0 .5rem 0 #1D388E;
}
.footer_btnWrap a:hover{
  cursor: pointer;
  opacity: 1;
  transform: translateY(.3rem);
  box-shadow: 0 .2rem 0 rgba(0,0,0,.15);
}
.footer_btnWrap a span{
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.footer_btnWrap a span:before{
  content: '';
  display: inline-block;
  margin-right: 1.2rem;
}
.footer_btnWrap a.footer_line span:before{
  background: url(../img/lp/ico_line.svg) no-repeat;
  background-size: 100%;
  width: 4.8rem;
  height: 4.8rem;
}
.footer_btnWrap a.footer_tel span:before{
  background: url(../img/lp/ico_tel.svg) no-repeat;
  background-size: 100%;
  width: 2.8rem;
  height: 2.8rem;
}

@media screen and (max-width: 767px) {
  .footer{
    border-top: calc(20 / 750 * 100vw) solid #CDB278;
    background: url(../img/lp/footer_bg_sp.jpg) no-repeat;
    background-size: cover;
    padding: calc(100 / 750 * 100vw) calc(35 / 750 * 100vw);
  }
  .footer_inner{
    max-width: 100%;
  }
  .footer h2{
    font-size: calc(46 / 750 * 100vw);
    line-height: 1.52;
  }
  .footer p{
    font-size: calc(28 / 750 * 100vw);
    line-height: 2 !important;
    margin-top: calc(35 / 750 * 100vw);
  }
  .footer p:first-of-type{
    margin-top: calc(67 / 750 * 100vw);
  }
  .footer h3{
    max-width: 100%;
    padding: 0 calc(35 / 750 * 100vw);
    margin: calc(82 / 750 * 100vw) auto 0;
    gap: calc(25 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
  .footer h3::before,
  .footer h3::after{
    width: calc(119 / 750 * 100vw);
  }
  .footer_btnWrap{
    max-width: 100%;
    padding: 0 calc(35 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto 0;
  }
  .footer_btnWrap a{
    width: 100%;
    height: calc(134 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
  .footer_btnWrap a.footer_line{
    box-shadow: 0 calc(10 / 750 * 100vw) 0 #019A01;
  }
  .footer_btnWrap a.footer_tel{
    box-shadow: 0 calc(10 / 750 * 100vw) 0 #1D388E;
    margin-top: calc(50 / 750 * 100vw);
  }
  .footer_btnWrap a:hover{
    transform: translateY(calc(3 / 750 * 100vw));
    box-shadow: 0 calc(2 / 750 * 100vw) 0 rgba(0,0,0,.15);
  }
  .footer_btnWrap a span:before{
    margin-right: calc(16 / 750 * 100vw);
  }
  .footer_btnWrap a.footer_line span:before{
    width: calc(77 / 750 * 100vw);
    height: calc(77 / 750 * 100vw);
  }
  .footer_btnWrap a.footer_tel span:before{
    width: calc(45 / 750 * 100vw);
    height: calc(45 / 750 * 100vw);
  }
}