@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
/* =================================================
   RESET
================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section, summary {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q::before, q::after,
blockquote::before, blockquote::after {
  content: "";
  content: none;
}

fieldset, img {
  border: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

input, select {
  vertical-align: middle;
}

/* =================================================
   COMMON
================================================= */
html {
  width: 100%;
  height: auto;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  color: hsl(0, 0%, 0%);
  text-align: left;
  width: 100%;
  height: 100%;
  background: hsl(0, 0%, 100%);
}

nav ul {
  list-style: none;
}

img {
  vertical-align: middle;
}

figcaption {
  display: block;
}

summary::-webkit-details-marker {
  display: none; /* delete arrow */
}

a, a:link {
  color: hsl(0, 0%, 40%);
  text-decoration: underline;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
}

a:hover {
  color: #b3c4de;
  text-decoration: none;
}

/* -------------------------------------
   font
------------------------------------- */
html,
body {
  line-height: 1.75;
}

/* 320 : iPhone , 360 : Android , 375 : iPhone6 , 414 : iPhone6 Plus */
@media screen and (min-width: 0px) and (max-width: 320px) {
  html,
  body {
    font-size: 62.5%; /* 10px */
    font-size: 2.6666666667vw; /* 10px:375 */
  }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  html,
  body {
    font-size: 62.5%; /* 10px */
    font-size: 2.6666666667vw; /* 10px:375 */
  }
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 62.5%; /* 10px */
    line-height: 1.75;
  }
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

.f_min {
  font-family: "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
}

.f_go {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

/* =================================================
   Global layout
================================================= */
/* -----------------------------------------------
    common
----------------------------------------------- */
#container {
  /* -------------------------------------
  Effects
  */
}
#container .sp img {
  display: block;
  width: 100%;
  height: auto;
}
#container .pc {
  display: none !important;
}
#container .cover img,
#container img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container .fixfigure_2 {
  display: flex;
  flex-direction: column;
  position: relative;
}
#container .fixfigure_2 .figure {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#container .fixfigure_2 .figure img {
  width: auto !important;
  height: 100% !important;
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
#container .fixfigure_3 {
  position: relative;
}
#container .fixfigure_3 .figure {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
#container .fixfigure_3 .figure img {
  height: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* -------------------------------------
   Gloal Layout
------------------------------------- */
#container {
  display: grid;
  align-items: stretch;
  grid-template-columns: 100%;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "header" "main" "footer";
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
  padding: 13.3333333333vw 0 0;
  min-height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
}
#container #py {
  width: 100%;
  height: 13.3333333333vw;
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#container .anchor {
  position: relative;
  z-index: 1;
}
#container .anchor a,
#container .anchor a:link {
  text-decoration: none;
  display: block;
  position: absolute;
  z-index: -1;
  top: -24vw;
}
#container #header {
  grid-area: header;
}
#container #main {
  grid-area: main;
  padding: 0 0 1em;
}
#container #footer {
  grid-area: footer;
}

/* -------------------------------------
   header
------------------------------------- */
#container {
  /* -------------------------------------
     normal
  */
  /* -------------------------------------
     fixed
  */
}
#container #header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  /* -------------------------------------
  b_open
  ------------------------------------- */
}
#container #header .inner {
  height: 13.3333333333vw;
  position: relative;
}
#container #header .inner .content {
  /* -------------------------------
      main
  */
  /* -------------------------------
      menu
  */
}
#container #header .inner .content.main {
  width: 100%;
  height: 100%;
  background: hsl(0, 0%, 100%);
  position: relative;
  z-index: 9;
  top: 0;
}
#container #header .inner .content.main .h1.h1_1 {
  width: 44vw;
  height: 100%;
}
#container #header .inner .content.main .h1.h1_1 a,
#container #header .inner .content.main .h1.h1_1 a:link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 2.6666666667vw;
  box-sizing: border-box;
}
#container #header .inner .content.main .h1.h1_1 span {
  display: block;
}
#container #header .inner .content.main .h1.h1_1 span.img {
  width: 100%;
}
#container #header .inner .content.main #b_openmenu {
  display: block;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
#container #header .inner .content.main #b_openmenu:after {
  content: "MENU";
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  letter-spacing: 0.025em;
  text-align: center;
  color: #F8B62D;
  font-size: 0.7rem;
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  transition: 0.2s;
  bottom: 0.75em;
  left: 50%;
  transform: translateX(-50%);
}
#container #header .inner .content.main #b_openmenu .icon {
  display: block;
  width: 5.3333333333vw;
  border-top: 2px solid #F8B62D;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 5.6vw;
  right: 50%;
  transform: translateX(50%);
  transition: 0.1s;
}
#container #header .inner .content.main #b_openmenu .icon:before, #container #header .inner .content.main #b_openmenu .icon:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px solid #F8B62D;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  transition: 0.2s;
}
#container #header .inner .content.main #b_openmenu .icon:before {
  bottom: -1.6vw;
}
#container #header .inner .content.main #b_openmenu .icon:after {
  bottom: 1.6vw;
}
#container #header .inner .content.menu #menu_main.menu_1 {
  display: none;
  width: 100%;
  height: 100vh;
  padding: 26.6666666667vw 0 0;
  background: hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: auto;
}
#container #header .inner .content.menu #menu_main.menu_1 .nav {
  width: 100%;
}
#container #header .inner .content.menu #menu_main.menu_1 .nav ul {
  list-style: none;
}
#container #header .inner .content.menu #menu_main.menu_1 .nav ul li {
  display: block;
  position: relative;
}
#container #header .inner .content.menu #menu_main.menu_1 .nav ul li a,
#container #header .inner .content.menu #menu_main.menu_1 .nav ul li a:link {
  display: block;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-sizing: border-box;
}
#container #header .inner .content.menu #menu_main.menu_1 .nav.sp {
  padding: 0;
  margin: 0 auto;
  position: relative;
}
#container #header .inner .content.menu #menu_main.menu_1 .nav.sp ul {
  display: block;
  width: 84vw;
  padding: 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
}
#container #header .inner .content.menu #menu_main.menu_1 .nav.sp ul li {
  line-height: 1;
  width: 100%;
}
#container #header .inner .content.menu #menu_main.menu_1 .nav.sp ul li a,
#container #header .inner .content.menu #menu_main.menu_1 .nav.sp ul li a:link {
  color: hsl(0, 0%, 0%);
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1em 1em;
  border-bottom: 1px solid #F8B62D;
}
#container #header .inner .content.menu #menu_main.menu_1 .nav.sp ul li a:after,
#container #header .inner .content.menu #menu_main.menu_1 .nav.sp ul li a:link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-top: 1px solid #F8B62D;
  border-right: 1px solid #F8B62D;
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  transform: translateY(-50%) rotate(45deg);
}
#container #header.open {
  height: 100vh;
}
#container #header.open .inner .content {
  /* -------------------------------
      main
  */
}
#container #header.open .inner .content.main {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}
#container #header.open .inner .content.main #b_openmenu .icon {
  border-top: 1px solid rgba(248, 182, 45, 0);
}
#container #header.open .inner .content.main #b_openmenu .icon:before, #container #header.open .inner .content.main #b_openmenu .icon:after {
  bottom: 50%;
}
#container #header.open .inner .content.main #b_openmenu .icon:before {
  transform: translateY(50%) rotate(140deg);
}
#container #header.open .inner .content.main #b_openmenu .icon:after {
  transform: translateY(50%) rotate(-140deg);
}
#container.fixed #header .inner .content {
  /* -------------------------------
      main
  */
}
#container.fixed #header .inner .content.main {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------
   Contents Common
------------------------------------- */
#container {
  /* -------------------------------------
     aside
  ------------------------------------- */
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container .h2,
#container .h3,
#container .h4,
#container .h5,
#container .h6 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 1.5;
}
#container .h2 span,
#container .h3 span,
#container .h4 span,
#container .h5 span,
#container .h6 span {
  display: block;
}
#container p {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-top: 0.5em;
}
#container p:first-of-type {
  margin-top: 0;
}
#container p.lead {
  text-align: center;
  font-size: 1.4rem;
}
#container p.notice {
  font-size: 1rem;
  line-height: 1.5;
}
#container ul li,
#container ol li {
  font-size: 1.2rem;
  line-height: 1.75;
}
#container img {
  display: block;
  width: 100%;
  height: auto;
}
#container img.border {
  border: 1px solid hsl(0, 0%, 80%);
  box-sizing: border-box;
}
#container .figure.border {
  border: 1px solid hsl(0, 0%, 80%);
  box-sizing: border-box;
}
#container .map iframe,
#container .matterport iframe {
  width: 100% !important;
  height: 100% !important;
}
#container .youtube {
  width: 100%;
  position: relative;
  z-index: 1;
}
#container .youtube .pc {
  width: 100%;
  height: 200px;
}
#container .youtube iframe,
#container .youtube video {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
#container .aside {
  width: 100%;
}
#container .aside .h2.h2_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: hsl(0, 0%, 100%);
  width: 100%;
  height: 37.3333333333vw;
  margin: 0 auto;
  background: #F8B62D;
}
#container .aside .h2.h2_1 span.txt {
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  width: auto;
}
#container .aside .h2.h2_1 span.txt strong {
  display: inline-block;
  font-size: 3.6rem;
  margin: 0 0.15em;
  transform: translateY(0.05em);
}
#container .aside .h2.h2_1 span.txt_2 {
  letter-spacing: 0.125em;
  font-size: 1rem;
  line-height: 1;
  margin: 1rem 0 0;
  opacity: 0.6;
}
#container .aside .h2.h2_1 span.txt_2:before {
  content: "- ";
}
#container .aside .h2.h2_1 span.txt_2:after {
  content: " -";
}
#container .aside .h3.h3_1 {
  line-height: 1;
}
#container .aside a,
#container .aside a:link {
  text-decoration: none;
  display: block;
}
#container .section.underline {
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
#container .section .item.underline {
  padding: 0 0 2.5rem;
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
#container .section .item.framed {
  padding: 1em;
  border: 1px solid hsl(0, 0%, 80%);
}

/* -------------------------------------
   Contents.Page
------------------------------------- */
#container.page {
  /* -------------------------------------
     aside
  ------------------------------------- */
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container.page #main {
  grid-row: 2;
  padding: 0;
  margin: 0;
}
#container.page .aside {
  width: 100%;
  overflow: hidden;
}
#container.page .section {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
#container.page .section .inner .content {
  width: 100%;
}
#container.page .section .inner.form_inner .content .h2.h2_1, #container.page .section .inner.section_inner .content .h2.h2_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 37.3333333333vw;
  margin: 0 auto;
  background: #F8B62D;
  box-sizing: border-box;
}
#container.page .section .inner.form_inner .content .h2.h2_1 span, #container.page .section .inner.section_inner .content .h2.h2_1 span {
  color: hsl(0, 0%, 100%);
}
#container.page .section .inner.form_inner .content .h2.h2_1 span.txt, #container.page .section .inner.section_inner .content .h2.h2_1 span.txt {
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  line-height: 1.5;
  width: auto;
}
#container.page .section .inner.form_inner .content .h2.h2_1 span.txt strong, #container.page .section .inner.section_inner .content .h2.h2_1 span.txt strong {
  display: inline-block;
  font-size: 3.6rem;
  margin: 0 0.15em;
  transform: translateY(0.05em);
}
#container.page .section .inner.form_inner .content .h2.h2_1 span.txt_2, #container.page .section .inner.section_inner .content .h2.h2_1 span.txt_2 {
  letter-spacing: 0.125em;
  font-size: 1rem;
  line-height: 1;
  margin: 1rem 0 0;
  opacity: 0.6;
}
#container.page .section .inner.form_inner .content .h2.h2_1 span.txt_2:before, #container.page .section .inner.section_inner .content .h2.h2_1 span.txt_2:before {
  content: "- ";
}
#container.page .section .inner.form_inner .content .h2.h2_1 span.txt_2:after, #container.page .section .inner.section_inner .content .h2.h2_1 span.txt_2:after {
  content: " -";
}
#container.page .section .inner.section_inner .content {
  position: relative;
  z-index: 1;
  /* -------------------------------------
      title_page
  ------------------------------------- */
  /* -------------------------------------
  link
  ------------------------------------- */
}
#container.page .section .inner.section_inner .content.title_page {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 42.6666666667vw;
  box-sizing: border-box;
}
#container.page .section .inner.section_inner .content.title_page .h1.h1_2 {
  flex-shrink: 0;
  width: 40vw;
  margin: 0 0 5.3333333333vw;
}
#container.page .section .inner.section_inner .content.title_page .h1.h1_2 span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-feature-settings: "palt";
  color: hsl(0, 0%, 0%);
  line-height: 1;
  width: auto;
}
#container.page .section .inner.section_inner .content.title_page .h1.h1_2 span.txt_2 {
  display: block;
  letter-spacing: 0.025em;
  font-size: 1rem;
  margin: 0 0 2.6666666667vw 5.3333333333vw;
}
#container.page .section .inner.section_inner .content.title_page .h1.h1_2 span.txt {
  display: inline-block;
  letter-spacing: 0.15em;
  font-size: 2.4rem;
  padding: 0 0 1.3333333333vw;
  margin: 1.8666666667vw 0 0 5.3333333333vw;
  border-bottom: 2px solid #F8B62D;
}
#container.page .section .inner.section_inner .content a,
#container.page .section .inner.section_inner .content a:link {
  display: block;
  text-decoration: none;
}
#container.page .section .inner.section_inner .content .h4.h4_1 {
  display: flex;
  align-items: center;
  margin: 0 0 0.25em;
}
#container.page .section .inner.section_inner .content .h4.h4_1 span.num {
  letter-spacing: -0.05em;
  color: #F8B62D;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 1.4rem 0 0;
}
#container.page .section .inner.section_inner .content .h4.h4_1 span.num.circle {
  color: hsl(0, 0%, 100%);
  font-size: 3rem;
  text-align: center;
  width: 4rem;
  height: 4rem;
  padding: 0.2em 0 0 0;
  background: #F8B62D;
  border-radius: 100%;
  box-sizing: border-box;
}
#container.page .section .inner.section_inner .content .h4.h4_1 span.txt {
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 0.5em 0;
}
#container.page .section .inner.section_inner .content .h4.h4_1.underline {
  margin: 0 0 0.75em 0;
  border-bottom: 2px solid #F8B62D;
}
#container.page .section .inner.section_inner .content .h4.h4_1.underline span.num {
  font-size: 5.5rem;
  margin: 0 1.4rem -0.17em 0;
}
#container.page .section .inner.section_inner .content .h4.h4_1.underline span.num.circle {
  color: hsl(0, 0%, 100%);
  font-size: 3rem;
  text-align: center;
  width: 4rem;
  height: 4rem;
  padding: 0.2em 0 0 0;
  margin: 0 1.4rem 0 0;
  background: #F8B62D;
  border-radius: 100%;
  box-sizing: border-box;
}
#container.page .section .inner.section_inner .content ul {
  padding: 0 0 0 1.5em;
  margin: 0 0 0.5em 0;
}
#container.page .section .inner.section_inner .content ul li {
  padding: 0 0 0.5em 0;
}
#container.page .section .inner.section_inner .content ul.border {
  padding: 0.75em 0.5em 0.25em 2.2em;
  border: 1px solid #F8B62D;
}
#container.page .section .inner.section_inner .content ul.nolist {
  list-style: none;
  padding: 0.75em 0.5em 0.25em 0.5em;
}
#container.page .section .inner.section_inner .content ul.nolist li {
  text-indent: -1.25em;
  padding: 0 0 0.5em 1.5em;
}
#container.page .section .inner.section_inner .content .item {
  margin: 0 auto;
  box-sizing: border-box;
}
#container.page .section .inner.section_inner .content .link {
  width: 100%;
  margin: 0 auto;
}
#container.page .section .inner.section_inner .content .link a,
#container.page .section .inner.section_inner .content .link a:link {
  text-decoration: none;
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.175em;
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 1rem 0;
  background: rgba(248, 182, 45, 0.4);
}
#container.page .section .inner.section_inner .content .link a span,
#container.page .section .inner.section_inner .content .link a:link span {
  display: inline-block;
  width: auto;
  padding: 0.5rem 3rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  position: relative;
}
#container.page .section .inner.section_inner .content .link a span:before, #container.page .section .inner.section_inner .content .link a span:after,
#container.page .section .inner.section_inner .content .link a:link span:before,
#container.page .section .inner.section_inner .content .link a:link span:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}
#container.page .section .inner.section_inner .content .link a span:after,
#container.page .section .inner.section_inner .content .link a:link span:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid hsl(0, 0%, 100%);
  border-right: 1px solid hsl(0, 0%, 100%);
  z-index: 9;
  left: 0.75rem;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.6;
}
#container.page .section .inner.section_inner .content .link a.close,
#container.page .section .inner.section_inner .content .link a:link.close {
  color: hsl(0, 0%, 0%);
  background: hsl(0, 0%, 90%);
}
#container.page .section .inner.section_inner .content .link a.close span,
#container.page .section .inner.section_inner .content .link a:link.close span {
  border: 1px solid hsl(0, 0%, 80%);
}
#container.page .section .inner.section_inner .content .link a.close span:before, #container.page .section .inner.section_inner .content .link a.close span:after,
#container.page .section .inner.section_inner .content .link a:link.close span:before,
#container.page .section .inner.section_inner .content .link a:link.close span:after {
  content: "";
  display: block;
  width: 1px;
  height: 0.6rem;
  background: hsl(0, 0%, 0%);
  border: none;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 2.6666666667vw;
}
#container.page .section .inner.section_inner .content .link a.close span:before,
#container.page .section .inner.section_inner .content .link a:link.close span:before {
  transform: translateY(-50%) rotate(45deg);
}
#container.page .section .inner.section_inner .content .link a.close span:after,
#container.page .section .inner.section_inner .content .link a:link.close span:after {
  transform: translateY(-50%) rotate(-45deg);
}

/* -------------------------------------
   footer
------------------------------------- */
#footer {
  width: 100%;
  margin: 18.6666666667vw auto 0;
  position: relative;
  background: hsl(0, 0%, 60%);
  /* -------------------------------------
     pagetop
  ------------------------------------- */
  /* -------------------------------------
     aside
  ------------------------------------- */
}
#footer #pagetop {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: -14.6666666667vw;
}
#footer #pagetop .inner {
  width: 100%;
}
#footer #pagetop .inner a,
#footer #pagetop .inner a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  margin: 0 auto;
  background: hsl(0, 0%, 100%);
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
#footer #pagetop .inner a:after,
#footer #pagetop .inner a:link:after {
  content: "";
  display: block;
  width: 3.2vw;
  height: 3.2vw;
  border-top: 1px solid #F8B62D;
  border-right: 1px solid #F8B62D;
  box-sizing: border-box;
  transform: translateY(0.8vw) rotate(-45deg);
}
#footer .aside {
  /* -------------------------------------
     aside_1
  */
}
#footer .aside.aside_1 {
  width: 100%;
}
#footer .aside.aside_1 .inner {
  padding: 0;
}
#footer .aside.aside_1 .inner small {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  padding: 0.8em 1em;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  /* =================================================
     Global layout
  ================================================= */
  /* -----------------------------------------------
      common
  ----------------------------------------------- */
  #container {
    /* -------------------------------------
    // Effects
    */
  }
  #container .sp {
    display: none !important;
  }
  #container .pc {
    display: block !important;
  }
  #container .ahover {
    transition: 0.3s;
  }
  #container .ahover:hover {
    opacity: 0.6;
  }
  #container .pahover a,
  #container .pahover a:link {
    display: block;
    transition: 0.3s;
  }
  #container .pahover a:hover,
  #container .pahover a:link:hover {
    opacity: 0.6;
  }
  #container a.transhover .figure img,
  #container a.transhover:link .figure img,
  #container a.transhover2 .figure img,
  #container a.transhover2:link .figure img {
    transition: 0.5s;
  }
  #container a.transhover:hover .figure img,
  #container a.transhover2:hover .figure img {
    transform: scale(1.1) !important;
  }
  #container a.transhover:hover .figure img {
    opacity: 0.6;
  }
  #container a.transhover2:hover .figure img {
    opacity: 1 !important;
  }
  #container .fixfigure {
    position: relative;
  }
  #container .fixfigure .figure {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
  }
  #container .fixfigure .figure img {
    height: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  /* -------------------------------------
     Gloal Layout
  ------------------------------------- */
  #container {
    grid-template-columns: 100%;
    padding: 0;
  }
  #container #py {
    height: 928px;
  }
  #container .anchor a,
  #container .anchor a:link {
    top: -80px;
  }
  #container.page #py {
    height: 160px;
  }
  #container.fixed {
    padding: 160px 0 0;
  }
  /* -------------------------------------
     header
  ------------------------------------- */
  #container {
    /* -------------------------------------
       page
    */
    /* -------------------------------------
       normal
    */
  }
  #container.page #header {
    position: static;
    overflow: hidden;
  }
  #container #header {
    width: 100%;
    background: hsl(0, 0%, 100%);
    overflow: hidden;
    transition: background 0.3s, height 0.3s;
  }
  #container #header .inner {
    display: grid;
    grid-template-columns: minmax(20px, 40px) minmax(200px, 500px) 1fr minmax(20px, 80px);
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  #container #header .inner .content {
    /* -------------------------------
        main
    */
    /* -------------------------------
        menu
    */
  }
  #container #header .inner .content.main {
    grid-column: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    background: transparent;
  }
  #container #header .inner .content.main .h1.h1_1 {
    width: 100%;
    margin: 0;
  }
  #container #header .inner .content.main .h1.h1_1 a,
  #container #header .inner .content.main .h1.h1_1 a:link {
    padding: 0;
  }
  #container #header .inner .content.menu {
    grid-column: 3;
    width: 100%;
    background: none;
  }
  #container #header .inner .content.menu #menu_main.menu_1 {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background: none;
    position: relative;
    overflow: visible;
  }
  #container #header .inner .content.menu #menu_main.menu_1 .nav.pc {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  #container #header .inner .content.menu #menu_main.menu_1 .nav.pc ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: none;
  }
  #container #header .inner .content.menu #menu_main.menu_1 .nav.pc ul li {
    width: auto;
    background: inherit;
    position: relative;
  }
  #container #header .inner .content.menu #menu_main.menu_1 .nav.pc ul li a,
  #container #header .inner .content.menu #menu_main.menu_1 .nav.pc ul li a:link {
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 700;
    font-feature-settings: "palt";
    white-space: nowrap;
    letter-spacing: 0.15em;
    color: hsl(0, 0%, 0%);
    line-height: 1;
    width: 100%;
    height: 210px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #container #header .inner .content.menu #menu_main.menu_1 .nav.pc ul li span {
    display: block;
    font-size: 2.1rem;
    padding: 0 0 10px;
    border-bottom: 2px solid #F8B62D;
    transform: translateY(8px);
    transition: 0.3s;
  }
  #container #header .inner .content.menu #menu_main.menu_1 .nav.pc ul li a:hover span {
    border-bottom: 1px solid hsl(0, 0%, 80%);
  }
  #container #header.fixed {
    height: 80px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
  }
  #container #header.fixed .inner .content {
    /* -------------------------------
        main
    */
    /* -------------------------------
        menu
    */
  }
  #container #header.fixed .inner .content.main .h1.h1_1 {
    width: 200px;
  }
  #container #header.fixed .inner .content.menu #menu_main.menu_1 .nav.pc ul li a,
  #container #header.fixed .inner .content.menu #menu_main.menu_1 .nav.pc ul li a:link {
    height: 80px;
  }
  #container #header.fixed .inner .content.menu #menu_main.menu_1 .nav.pc ul li span {
    font-size: 1.4rem;
  }
  /* -------------------------------------
     Contents Common
  ------------------------------------- */
  #main {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  #container {
    /* -------------------------------------
       aside
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container p {
    font-size: 1.4rem;
  }
  #container p:first-of-type {
    margin-top: 0.5em;
  }
  #container p.lead {
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
  }
  #container ul li,
  #container ol li {
    font-size: 1.4rem;
  }
  #container .aside .h2.h2_1 {
    color: hsl(0, 0%, 0%);
    width: 100%;
    height: 220px;
    background: hsl(0, 0%, 100%);
  }
  #container .aside .h2.h2_1 span.txt {
    font-size: 3.2rem;
  }
  #container .aside .h2.h2_1 span.txt strong {
    font-size: 6rem;
  }
  #container .aside .h2.h2_1 span.txt_2 {
    font-size: 1.8rem;
    margin: 20px 0 0;
  }
  #container .aside a,
  #container .aside a:link {
    text-decoration: none;
    display: block;
  }
  #container .section .item {
    width: 100%;
    margin: 0 0 40px;
  }
  #container .section .item.float {
    display: flex;
  }
  #container .section .item.float.justify {
    justify-content: space-between;
  }
  #container .section .item.float.wrap {
    flex-wrap: wrap;
  }
  #container .section .item.float.reverse {
    flex-direction: row-reverse;
  }
  #container .section .item.float .float_l {
    width: 340px;
  }
  #container .section .item.float .float_r {
    width: 540px;
  }
  #container .section .item.underline {
    padding: 0 0 40px;
  }
  #container .section .item.framed {
    padding: 40px;
  }
  #container .section .item.framed.float .float_l {
    width: 340px;
  }
  #container .section .item.framed.float .float_r {
    width: 460px;
  }
  /* -------------------------------------
     Contents.Page
  ------------------------------------- */
  #container.page {
    /* -------------------------------------
       aside
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container.page .aside {
    width: 100%;
  }
  #container.page .section {
    width: 100%;
  }
  #container.page .section .inner {
    display: grid;
    grid-template-columns: 1fr 1056px 1fr;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #container.page .section .inner.aside_inner .aside,
  #container.page .section .inner.aside_inner .content, #container.page .section .inner.form_inner .aside,
  #container.page .section .inner.form_inner .content, #container.page .section .inner.section_inner .aside,
  #container.page .section .inner.section_inner .content {
    grid-column: 2/3;
  }
  #container.page .section .inner.form_inner .content .h2.h2_1, #container.page .section .inner.section_inner .content .h2.h2_1 {
    width: 100%;
    min-height: 220px;
    padding: 40px 0;
    background: hsl(0, 0%, 100%);
  }
  #container.page .section .inner.form_inner .content .h2.h2_1 span, #container.page .section .inner.section_inner .content .h2.h2_1 span {
    color: hsl(0, 0%, 0%);
  }
  #container.page .section .inner.form_inner .content .h2.h2_1 span.txt, #container.page .section .inner.section_inner .content .h2.h2_1 span.txt {
    font-size: 3.2rem;
  }
  #container.page .section .inner.form_inner .content .h2.h2_1 span.txt strong, #container.page .section .inner.section_inner .content .h2.h2_1 span.txt strong {
    font-size: 6rem;
  }
  #container.page .section .inner.form_inner .content .h2.h2_1 span.txt_2, #container.page .section .inner.section_inner .content .h2.h2_1 span.txt_2 {
    font-size: 1.8rem;
    margin: 20px 0 0;
  }
  #container.page .section .inner.section_inner .content {
    margin: 0;
    /* -------------------------------------
        main
    ------------------------------------- */
    /* -------------------------------------
    link
    ------------------------------------- */
  }
  #container.page .section .inner.section_inner .content.title_page {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 1fr 400px 656px 1fr;
    align-items: center;
    height: 630px;
  }
  #container.page .section .inner.section_inner .content.title_page .img {
    grid-column: 3/5;
    width: 100%;
    height: 630px;
  }
  #container.page .section .inner.section_inner .content.title_page .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #container.page .section .inner.section_inner .content.title_page .h1.h1_2 {
    grid-column: 2;
    width: 100%;
    margin: 0;
    transform: translateY(60px);
  }
  #container.page .section .inner.section_inner .content.title_page .h1.h1_2 span.txt_2 {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  #container.page .section .inner.section_inner .content.title_page .h1.h1_2 span.txt {
    font-size: 6rem;
    padding: 0 0 10px;
    margin: 14px 0 0;
    border-bottom: 4px solid #F8B62D;
  }
  #container.page .section .inner.section_inner .content .h4.h4_1 {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #container.page .section .inner.section_inner .content .h4.h4_1 span.num {
    font-size: 9rem;
    font-weight: 300;
    line-height: 1;
    margin: 0 2.5rem 0 0;
  }
  #container.page .section .inner.section_inner .content .h4.h4_1 span.num.circle {
    font-size: 5.5rem;
    width: 7rem;
    height: 7rem;
    padding: 0.15em 0 0 0;
  }
  #container.page .section .inner.section_inner .content .h4.h4_1 span.txt {
    font-size: 2.4rem;
    margin: 0.5em 0;
  }
  #container.page .section .inner.section_inner .content .h4.h4_1.underline {
    margin: 0 0 30px 0;
  }
  #container.page .section .inner.section_inner .content .h4.h4_1.underline span.num {
    font-size: 9rem;
    margin: 0 2.5rem -0.15em 0;
  }
  #container.page .section .inner.section_inner .content .h4.h4_1.underline span.num.circle {
    font-size: 5.5rem;
    width: 7rem;
    height: 7rem;
    padding: 0.15em 0 0 0;
  }
  #container.page .section .inner.section_inner .content ul {
    margin: 0 0 1em;
  }
  #container.page .section .inner.section_inner .content .link {
    text-align: center;
    margin: 0 auto;
  }
  #container.page .section .inner.section_inner .content .link a,
  #container.page .section .inner.section_inner .content .link a:link {
    display: inline-block;
    font-size: 1.4rem;
    width: auto;
    padding: 0;
    box-sizing: border-box;
  }
  #container.page .section .inner.section_inner .content .link a span,
  #container.page .section .inner.section_inner .content .link a:link span {
    padding: 12px 60px 0;
    height: 40px;
    border: none;
    /*
    &:before{
        width: 16px;
        height: 16px;
        background: $monocolor2;
        border-radius: 100%;
        right: 10px;
        transform: translateY(-50%);
    }
    */
  }
  #container.page .section .inner.section_inner .content .link a span:after,
  #container.page .section .inner.section_inner .content .link a:link span:after {
    left: 12px;
  }
  /* -------------------------------------
  footer
  ------------------------------------- */
  #footer {
    width: 100%;
    padding: 0;
    margin: 100px auto 0;
    /* -------------------------------------
       pagetop
    ------------------------------------- */
    /* -------------------------------------
       aside
    ------------------------------------- */
  }
  #footer #pagetop {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 200px;
  }
  #footer #pagetop .inner {
    width: 100%;
  }
  #footer #pagetop .inner a,
  #footer #pagetop .inner a:link {
    color: hsl(0, 0%, 100%);
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 140px;
    height: 40px;
    margin: 0;
    background: #F8B62D;
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    position: absolute;
    right: -30px;
    bottom: 0;
    transform: rotate(90deg);
  }
  #footer #pagetop .inner a:before,
  #footer #pagetop .inner a:link:before {
    content: "";
    display: block;
    line-height: 1;
    height: 20px;
    border: 20px solid transparent;
    border-left: none;
    border-right: 20px solid #F8B62D;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: -20px;
  }
  #footer #pagetop .inner a:after,
  #footer #pagetop .inner a:link:after {
    display: none;
  }
  #footer .aside {
    /* -------------------------------------
       aside_1
    */
  }
  #footer .aside.aside_1 .inner small {
    font-size: 1.2rem;
    padding: 20px;
  }
}/*# sourceMappingURL=global.css.map */