@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');



/*
  font-family: "Noto Sans JP", serif;
  font-family: "Michroma", serif;
  font-family: "Jost", sans-serif;
  font-family: "Open Sans", sans-serif;
	Thin 100
  ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Extra-bold 800
	Black 900
*/




/* CSS Document */

html {
  font-size: 10px;
}
body {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", serif;
  color: #181616;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.868vw;
  }

  body {
    font-size: 1rem;
    width: 100%;
    min-width: 100%;
    line-height: 1.7;
    padding-top: 18vw;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -o-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

* {
  font-style: normal;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #181616;
  text-decoration: none;
  transition: .5s;
}
a:hover {
  color: #666666;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
main a {
  color: #181616;
  text-decoration: none;
  transition: .5s;
}
main a:hover {
  color: #666666;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
a:hover img,
a.opacity:hover,
footer footer_in .f_contents section dl a:hover {
  text-decoration: none;
  opacity: 0.65;
  zoom: 1;
}
header h2 a:hover img,
footer dl dt a:hover img {
  opacity: 1.0;
  zoom: 1;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none !important;
  display: inline-block;
}
img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.sp,
.sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  img {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp,
  .sp_img {
    display: block;
  }
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
span:before {
	font-family: "FontAwesome";
	content: "\f090";
}
span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
}
span:before {
  font-family: "Font Awesome 6 Brands";
	font-family: "Font Awesome 6 Free";
	content: "\f0c8";
  font-weight: 400;
  font-weight: 900（Solid）
  font-weight: 400（Regular、Brands）
}
.child {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.child {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
左から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
右から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}
.vertical-tb {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
body {
  counter-reset: number;
}
h1:before {
  counter-increment: number;
  content: counter(number)'';
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
<p><picture>
  <source media="(max-width: 767px)" srcset="">
  <img src="" alt="">
</picture></p>

*/






/*header*/
h1 {
  display: none;
}
header {
	position: fixed;
	top: 15px;
	left: 20px;
	z-index: 20;
	width: calc(100% - (20px * 2));
	height: 80px;
	display: flex;
	align-items: center;
	transition: .5s;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
}
header h2 {
  margin-left: 25px;
  margin-right: 20px;
  width: 260px;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-left: auto;
  padding-right: 15px;
}
header nav > ul {
  display: flex;
  margin-right: 30px;
}
header nav > ul > li {
  position: relative;
}
header nav > ul > li:not(:last-of-type) {
  margin-right: 3em;
}
header nav > ul > li > a ,
header nav > ul > li > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .02em;
  cursor: pointer;
  transition: .5s;
}
header nav > ul > li > span {
  padding-right: 1em;
}
header nav > ul > li > span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 0;
  width: .7333em;
  height: .4em;
  background: url(../img/common/nav_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
header nav > ul > li.trigger.active::before {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	height: 80px;
  display: block;
  content: '';
}
header nav > ul > li.trigger > span + .sub_menu {
	position: fixed;
	top: calc(80px + 15px);
	left: 0;
  z-index: 2;
	width: 100%;
  display: none;
}
header nav > ul > li.trigger > span + .sub_menu .box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
	background: rgba(37, 38, 40, 1);
  font-size: 1.6rem;
}
header nav > ul > li.trigger > span + .sub_menu .box ul {
  display: flex;
}
header nav > ul > li.trigger > span + .sub_menu .box ul li:not(:last-of-type) {
  margin-right: 2.5em;
}
header nav > ul > li.trigger > span + .sub_menu .box ul li a {
  position: relative;
  display: block;
  color: #FFF;
}
header nav > p a {
  display: block;
  background: #005ddb;
  border: solid 1px #005ddb;
  color: #FFF;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .02em;
  padding: .8em 2.1em;
}
header nav > p a:hover {
  background: #FFF;
  border: solid 1px #005ddb;
  color: #005ddb;
}
@media screen and (max-width: 1240px) {
  header h2 {
    margin-left: 15px;
    margin-right: 15px;
  }
  header nav {
    padding-right: 15px;
  }
  header nav > ul {
    margin-right: 15px;
  }
  header nav > ul > li:not(:last-of-type) {
    margin-right: 2em;
  }
}
@media screen and (max-width: 1140px) {
  header h2 {
    width: 210px;
  }
  header nav > p a {
    padding: .8em 1.0em;
  }
}
@media screen and (max-width: 1040px) {  
  header nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    top: 0;
    left: 0;
    width: 100%;
    height: 18vw;
    border-radius: 0;
  }
  header h2 {
    margin-left: 3vw;
    margin-right: 0;
    width: 60vw;
  }
  header nav {
    display: none;
  }
}



/*footer*/
footer {
  background: #252628;
  color: #FFF;
  padding-top: 90px;
  padding-bottom: 90px;
}
footer a ,
footer a:hover {
  color: #FFF;
}
footer .f_box {
  display: flex;
  margin-bottom: 90px;
}
footer .f_box .box_l {
  margin-right: 20px;
}
footer .f_box .box_l .f_logo {
  width: 275px;
  margin-bottom: 25px;
}
footer .f_box .box_l address {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .05em;
}
footer .f_box .box_r {
  margin-left: auto;
  display: flex;
}
footer .f_box .box_r ul {
  font-size: 1.5rem;
}
footer .f_box .box_r ul:not(:last-of-type) {
  margin-right: 3.3em;
}
footer .f_box .box_r ul li:not(:last-of-type) {
  margin-bottom: .3em;
}
footer .f_box .box_r ul li.sub:not(:last-of-type) {
  margin-bottom: .2em;
}
footer .f_box .box_r ul li + li.sub {
  padding-top: .4em;
}
footer .f_box .box_r ul li.sub a {
  color: #979a9d;
}
footer .pp_copy {
  display: flex;
  align-items: center;
}
footer .pp_copy p {
  font-size: 1.4rem;
}
footer .pp_copy p a {
  color: #979a9d;
}
footer .pp_copy .copy {
  display: block;
  margin-left: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  color: #979a9d;
}
footer + .return {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  width: 50px;
}
@media screen and (max-width: 1040px) {
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .f_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
  footer .f_box .box_l {
    order: 2;
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  footer .f_box .box_l .f_logo {
    margin-bottom: 0;
    margin-right: 40px;
  }
  footer .f_box .box_r {
    order: 1;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  footer .f_box {
    margin-bottom: 15vw;
  }
  footer .f_box .box_l {
    order: 1;
    margin-right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 6vw;
  }
  footer .f_box .box_l .f_logo {
    width: 90%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  footer .f_box .box_l address {
    font-size: 1.5rem;
    text-align: left;
  }
  footer .f_box .box_r {
    order: 2;
    margin-left: 0;
    margin-bottom: -6vw;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    width: 100%;
  }
  footer .f_box .box_r ul {
    font-size: 1.5rem;
  }
  footer .f_box .box_r ul:nth-of-type(1) {
    order: 1;
    grid-area: 1 / 1 / 3 / 2;
  }
  footer .f_box .box_r ul:nth-of-type(2) {
    order: 3;
    grid-area: 3 / 1 / 6 / 2;
  }
  footer .f_box .box_r ul:nth-of-type(3) {
    order: 5;
    grid-area: 6 / 1 / 11 / 2;
  }
  footer .f_box .box_r ul:nth-of-type(4) {
    order: 2;
    grid-area: 1 / 2 / 4 / 3;
  }
  footer .f_box .box_r ul:nth-of-type(5) {
    order: 4;
    grid-area: 4 / 2 / 8 / 3;
  }
  footer .f_box .box_r ul:not(:last-of-type) {
    margin-right: 0;
  }
  footer .pp_copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  footer .pp_copy p {
    font-size: 1.4rem;
    margin-bottom: 5vw;
  }
  footer .pp_copy .copy {
    margin-left: 0;
    font-size: 1.2rem;
  }
  footer + .return {
    position: fixed;
    right: 5vw;
    bottom: 5vw;
    width: 12vw;
  }
}






/*共通*/
.common_contact {
  position: relative;
  z-index: 1;
  background: #eceff3;
}
.common_contact .box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 60px;
}
.common_contact .box::before {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
  width: 299px;
  height: 100%;
  background: url(../img/common/common_contact_bg.png) no-repeat left center;
  background-size: auto 100%;
  content: '';
}
.common_contact .box .box_l {
  margin-right: 20px;
}
.common_contact .box .box_l p span ,
.common_contact .box .box_l p em {
  display: block;
  line-height: 1.1;
}
.common_contact .box .box_l p span {
  font-family: "Michroma", serif;
  font-size: 5.6rem;
  margin-bottom: .3em;
}
.common_contact .box .box_l p em {
  font-size: 1.6rem;
  letter-spacing: .02em;
}
.common_contact .box .box_r {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.common_contact .box .box_r dl {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 50px;
}
.common_contact .box .box_r dl dt a {
  display: flex;
  align-items: baseline;
  font-family: "Jost", sans-serif;
  pointer-events: none;
}
.common_contact .box .box_r dl dt a * {
  display: block;
  letter-spacing: .02em;
  line-height: 1.1;
}
.common_contact .box .box_r dl dt a em {
  font-size: 2.4rem;
  margin-right: .2em;
}
.common_contact .box .box_r dl dt a span {
  font-size: 3.2rem;
}
.common_contact .box .box_r dl dd {
  font-size: 1.4rem;
  letter-spacing: .02em;
  color: #2c2c30;
}
.common_contact .box .box_r p {
  width: 300px;
}
.common_contact .box .box_r p a {
  position: relative;
  display: block;
  background: #0f49ab;
  border: solid 1px #0f49ab;
  border-radius: 5px;
  overflow: hidden;
}
.common_contact .box .box_r p a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#FFF;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  content: '';
}
.common_contact .box .box_r p a:hover:before {
  transform-origin:left top;
  transform:scale(1, 1);
}
.common_contact .box .box_r p a span {
  position: relative;
  z-index: 2;
  display: block;
  color: #FFF;
  letter-spacing: .02em;
  padding: 1.1em 1.2em;
  font-size: 1.8rem;
  font-weight: 500;
}
.common_contact .box .box_r p a:hover span {
  color: #0f49ab;
}
.common_contact .box .box_r p a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 1.8em;
  width: 1.4375em;
  height: .8125em;
  background: url(../img/common/common_contact_arrow_red.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.common_contact .box .box_r p a:hover {
  background: #FFF;
  border: solid 1px #0f49ab;
  color: #0f49ab;
}
.txt-show {
  clip-path: inset(100% 0 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.txt-show.show {clip-path: inset(0);
}
@media screen and (max-width: 1040px) {
  .common_contact .box .box_r p {
    width: 240px;
  }
}
@media screen and (max-width: 940px) {
  .common_contact .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .common_contact .box .box_l {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .common_contact .box .box_l p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .common_contact .box .box_r {
    width: 100%;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .common_contact .box .box_r p {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .common_contact .box {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .common_contact .box::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/common/common_contact_bg_sp.png) no-repeat left center;
    background-size: cover;
    content: '';
  }
  .common_contact .box .box_l {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .common_contact .box .box_l p span {
    font-size: 4.0rem;
  }
  .common_contact .box .box_l p em {
    text-align: center;
    line-height: 1.7;
  }
  .common_contact .box .box_r {
    width: 100%;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .common_contact .box .box_r dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .common_contact .box .box_r dl dt a {
    pointer-events: all;
  }
  .common_contact .box .box_r p {
    width: 90%;
  }
  .common_contact .box .box_r p a span {
    padding: .8em 1.2em;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .common_contact .box .box_r p a:hover span {
    color: #0f49ab;
  }
  .common_contact .box .box_r p a span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.8em;
    width: 1.4375em;
    height: .8125em;
    background: url(../img/common/common_contact_arrow_red.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }
  .common_contact .box .box_r p a:hover {
    background: #FFF;
    border: solid 1px #0f49ab;
    color: #0f49ab;
  }
  .txt-show {
    clip-path: inset(100% 0 0 0);
    transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
  }
  .txt-show.show {clip-path: inset(0);
  }
}





.menu_btn + .menu_box {
  position: absolute;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: left bottom;
  transition: all 1s;
}
@media screen and (max-width: 1040px) {  
  .menu_btn {
    position: fixed;
    top: calc(((80px + 30px) - 39px) / 2);
    right: 40px;
    z-index: 40;
    width: 50px;
    height: 39px;
    cursor: pointer;
    background: url(../img/common/menu_off.png) no-repeat center center;
    background-size: cover !important;
    display: block;
    transition: all 0.3s;
  }
  .menu_btn.is-active {
    width: 50px;
    height: 39px;
    background: url(../img/common/menu_on.png) no-repeat center center;
    background-size: cover !important;
    transition: all 0.3s;
  }
  .menu_btn + .menu_box {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
  }
  .menu_btn + .menu_box::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
    z-index: -1;
    transform: scaleY(0);
    transform-origin: left bottom;
    transition: all 1s;
    width: 100%;
    height: 100vh;
  }
  .menu_btn.is-active + .menu_box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    overflow: auto;
    transform: scaleY(1);
    transform-origin: left bottom;
    transition: all 1s;
  }
  .menu_btn.is-active + .menu_box::before {
    transform: scaleY(1);
    transition: all 1s;
  }
  .menu_btn + .menu_box .box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 4%;
    padding-top: 100px;
    opacity: 0;
    visibility: hidden;
    transition:opacity .3s ease 0s
  }
  .menu_btn.is-active + .menu_box .box {
    opacity: 1;
    visibility: visible;
    transition-delay:calc(.7s + .2s)
  }
  .menu_btn.is-active + .menu_box .box * {
    max-height: inherit;
  }
  .menu_btn.is-active + .menu_box .box > ul {
    width: 100%;
    margin-bottom: 50px;
    max-height: inherit;
  }
  .menu_btn.is-active + .menu_box .box > ul > li {
    border-bottom: solid 1px #b4afac;
  }
  .menu_btn.is-active + .menu_box .box > ul > li > a {
    position: relative;
    display: flex;
    align-items: baseline;
    font-size: 1.5rem;
    padding: .5em .2em;
    width: 100%;
  }
  .menu_btn.is-active + .menu_box .box > ul > li > a > span {
    font-weight: 500;
    margin-right: .5em;
    color: #383631;
  }
  .menu_btn.is-active + .menu_box .box > ul > li > a > em {
    font-family: "Bellota", system-ui;
    font-size: 1.2rem;
    font-weight: 700;
    color: #69af71;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input {
    display: none;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label {
    position: relative;
    display: flex;
    align-items: baseline;
    font-size: 1.5rem;
    padding: .5em .2em;
    width: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label::after,
  .menu_btn.is-active + .menu_box .box > ul > li label::before {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 0.75em;
    background: #999;
    transition: all 0.3s;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label:after {
    transform: translateY(-50%) rotate(90deg);
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label::before {
    transform: translateY(-50%) rotate(90deg) !important;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label > span {
    font-weight: 500;
    margin-right: .5em;
    color: #383631;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label > em {
    font-family: "Bellota", system-ui;
    font-size: 1.2rem;
    font-weight: 700;
    color: #69af71;
  }
  .menu_btn.is-active + .menu_box .box > ul > li .menu {
    height: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(0);
    transition: all 0.3s;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu {
    height: auto;
    padding: 3vw 4vw;
    transition: all .3s;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu ul li {
    font-size: 1.3rem;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu ul li a {
    position: relative;
    display: block;
    padding: .3em 2em;
    padding-right: 1.2em;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu ul li:not(:last-of-type) a {
    border-bottom: solid 1px #d2cccb;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu ul li a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: .7333em;
    height: .4em;
    background: url(../img/common/nav_arrow.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }

}
@media screen and (max-width: 767px) {  
  .menu_btn {
    position: fixed;
    top: calc((20vw - 5.0847vw) / 2);
    right: 4vw;
    z-index: 40;
    width: 6.5189vw;
    height: 5.0847vw;
    cursor: pointer;
    background: url(../img/common/menu_off.png) no-repeat center center;
    background-size: cover !important;
    display: block;
    transition: all 0.3s;
  }
  .menu_btn.is-active {
    width: 6.5189vw;
    height: 5.0847vw;
    background: url(../img/common/menu_on.png) no-repeat center center;
    background-size: cover !important;
    transition: all 0.3s;
  }
  .menu_btn + .menu_box {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
  }
  .menu_btn + .menu_box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 1);
    z-index: -1;
    transform: scaleY(0);
    transform-origin: left bottom;
    transition: all 1s;
  }
  .menu_btn.is-active + .menu_box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    overflow: auto;
    transform: scaleY(1);
    transform-origin: left bottom;
    transition: all 1s;
  }
  .menu_btn.is-active + .menu_box::before {
    transform: scaleY(1);
    transition: all 1s;
  }
  .menu_btn + .menu_box .box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 0 4%;
    padding-top: 20vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease 0s
  }
  .menu_btn.is-active + .menu_box .box {
    opacity: 1;
    visibility: visible;
    transition-delay:calc(.7s + .2s)
  }
  .menu_btn.is-active + .menu_box .box > ul {
    width: 100%;
    margin-bottom: 10vw;
  }
  .menu_btn.is-active + .menu_box .box > ul > li {
    border-bottom: solid 1px #b4afac;
  }
  .menu_btn.is-active + .menu_box .box > ul > li > a {
    position: relative;
    display: flex;
    align-items: baseline;
    font-size: 1.5rem;
    padding: .5em .2em;
    width: 100%;
  }
  .menu_btn.is-active + .menu_box .box > ul > li > a > span {
    font-weight: 500;
    margin-right: .5em;
    color: #383631;
  }
  .menu_btn.is-active + .menu_box .box > ul > li > a > em {
    font-family: "Bellota", system-ui;
    font-size: 1.2rem;
    font-weight: 700;
    color: #69af71;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input {
    display: none;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label {
    position: relative;
    display: flex;
    align-items: baseline;
    font-size: 1.5rem;
    padding: .5em .2em;
    width: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label::after,
  .menu_btn.is-active + .menu_box .box > ul > li label::before {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 0.75em;
    background: #999;
    transition: all 0.3s;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label:after {
    transform: translateY(-50%) rotate(90deg);
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label::before {
    transform: translateY(-50%) rotate(90deg) !important;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label > span {
    font-weight: 500;
    margin-right: .5em;
    color: #383631;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label > em {
    font-family: "Bellota", system-ui;
    font-size: 1.2rem;
    font-weight: 700;
    color: #69af71;
  }
  .menu_btn.is-active + .menu_box .box > ul > li .menu {
    height: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(0);
    transition: all 0.3s;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu {
    height: auto;
    padding: 3vw 4vw;
    transition: all .3s;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu ul li {
    font-size: 1.3rem;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu ul li a {
    position: relative;
    display: block;
    padding: .3em 2em;
    padding-right: 1.2em;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu ul li:not(:last-of-type) a {
    border-bottom: dashed 1px #d2cccb;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu ul li a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: .7333em;
    height: .4em;
    background: url(../img/common/nav_arrow.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }
  
}


/*width*/
.mw1200 {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mw990 {
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1240px) {

  .mw1200 {
    max-width: 100%;
  }

}

@media screen and (max-width: 767px) {
  .mw1200 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .mw990 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }


}





/*ずれ*/
.anc:before {
  position: relative;
  z-index: -1;
  padding-top: 150px;
  margin-top: -150px;
  display: block;
  content: '';
}
@media screen and (max-width: 767px) {
  .anc:before {
    padding-top: 30vw;
    margin-top: -30vw;
    content: '';
  }
}



/*main*/
main {
  padding-bottom: 120px;
  font-size: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 20vw;
    font-size: 1.6rem;
  }
}


/*page_title*/
.page_title {
  position: relative;
  height: 560px;
  background-size: cover !important;
  padding-top: calc(80px + 15px);
}
.page_title .box {
  width: 1600px;
  height: 100%;
  margin: 0 auto;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
.page_title .box h3 {
  display: flex;
  flex-direction: column;
}
.page_title .box h3 span ,
.page_title .box h3 em {
  display: block;
  line-height: 1.1;
}
.page_title .box h3 span {
  font-family: "Michroma", serif;
  font-size: 6.5rem;
  margin-bottom: .2em;
  color: #2779e7;
}
.page_title .box h3 em {
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFF;
  letter-spacing: .02em;
}
@media screen and (max-width: 1640px) {
  .page_title .box {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_title {
    height: 40vh;
    background-size: cover !important;
    padding-top: 0;
  }
  .page_title .box {
    width: 100%;
    padding: 0 5vw;
  }
  .page_title .box h3 span {
    font-size: 3.0rem;
  }
  .page_title .box h3 em {
    font-size: 1.8rem;
  }
}




/*パンくず*/
.pan {
  padding-top: 30px;
  padding-bottom: 90px;
}
.pan ul {
  display: flex;
}
.pan ul li {
  font-size: 1.4rem;
}
.pan ul li:not(:last-of-type)::after {
  margin: 0 .5em;
  content: '>';
}
@media screen and (max-width: 767px) {
  .pan {
    padding-top: 5vw;
    padding-bottom: 10vw;
  }
  .pan ul li {
    font-size: 1.2rem;
  }
}




/*見出し*/
.title01 {
  position: relative;
  margin-bottom: 80px;
}
.title01::after {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 65px;
  height: 4px;
  background: #ed2932;
  border-radius: 2px;
  content: '';
}
.title01 span ,
.title01 em {
  display: block;
  line-height: 1.1;
}
.title01 span {
  font-family: "Michroma", serif;
  font-size: 3.8rem;
  color: #2779e7;
  margin-bottom: .8em;
}
.title01 em {
  font-size: 3.8rem;
  font-weight: 500;
}
.title02 {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  margin-bottom: .8em;
  font-size: 2.6rem;
  font-weight: 500;
}
.title02::before ,
.title02::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.title02::before {
  z-index: 1;
  height: 3px;
  width: 120px;
  background: #ed2932;
}
.title02::after {
  top: 2px;
  z-index: -1;
  height: 1px;
  width: 100%;
  background: #bdc2cc;
}
@media screen and (max-width: 767px) {
  .title01 {
    margin-bottom: 15vw;
  }
  .title01::after {
    position: absolute;
    bottom: -5vw;
    left: 0;
    width: 20vw;
  }
  .title01 span {
    font-size: 3.0rem;
    margin-bottom: .2em;
  }
  .title01 em {
    font-size: 3.0rem;
  }
  .title02 {
    padding-top: 5vw;
    margin-bottom: 1.2em;
    font-size: 2.0rem;
  }
  .title02::before {
    z-index: 1;
    height: 3px;
    width: 30vw;
    background: #ed2932;
  }
  .title02::after {
    top: 2px;
    z-index: -1;
    height: 1px;
    width: 100%;
    background: #bdc2cc;
  }
}


