@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");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;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, 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: black;
  text-align: left;
  width: 100%;
  height: 100%;
  background: white;
}

nav ul {
  list-style: none;
}

img {
  vertical-align: middle;
}

figcaption {
  display: block;
}

a, a:link {
  color: #666666;
  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: calc(100vw / 37.5);
    /* 10px:375 */
  }
}

@media screen and (min-width: 321px) and (max-width: 767px) {
  html,
  body {
    font-size: 62.5%;
    /* 10px */
    font-size: calc(100vw / 37.5);
    /* 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
----------------------------------------------- */
html {
  min-width: 100%;
}

#container {
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
}

#container .sp img {
  display: block;
  width: 100%;
  height: auto;
}

#container .pc {
  display: none !important;
}

#container [data-ruby] {
  display: inline-block;
  margin: 0.9rem 0 0;
  position: relative;
}

#container [data-ruby]:before {
  content: attr(data-ruby);
  display: block;
  white-space: nowrap;
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 0.9rem;
  width: auto;
  margin: 0;
  position: absolute;
  top: -1.1em;
  left: 50%;
  transform: translateX(-50%);
}

/* -------------------------------------
   Effects
*/
.fixfigure_2 {
  display: flex;
  flex-direction: column;
  position: relative;
}

.fixfigure_2 .figure {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fixfigure_2 .figure img {
  width: auto !important;
  height: 100% !important;
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.fixfigure_3 {
  position: relative;
}

.fixfigure_3 .figure {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.fixfigure_3 .figure img {
  width: auto !important;
  height: 100% !important;
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

/* -------------------------------------
   header
------------------------------------- */
#header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* -------------------------------------
       b_open
    ------------------------------------- */
}

#header .inner {
  width: 100%;
  margin: 0;
}

#header .inner .h1.h1_1 {
  display: block;
  width: 100%;
  padding: 0;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  position: fixed;
  z-index: 1;
  top: 0;
}

#header .inner .h1.h1_1 a,
#header .inner .h1.h1_1 a:link {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}

#header .inner .h1.h1_1 a#title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: black;
  width: 56vw;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#header .inner .h1.h1_1 span {
  display: block;
  font-feature-settings: "pkna";
  letter-spacing: 0.125em;
  line-height: 1;
}

#header .inner .h1.h1_1 span.img {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 2.66667vw;
  left: 2.66667vw;
  overflow: hidden;
}

#header .inner .h1.h1_1 #b_openmenu {
  display: block;
  width: 16vw;
  height: 16vw;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

#header .inner .h1.h1_1 #b_openmenu:after {
  content: "MENU";
  display: block;
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-align: center;
  color: #036EB8;
  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%);
}

#header .inner .h1.h1_1 #b_openmenu .icon {
  display: block;
  width: 8vw;
  border-top: 2px solid #036EB8;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 6.66667vw;
  right: 50%;
  transform: translateX(50%);
  transition: 0.1s;
}

#header .inner .h1.h1_1 #b_openmenu .icon:before, #header .inner .h1.h1_1 #b_openmenu .icon:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px solid #036EB8;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  transition: 0.2s;
}

#header .inner .h1.h1_1 #b_openmenu .icon:before {
  bottom: -8px;
}

#header .inner .h1.h1_1 #b_openmenu .icon:after {
  bottom: 8px;
}

#header.open .h1.h1_1 #b_openmenu .icon {
  border-top: 1px solid rgba(3, 110, 184, 0);
}

#header.open .h1.h1_1 #b_openmenu .icon:before, #header.open .h1.h1_1 #b_openmenu .icon:after {
  bottom: 50%;
}

#header.open .h1.h1_1 #b_openmenu .icon:before {
  transform: translateY(50%) rotate(140deg);
}

#header.open .h1.h1_1 #b_openmenu .icon:after {
  transform: translateY(50%) rotate(-140deg);
}

/* -------------------------------------
   header property
------------------------------------- */
#container {
  padding: 16vw 0 0;
  /* -------------------------------------
       page
    */
  /* -------------------------------------
       normal
    */
  /* -------------------------------------
       fixed
    */
}

#container #py {
  width: 100%;
  height: 16vw;
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

#container #header .inner {
  position: fixed;
  z-index: 999;
  top: 0;
}

#container #header .inner .h1.h1_1 {
  height: 16vw;
}

#container #header.open {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
}

#container #header.open .inner {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

#container #header.open .inner .h1.h1_1 {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

#container #header #menu #menu_main.menu_1 {
  padding: 16vw 0 0;
}

#container.fixed #header .inner {
  z-index: 999;
  top: 0;
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

#container.fixed #header .inner .h1.h1_1 {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

/* -------------------------------
    nav
*/
#header #menu #menu_main.menu_1 {
  display: none;
  width: 100%;
  padding: 0 0 0 0;
  background: white;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
}

#header #menu #menu_main.menu_1 .nav ul {
  list-style: none;
  overflow: hidden;
}

#header #menu #menu_main.menu_1 .nav ul li {
  display: block;
  position: relative;
}

#header #menu #menu_main.menu_1 .nav ul li a,
#header #menu #menu_main.menu_1 .nav ul li a:link {
  text-decoration: none;
  display: block;
  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.075em;
  box-sizing: border-box;
}

#header #menu #menu_main.menu_1 .nav.sp {
  /*display: block; */
  line-height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  /* border-top: 1px solid $monocolor3; */
  position: relative;
}

#header #menu #menu_main.menu_1 .nav.sp ol {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 5.33333vw 0 0;
}

#header #menu #menu_main.menu_1 .nav.sp ol li {
  width: 42.66667vw;
  margin: 0 3.06667vw;
}

#header #menu #menu_main.menu_1 .nav.sp ol li a,
#header #menu #menu_main.menu_1 .nav.sp ol li a:link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  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.075em;
  text-align: center;
  color: black;
  height: 12.8vw;
  border: 1px solid black;
}

#header #menu #menu_main.menu_1 .nav.sp ul {
  display: block;
  padding: 0 0 16vw;
  background-color: rgba(255, 255, 255, 0.95);
}

#header #menu #menu_main.menu_1 .nav.sp ul li {
  width: 86.66667vw;
  margin: 0 auto;
}

#header #menu #menu_main.menu_1 .nav.sp ul li a,
#header #menu #menu_main.menu_1 .nav.sp ul li a:link {
  color: black;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.3em 0;
  border-top: 1px solid black;
}

#header #menu #menu_main.menu_1 .nav.sp ul li a:after,
#header #menu #menu_main.menu_1 .nav.sp ul li a:link:after {
  content: "";
  display: block;
  width: 3.73333vw;
  height: 3.73333vw;
  border-top: 2px solid black;
  border-right: 2px solid black;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%) rotate(45deg);
}

#header #menu #menu_main.menu_1 .nav.sp ul li:first-of-type a,
#header #menu #menu_main.menu_1 .nav.sp ul li:first-of-type a:link {
  border-top: none;
}

#header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(4) a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(4) a:link:before, #header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(5) a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(5) a:link:before, #header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(6) a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(6) a:link:before, #header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(7) a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(7) a:link:before {
  margin: 0 0.5em 0 0;
}

#header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(4) a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(4) a:link:before {
  content: "01";
}

#header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(5) a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(5) a:link:before {
  content: "02";
}

#header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(6) a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(6) a:link:before {
  content: "03";
}

#header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(7) a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li:nth-of-type(7) a:link:before {
  content: "04";
}

#header #menu #menu_main.menu_1 .nav.sp ul li:last-of-type {
  margin: 2.66667vw auto 0;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_11 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_11 a:link:before, #header #menu #menu_main.menu_1 .nav.sp ul li.level_12 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_12 a:link:before, #header #menu #menu_main.menu_1 .nav.sp ul li.level_13 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_13 a:link:before, #header #menu #menu_main.menu_1 .nav.sp ul li.level_14 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_14 a:link:before, #header #menu #menu_main.menu_1 .nav.sp ul li.level_15 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_15 a:link:before,#header #menu #menu_main.menu_1 .nav.sp ul li.level_16 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_16 a:link:before,#header #menu #menu_main.menu_1 .nav.sp ul li.level_17 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_17 a:link:before,#header #menu #menu_main.menu_1 .nav.sp ul li.level_18 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_18 a:link:before {
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  width: 5.33333vw;
  height: 5.33333vw;
  padding: 0.3em 0 0;
  margin: 0 2vw 0 0;
  background: black;
  border-radius: 100%;
  box-sizing: border-box;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_11 a,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_11 a:link {
  padding: 1.3em 0 0.5em;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_11 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_11 a:link:before {
  content: "1";
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_11 a:after,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_11 a:link:after {
  right: 1.2rem;
  transform: translateY(-50%) rotate(135deg);
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_12 {
  margin: 2.66667vw auto 0;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_12 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_12 a:link:before {
  content: "2";
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_13 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_13 a:link:before {
  content: "3";
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_14 a,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_14 a:link {
  padding: 1.3em 0;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_14 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_14 a:link:before {
  content: "4";
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_14 a:after,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_14 a:link:after {
  right: 1.2rem;
  transform: translateY(-50%) rotate(135deg);
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_15 a,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_15 a:link {
  padding: 1.3em 0 0.5em;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_15 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_15 a:link:before {
  content: "5";
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_15 a:after,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_15 a:link:after {
  right: 1.2rem;
  transform: translateY(-50%) rotate(135deg);
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_16 a,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_16 a:link {
  padding: 1.3em 0 0.5em;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_16 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_16 a:link:before {
  content: "6";
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_16 a:after,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_16 a:link:after {
  right: 1.2rem;
  transform: translateY(-50%) rotate(135deg);
}


#header #menu #menu_main.menu_1 .nav.sp ul li.level_17 {
  margin: 2.66667vw auto 0;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_17 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_17 a:link:before {
  content: "7";
}
#header #menu #menu_main.menu_1 .nav.sp ul li.level_18 {
  /* margin: 2.66667vw auto 0; */
  margin: 0 auto;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_18 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_18 a:link:before {
  content: "8";
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_1 a,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_1 a:link, #header #menu #menu_main.menu_1 .nav.sp ul li.level_2 a,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_2 a:link {
  font-size: 1.2rem;
  padding: 1em 1em 1em 2em;
  border-top: none;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_1 a:after,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_1 a:link:after, #header #menu #menu_main.menu_1 .nav.sp ul li.level_2 a:after,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_2 a:link:after {
  width: 2.13333vw;
  height: 2.13333vw;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.level_2 a,
#header #menu #menu_main.menu_1 .nav.sp ul li.level_2 a:link {
  padding: 1em 1em 1em 3em;
}

/* -------------------------------------
   article
------------------------------------- */
#article {
  padding: 0 0 1em;
}

#container {
  /* -------------------------------------
       aside
    ------------------------------------- */
}

#container img {
  display: block;
  width: 100%;
  height: auto;
}

#container img.border {
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#container .figure.border {
  border: 1px solid #cccccc;
  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 {
  /* -------------------------------------
           banner_1
        */
  /* -------------------------------------
           banner_2
        */
  /* -------------------------------------
           concept
        */
  /* -------------------------------------
           bnr_freetel
        */
  /* -------------------------------------
           bnr_recruit
        */
  /* -------------------------------------
           sns
        */
  /* -------------------------------------
           shoplist
        */
  /* -------------------------------------
           info,blog
        */
  /* -------------------------------------
           fmenu
        */
}

#container .aside .inner .h3 span {
  display: block;
  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: "pkna";
  line-height: 1;
}

#container .aside .inner .h3.h3_1 {
  letter-spacing: 0.075em;
  color: #333333;
  line-height: 1;
}

#container .aside .inner .h3.h3_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: white;
  width: 100%;
  height: 37.33333vw;
  margin: 0 auto;
  background: #036EB8;
}

#container .aside .inner .h3.h3_2 span.txt {
  display: inline-block;
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 2.4rem;
  width: auto;
}

#container .aside .inner .h3.h3_2 span.txt_2 {
  letter-spacing: 0.075em;
  font-size: 1rem;
  line-height: 1;
  margin: 1rem 0 0;
  opacity: 0.6;
}

#container .aside .inner .h3.h3_2 span.txt_2:before {
  content: "～ ";
}

#container .aside .inner .h3.h3_2 span.txt_2:after {
  content: " ～";
}

#container .aside .inner a,
#container .aside .inner a:link {
  text-decoration: none;
  display: block;
}

#container .aside.banner_1 .inner {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#container .aside.banner_1 .inner .content {
  position: relative;
}

#container .aside.banner_1 .inner .content a,
#container .aside.banner_1 .inner .content a:link {
  display: block;
  text-decoration: none;
}

#container .aside.banner_1 .inner .content .figure {
  display: block;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#container .aside.banner_1 .inner .content .figure img {
  opacity: 0.58;
}

#container .aside.banner_1 .inner .content .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#container .aside.banner_1 .inner .content .item .h3.h3_1 {
  text-align: center;
  margin: 0 auto 5.33333vw;
}

#container .aside.banner_1 .inner .content .item .h3.h3_1 span {
  display: block;
  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: "pkna";
  letter-spacing: 0.075em;
  color: #333333;
  line-height: 1;
}

#container .aside.banner_1 .inner .content .item .h3.h3_1 span.txt {
  font-size: 1.6rem;
}

#container .aside.banner_1 .inner .content .item .h3.h3_1 span.txt_2 {
  font-size: 2.4rem;
  margin: 5.33333vw 0 0;
}

#container .aside.banner_1 .inner .content .item p {
  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: "pkna";
  letter-spacing: 0.05em;
  text-align: center;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.5;
}

#container .aside.banner_1 .inner .content .item .link {
  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: "pkna";
  letter-spacing: 0.075em;
  color: #333333;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  width: auto;
  padding: 0.5rem 3rem;
  margin: 6.66667vw auto 0;
  background: #FFDD00;
  box-sizing: border-box;
  position: relative;
}

#container .aside.banner_2 .inner {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#container .aside.banner_2 .inner .content {
  width: 93.33333vw;
  padding: 3.33333vw 0;
  margin: 0 auto;
  position: relative;
}

#container .aside.banner_2 .inner .content a,
#container .aside.banner_2 .inner .content a:link {
  display: block;
  text-decoration: none;
}

#container .aside.banner_2 .inner .content .h4.h4_1 {
  margin: 0 auto 1rem;
}

#container .aside.banner_2 .inner .content .h4.h4_1 span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.5;
}

#container .aside.banner_2 .inner .content .h4.h4_1 span.txt_2 {
  font-size: 2.1rem;
  margin: 1.33333vw auto 0;
}

#container .aside.banner_2 .inner .content .h4.h4_1 span.txt_3 {
  margin: 1.33333vw auto 0;
}

#container .aside.banner_2 .inner .content .tel {
  width: 100%;
  margin: 2.66667vw auto 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#container .aside.banner_2 .inner .content .tel span {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #333333;
  line-height: 1;
}

#container .aside.banner_2 .inner .content .tel span.txt {
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
}

#container .aside.banner_2 .inner .content .tel span.txt strong {
  font-size: 3.6rem;
}

#container .aside.banner_2 .inner .content .tel span.txt strong a,
#container .aside.banner_2 .inner .content .tel span.txt strong a:link {
  color: #333333;
}

#container .aside.banner_2 .inner .content .tel span.txt_2 {
  font-size: 1.2rem;
  margin: 1.33333vw auto 0;
}

#container .aside.banner_2 .inner .content .link {
  width: 100%;
  margin: 4vw auto 0;
  box-sizing: border-box;
  position: relative;
}

#container .aside.banner_2 .inner .content .link a,
#container .aside.banner_2 .inner .content .link a:link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10.66667vw;
  padding: 0;
  margin: 0.5rem auto 0;
  background: #FFDD00;
  box-sizing: border-box;
  position: relative;
}

#container .aside.banner_2 .inner .content .link span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  text-align: center;
  color: #333333;
  line-height: 1;
}

#container .aside.banner_2 .inner .content .link span.txt {
  font-size: 1.6rem;
}

#container .aside.banner_2 .inner .content .item {
  width: 100%;
}

#container .aside.banner_2 .inner .content .item .float_r {
  margin: 2.66667vw auto 0;
}

#container .aside.concept .inner {
  position: relative;
  z-index: 1;
}

#container .aside.concept .inner .figure {
  position: absolute;
  z-index: -1;
  top: 30.66667vw;
  left: 0;
  opacity: 0.2;
}

#container .aside.concept .inner .content {
  /* -------------------------------------
                       nav_concept
                    */
}

#container .aside.concept .inner .content.nav_concept {
  overflow: hidden;
}

#container .aside.concept .inner .content.nav_concept .h4 span {
  display: block;
  font-feature-settings: "palt";
  color: #333333;
}

#container .aside.concept .inner .content.nav_concept .h4.h4_1 span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
}

#container .aside.concept .inner .content.nav_concept .h4.h4_1 span.txt {
  font-size: 1.4rem;
}

#container .aside.concept .inner .content.nav_concept p {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  font-size: 1.2rem;
  line-height: 1;
}

#container .aside.concept .inner .content.nav_concept .item {
  background: white;
}

#container .aside.concept.top .inner .content {
  /* -------------------------------------
                           nav_concept
                        */
}

#container .aside.concept.top .inner .content.nav_concept {
  position: relative;
  z-index: 1;
}

#container .aside.concept.top .inner .content.nav_concept .h4.h4_0 {
  text-align: center;
  transform: translateY(-0.15em);
}

#container .aside.concept.top .inner .content.nav_concept .h4.h4_0 span {
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 300;
  line-height: 1;
}

#container .aside.concept.top .inner .content.nav_concept .h4.h4_0 span.txt {
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 500;
}

#container .aside.concept.top .inner .content.nav_concept .h4.h4_0 span.num {
  display: block;
  letter-spacing: -0.01em;
  font-size: 4rem;
}

#container .aside.concept.top .inner .content.nav_concept .h4.h4_1 span.txt {
  text-align: left;
}

#container .aside.concept.top .inner .content.nav_concept .h4.h4_1 span.txt br {
  display: none;
}

#container .aside.concept.top .inner .content.nav_concept p {
  margin: 2.4vw auto 0;
}

#container .aside.concept.top .inner .content.nav_concept p br {
  display: none;
}

#container .aside.concept.top .inner .content.nav_concept p.lead {
  display: block;
  text-align: center;
  line-height: 1.75;
  padding: 4vw 0;
  margin: 0 auto;
}

#container .aside.concept.top .inner .content.nav_concept p.lead br {
  display: block;
}

#container .aside.concept.top .inner .content.nav_concept .item {
  margin: 0 auto;
  border-top: 2px solid #333333;
}

#container .aside.concept.top .inner .content.nav_concept .item a,
#container .aside.concept.top .inner .content.nav_concept .item a:link {
  position: relative;
  z-index: 1;
}

#container .aside.concept.top .inner .content.nav_concept .item a:before, #container .aside.concept.top .inner .content.nav_concept .item a:after,
#container .aside.concept.top .inner .content.nav_concept .item a:link:before,
#container .aside.concept.top .inner .content.nav_concept .item a:link:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 3.33333vw;
}

#container .aside.concept.top .inner .content.nav_concept .item a:before,
#container .aside.concept.top .inner .content.nav_concept .item a:link:before {
  width: 13.33333vw;
  border-bottom: 1px solid #333333;
}

#container .aside.concept.top .inner .content.nav_concept .item a:after,
#container .aside.concept.top .inner .content.nav_concept .item a:link:after {
  width: 4vw;
  margin: -1.06667vw 0 0;
  height: 1px;
  border-bottom: 1px solid #333333;
  transform: rotate(30deg);
}

#container .aside.concept.top .inner .content.nav_concept .item.float a,
#container .aside.concept.top .inner .content.nav_concept .item.float a:link {
  display: flex;
  align-items: center;
  height: 16vw;
}

#container .aside.concept.top .inner .content.nav_concept .item .float_l {
  width: 24vw;
}

#container .aside.concept.top .inner .content.nav_concept .item .float_r {
  width: 56vw;
}

#container .aside.concept.page .inner .content {
  /* -------------------------------------
                           nav_concept
                        */
}

#container .aside.concept.page .inner .content.nav_concept {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 3.33333vw;
}

#container .aside.concept.page .inner .content.nav_concept .h3.h3_2 {
  margin: 0 auto 2.66667vw;
}

#container .aside.concept.page .inner .content.nav_concept .h3.h3_2 span.txt {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
}

#container .aside.concept.page .inner .content.nav_concept .h4.h4_1 span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
}

#container .aside.concept.page .inner .content.nav_concept .h4.h4_1 span.txt {
  line-height: 1.35;
}

#container .aside.concept.page .inner .content.nav_concept p {
  line-height: 1.5;
  margin: 0.66667vw auto 0;
}

#container .aside.concept.page .inner .content.nav_concept .item {
  text-align: center;
  width: 44.66667vw;
  margin: 0.66667vw 0.66667vw;
}

#container .aside.concept.page .inner .content.nav_concept .item a,
#container .aside.concept.page .inner .content.nav_concept .item a:link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 21.33333vw;
  border: 2px solid #333333;
  box-sizing: border-box;
}

#container .aside.bnr_freetel .inner {
  width: 93.33333vw;
  padding: 0 0 5.33333vw;
  margin: 0 auto;
  box-sizing: border-box;
}

#container .aside.bnr_freetel .inner .h3.h3_2 {
  margin: 0 auto 2rem;
}

#container .aside.bnr_freetel .inner .h3.h3_2 span {
  text-align: center;
}

#container .aside.bnr_freetel .inner .h3.h3_2 span.txt {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.75;
}

#container .aside.bnr_freetel .inner .h3.h3_2 span.txt strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}

#container .aside.bnr_freetel .inner .content {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

#container .aside.bnr_freetel .inner .content .h4.h4_1 {
  width: 84vw;
  margin: 0 auto 1.4rem;
}

#container .aside.bnr_freetel .inner .content .h4.h4_1 span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
}

#container .aside.bnr_freetel .inner .content p {
  color: #036EB8;
  text-align: center;
  font-size: 1.2rem;
}

#container .aside.bnr_freetel .inner .content .tel {
  text-align: center;
  width: 93.33333vw;
  margin: 1.86667vw auto 0;
}

#container .aside.bnr_freetel .inner .content .tel span {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  color: #036EB8;
  line-height: 1;
}

#container .aside.bnr_freetel .inner .content .tel span.txt {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: center;
  font-size: 1.2rem;
  margin: 0.75rem 0 0;
  position: relative;
  z-index: 1;
}

#container .aside.bnr_freetel .inner .content .tel span.txt strong {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 3rem;
  margin: 0 0 0 1.33333vw;
  transform: translateY(0.53333vw);
}

#container .aside.bnr_freetel .inner .content .tel span.txt strong a,
#container .aside.bnr_freetel .inner .content .tel span.txt strong a:link {
  color: #036EB8;
}

#container .aside.bnr_freetel .inner .content .tel span.txt_2 {
  font-size: 1.2rem;
  margin: 1.86667vw auto 0;
}

#container .aside.bnr_freetel .inner .content .link {
  width: 100%;
  margin: 0 auto;
}

#container .aside.bnr_freetel .inner .content .link a,
#container .aside.bnr_freetel .inner .content .link a:link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  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: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.175em;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  width: 89.33333vw;
  height: 10.66667vw;
  padding: 0;
  margin: 1rem auto 0;
  background: #FFDD00;
}

#container .aside.bnr_freetel .inner .content .link.link_2 {
  margin: 2.66667vw auto 0;
}

#container .aside.bnr_freetel .inner .content .item {
  width: 100%;
}

#container .aside.bnr_freetel .inner .content .map {
  height: 40vw;
  margin: 5.33333vw auto 0;
}

#container .aside.bnr_freetel.bg .inner {
  padding: 0 0 2vw;
  background: rgba(3, 110, 184, 0.1);
  border: 1px solid #036EB8;
}

#container .aside.bnr_recruit .inner {
  width: 100%;
  padding: 0;
  background: rgba(3, 110, 184, 0.4);
}

#container .aside.bnr_recruit .inner .content {
  width: 100%;
  padding: 2rem 0 1.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#container .aside.bnr_recruit .inner .content .h3.h3_1 {
  width: 84vw;
  margin: 0 auto 2rem;
}

#container .aside.bnr_recruit .inner .content .h3.h3_1 span {
  line-height: 1.5;
}

#container .aside.bnr_recruit .inner .content .h3.h3_1 span.txt {
  color: white;
  font-size: 1.6rem;
}

#container .aside.bnr_recruit .inner .content p {
  display: inline-block;
  font-feature-settings: "palt";
  text-align: left;
  font-size: 1.2rem;
  width: auto;
}

#container .aside.bnr_recruit .inner .content .tel {
  text-align: center;
  width: 85.33333vw;
  padding: 4vw 0;
  margin: 4vw auto 0;
  border-top: 1px solid #036EB8;
  box-sizing: border-box;
}

#container .aside.bnr_recruit .inner .content .tel span {
  display: block;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  color: black;
  line-height: 1;
}

#container .aside.bnr_recruit .inner .content .tel span.txt {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 300;
  letter-spacing: 0.025em;
  text-align: center;
  position: relative;
  z-index: 1;
}

#container .aside.bnr_recruit .inner .content .tel span.txt strong {
  color: #036EB8;
  font-size: 2.6rem;
  margin: 0 0 0 1.33333vw;
  transform: translateY(0.26667vw);
}

#container .aside.bnr_recruit .inner .content .tel span.txt strong a,
#container .aside.bnr_recruit .inner .content .tel span.txt strong a:link {
  color: #036EB8;
}

#container .aside.bnr_recruit .inner .content .tel span.txt_2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.25rem 0 0;
}

#container .aside.bnr_recruit .inner .content .item {
  text-align: center;
  width: 94.66667vw;
  padding: 4vw 0 0;
  margin: 0 auto;
  background: white;
}

#container .aside.bnr_sns {
  padding: 0 0 2rem;
  background: rgba(3, 110, 184, 0.1);
}

#container .aside.bnr_sns .inner .h3.h3_1 {
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

#container .aside.bnr_sns .inner .nav {
  margin: 0 auto 0;
}

#container .aside.bnr_sns .inner .nav ul {
  display: flex;
  justify-content: center;
}

#container .aside.bnr_sns .inner .nav ul li {
  width: 10.66667vw;
  margin: 0 2.1vw;
}

#container .aside.bnr_sns .inner .nav ul li a,
#container .aside.bnr_sns .inner .nav ul li a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#container .aside.bnr_sns .inner .nav ul li span {
  display: block;
  text-align: center;
  /*
                                &.txt{
                                    @include webfont_e1; //weight : 700
                                    
                                    font-size: 1rem;
                                    line-height: 1;
                                    margin: 0.5rem 0 0;
                                }
                                */
}

#container .aside.bnr_sns .inner .nav ul li span.img {
  width: 11.5vw;
  margin: 0 auto;
}

#container .aside.shoplist .inner .content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#container .aside.shoplist .inner .content .item {
  width: 93.33333vw;
  padding: 0 0 1.33333vw;
  margin: 3.33333vw auto 0;
}

#container .aside.shoplist .inner .content .item a,
#container .aside.shoplist .inner .content .item a:link {
  text-decoration: none;
  display: block;
  padding: 0 0 0.5rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#container .aside.shoplist .inner .content .item .link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 3.33333vw auto 0;
}

#container .aside.shoplist .inner .content .item .link a,
#container .aside.shoplist .inner .content .item .link a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  box-sizing: border-box;
}

#container .aside.shoplist .inner .content .item .link a:nth-of-type(1), #container .aside.shoplist .inner .content .item .link a:nth-of-type(2),
#container .aside.shoplist .inner .content .item .link a:link:nth-of-type(1),
#container .aside.shoplist .inner .content .item .link a:link:nth-of-type(2) {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  color: #333333;
  width: 41.33333vw;
  height: 8vw;
  border: 1px solid #333333;
}

#container .aside.shoplist .inner .content .item .link a:nth-of-type(3),
#container .aside.shoplist .inner .content .item .link a:link:nth-of-type(3) {
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  color: white;
  width: 18.66667vw;
  height: 5.33333vw;
  background: #DB1212;
  position: absolute;
  z-index: 1;
  top: 1.06667vw;
  right: 0;
}

#container .aside.shoplist .inner .content .item .figure {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#container .aside.shoplist .inner .content .item .h4.h4_2 span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.5;
}

#container .aside.shoplist .inner .content .item .h5.h5_2 {
  width: 100%;
  padding: 2.66667vw 0 0;
  box-sizing: border-box;
}

#container .aside.shoplist .inner .content .item .h5.h5_2 span {
  display: block;
  letter-spacing: 0.05em;
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.5;
}

#container .aside.shoplist .inner .content .item .h6.h6_2 {
  padding: 1.33333vw 0 0;
}

#container .aside.shoplist .inner .content .item .h6.h6_2 span {
  display: block;
  line-height: 1.5;
}

#container .aside.shoplist .inner .content .item .h6.h6_2 span.txt {
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}

#container .aside.shoplist .inner .content .item .float_r {
  width: 86.66667vw;
  margin: 4vw auto 0;
  position: relative;
  z-index: 1;
}

#container .aside.shoplist .inner .content .tel {
  display: block;
  width: 100%;
  padding: 2.66667vw 0 0;
  margin: 0 auto;
  box-sizing: border-box;
}

#container .aside.shoplist .inner .content .tel span {
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}

#container .aside.shoplist .inner .content .tel span.txt {
  display: flex;
  align-items: baseline;
  font-size: 1.2rem;
}

#container .aside.shoplist .inner .content .tel span.txt strong {
  letter-spacing: 0.025em;
  font-size: 2.4rem;
  padding: 0 0 0 1.33333vw;
}

#container .aside.shoplist .inner .content .tel span.txt strong span {
  display: block;
}

#container .aside.shoplist .inner .content .tel span.txt strong a,
#container .aside.shoplist .inner .content .tel span.txt strong a:link {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 0;
}

#container .aside.info, #container .aside.blog {
  margin: 2rem auto 0;
}

#container .aside.info .inner, #container .aside.blog .inner {
  width: 93.75%;
  margin: 0 auto;
}

#container .aside.info .inner .content .h4.h4_1, #container .aside.blog .inner .content .h4.h4_1 {
  display: flex;
  flex-direction: column-reverse;
  margin: 0.75rem 0 0.75rem;
}

#container .aside.info .inner .content .h4.h4_1 span, #container .aside.blog .inner .content .h4.h4_1 span {
  display: block;
}

#container .aside.info .inner .content .h4.h4_1 span.day, #container .aside.blog .inner .content .h4.h4_1 span.day {
  display: flex;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  color: #036EB8;
  line-height: 1;
  font-size: 1.2rem;
  margin: 0.5rem 0 0;
}

#container .aside.info .inner .content .h4.h4_1 span.txt, #container .aside.blog .inner .content .h4.h4_1 span.txt {
  color: black;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: bold;
}

#container .aside.info .inner .content.content_1, #container .aside.blog .inner .content.content_1 {
  width: 90%;
  padding: 1.5rem 0;
  margin: 0 auto;
}

#container .aside.info .inner .content.content_1 .item, #container .aside.blog .inner .content.content_1 .item {
  margin: 0 auto 2rem;
}

#container .aside.info .inner .content.content_1 .item:last-of-type, #container .aside.blog .inner .content.content_1 .item:last-of-type {
  margin: 0 auto;
}

#container .aside.info .inner .content.content_1 .item.new .h4.h4_1 span.day:after, #container .aside.blog .inner .content.content_1 .item.new .h4.h4_1 span.day:after {
  content: "NEW";
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-align: center;
  color: white;
  font-size: 1rem;
  line-height: 1;
  padding: 0.2rem 0.5rem;
  margin: 0 0 0 0.75rem;
  background: #DB1212;
}

#container .aside.fmenu .inner .content {
  display: flex;
  flex-wrap: wrap;
}

#container .aside.fmenu .inner .content .h4.h4_1 {
  margin: 0.75rem auto 0;
}

#container .aside.fmenu .inner .content .h4.h4_1 span {
  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.075em;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}

#container .aside.fmenu .inner .content .figure {
  width: 4vw;
  margin: 0 auto;
}

#container .aside.fmenu .inner .content .item {
  width: 33.33333vw;
  padding: 0;
  margin: 0;
  position: relative;
}

#container .aside.fmenu .inner .content .item a,
#container .aside.fmenu .inner .content .item a:link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: black;
  height: 16vw;
  padding: 0 0 1.33333vw;
  background: #e6e6e6;
  border: 1px solid white;
  box-sizing: border-box;
}

/* -------------------------------------
   contents
------------------------------------- */
#container.page {
  /* -------------------------------------
       nav_pankuzu
    ------------------------------------- */
  /* -------------------------------------
       aside
    ------------------------------------- */
  /* -------------------------------------
       section
    ------------------------------------- */
}

#container.page .nav_txt {
  display: block;
  width: 100%;
  background: rgba(3, 110, 184, 0.1);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

#container.page .nav_txt ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 93.33333vw;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

#container.page .nav_txt ul li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.5em 0;
  margin: 0 1em 0 0;
}

#container.page .nav_txt ul li a,
#container.page .nav_txt ul li a:link {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  color: black;
}

#container.page .nav_txt ul li:before {
  content: "＞ ";
  color: #333333;
  font-size: 1rem;
  line-height: 1;
  margin: 0 0.5em 0 0;
}

#container.page #article {
  padding: 1rem 0 0;
  margin: 0;
}

#container.page .aside {
  width: 100%;
  overflow: hidden;
  /* -------------------------------------
           main
        ------------------------------------- */
  /* -------------------------------------
           page_control
        ------------------------------------- */
}

#container.page .aside#main {
  position: relative;
}

#container.page .aside#main .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 43.2vw;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#container.page .aside#main .inner .h2.h2_1 {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  transform: translateY(-6.66667vw);
}

#container.page .aside#main .inner .h2.h2_1 span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "pkna";
  color: #333333;
  text-align: center;
}

#container.page .aside#main .inner .h2.h2_1 span.txt {
  letter-spacing: 0.075em;
  font-size: 2.4rem;
  line-height: 1.25;
  margin: 1rem 0 0;
}

#container.page .aside.page_control {
  padding: 0 0 3rem;
}

#container.page .aside.page_control .inner {
  width: 100%;
  margin: 1.4rem auto 0;
}

#container.page .aside.page_control .inner .b_backforw {
  width: 100%;
  /* -------------------------------------
                       pager
                    ------------------------------------- */
}

#container.page .aside.page_control .inner .b_backforw .back,
#container.page .aside.page_control .inner .b_backforw .forw {
  width: 35.9375%;
  margin: 0 auto;
}

#container.page .aside.page_control .inner .b_backforw .back span.txt,
#container.page .aside.page_control .inner .b_backforw .forw span.txt {
  width: 100%;
}

#container.page .aside.page_control .inner .b_backforw .back a,
#container.page .aside.page_control .inner .b_backforw .back a:link,
#container.page .aside.page_control .inner .b_backforw .forw a,
#container.page .aside.page_control .inner .b_backforw .forw a:link {
  display: block;
  text-decoration: none;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  color: white;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 2.6rem;
  padding: 0.8rem 0 0;
  background: #036EB8;
  box-sizing: border-box;
  position: relative;
}

#container.page .aside.page_control .inner .b_backforw .back a:before, #container.page .aside.page_control .inner .b_backforw .back a:after,
#container.page .aside.page_control .inner .b_backforw .back a:link:before,
#container.page .aside.page_control .inner .b_backforw .back a:link:after,
#container.page .aside.page_control .inner .b_backforw .forw a:before,
#container.page .aside.page_control .inner .b_backforw .forw a:after,
#container.page .aside.page_control .inner .b_backforw .forw a:link:before,
#container.page .aside.page_control .inner .b_backforw .forw a:link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1.3rem solid transparent;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
}

#container.page .aside.page_control .inner .b_backforw .back a:before,
#container.page .aside.page_control .inner .b_backforw .back a:link:before {
  left: -2.6rem;
  border-right: 1.3rem solid #036EB8;
}

#container.page .aside.page_control .inner .b_backforw .back a:after,
#container.page .aside.page_control .inner .b_backforw .back a:link:after {
  display: none;
}

#container.page .aside.page_control .inner .b_backforw .forw a:before,
#container.page .aside.page_control .inner .b_backforw .forw a:link:before {
  display: none;
}

#container.page .aside.page_control .inner .b_backforw .forw a:after,
#container.page .aside.page_control .inner .b_backforw .forw a:link:after {
  right: -2.6rem;
  border-left: 1.3rem solid #036EB8;
}

#container.page .aside.page_control .inner .b_backforw .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#container.page .aside.page_control .inner .b_backforw .pager a,
#container.page .aside.page_control .inner .b_backforw .pager a:link {
  display: block;
  text-decoration: none;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  color: white;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 2.6rem;
  padding: 0.8rem 0 0;
  background: #036EB8;
  box-sizing: border-box;
  position: relative;
}

#container.page .aside.page_control .inner .b_backforw .pager .parent {
  width: 28vw;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev,
#container.page .aside.page_control .inner .b_backforw .pager .next {
  width: 28vw;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev a:before, #container.page .aside.page_control .inner .b_backforw .pager .prev a:after,
#container.page .aside.page_control .inner .b_backforw .pager .prev a:link:before,
#container.page .aside.page_control .inner .b_backforw .pager .prev a:link:after,
#container.page .aside.page_control .inner .b_backforw .pager .next a:before,
#container.page .aside.page_control .inner .b_backforw .pager .next a:after,
#container.page .aside.page_control .inner .b_backforw .pager .next a:link:before,
#container.page .aside.page_control .inner .b_backforw .pager .next a:link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1.3rem solid transparent;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
}

#container.page .aside.page_control .inner .b_backforw .pager .parent span.txt {
  width: 100%;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev {
  margin: 0 0 0 1.3rem;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev a:before,
#container.page .aside.page_control .inner .b_backforw .pager .prev a:link:before {
  left: -2.6rem;
  border-right: 1.3rem solid #036EB8;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev a:after,
#container.page .aside.page_control .inner .b_backforw .pager .prev a:link:after {
  display: none;
}

#container.page .aside.page_control .inner .b_backforw .pager .next {
  margin: 0 1.3rem 0 0;
}

#container.page .aside.page_control .inner .b_backforw .pager .next a:before,
#container.page .aside.page_control .inner .b_backforw .pager .next a:link:before {
  display: none;
}

#container.page .aside.page_control .inner .b_backforw .pager .next a:after,
#container.page .aside.page_control .inner .b_backforw .pager .next a:link:after {
  right: -2.6rem;
  border-left: 1.3rem solid #036EB8;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb {
  align-items: stretch;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb a,
#container.page .aside.page_control .inner .b_backforw .pager.thumb a:link {
  color: black;
  font-size: 1.2rem;
  line-height: 1.25;
  height: 100%;
  padding: 0;
  background: none;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .parent a,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .parent a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next {
  width: 33.33333vw;
  margin: 0;
  position: relative;
  z-index: 1;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link {
  text-align: left;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:before, #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:before,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:before,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:before,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:after {
  display: none;
  border: none;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a .figure,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link .figure,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a .figure,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link .figure {
  width: 28vw;
  height: 18.66667vw;
  margin: 0 auto 0.5rem;
  overflow: hidden;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a .figure img,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link .figure img,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a .figure img,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link .figure img {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link {
  padding: 0 0 0 5.33333vw;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:before, #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:before,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid black;
  border-right: 1px solid black;
  z-index: 9;
  right: 5.33333vw;
  transform: translateY(-50%) rotate(45deg);
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:after {
  right: auto;
  left: 2vw;
  transform: translateY(-50%) rotate(-135deg);
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link {
  padding: 0 5.33333vw 0 0;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:before, #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:before,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid black;
  border-right: 1px solid black;
  z-index: 9;
  right: 5.33333vw;
  transform: translateY(-50%) rotate(45deg);
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:after {
  right: 2vw;
  transform: translateY(-50%) rotate(45deg);
}

#container.page .section {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  /* -------------------------------------
           thanks
        */
  /* -------------------------------------
           404
        */
}

#container.page .section .inner {
  margin: 0 auto;
}

#container.page .section .inner .h3 {
  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: "pkna";
}

#container.page .section .inner .h3 span {
  display: block;
  line-height: 1;
}

#container.page .section .inner .h3.h3_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: white;
  width: 100%;
  height: 37.33333vw;
  margin: 0 auto;
  background: #036EB8;
}

#container.page .section .inner .h3.h3_1 span.txt {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  letter-spacing: 0.075em;
  font-size: 1.6rem;
  line-height: 1.5;
  width: auto;
}

#container.page .section .inner .h3.h3_1 span.txt_2 {
  display: inline-block;
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 1rem;
  line-height: 1;
  margin: 2.66667vw 0 0;
  opacity: 0.6;
}

#container.page .section .inner .h3.h3_1 span.txt_2:before {
  content: "～ ";
}

#container.page .section .inner .h3.h3_1 span.txt_2:after {
  content: " ～";
}

#container.page .section .inner .content {
  margin: 0 auto;
  position: relative;
  /* -------------------------------------
                   link
                ------------------------------------- */
}

#container.page .section .inner .content a,
#container.page .section .inner .content a:link {
  display: block;
  text-decoration: none;
}

#container.page .section .inner .content .h4 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "pkna";
}

#container.page .section .inner .content .h4 span {
  color: #333333;
}

#container.page .section .inner .content .link {
  width: 100%;
  margin: 0 auto;
}

#container.page .section .inner .content .link a,
#container.page .section .inner .content .link a:link {
  text-decoration: none;
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.175em;
  color: #333333;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 1rem 0;
}

#container.page .section .inner .content .link a span,
#container.page .section .inner .content .link a:link span {
  display: inline-block;
  width: auto;
  padding: 0.5rem 3rem;
  margin: 0 auto;
  border: 1px solid #333333;
  box-sizing: border-box;
  position: relative;
}

#container.page .section.thanks {
  width: 100%;
  padding: 1em 0 3em 0;
}

#container.page .section.thanks h3 {
  font-size: 2.1rem;
  padding: 1.0em 0;
}

#container.page .section.thanks p {
  padding: 1.0em 0 0 0;
}

#container.page .section#error404 {
  padding: 4em 0 3em 0;
}

#container.page .section#error404 .inner {
  width: 93.75%;
  margin: 0 auto;
}

#container.page .section#error404 .inner .h3.h3_1 {
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  padding: 1em 0 1em 0;
}

#container.page .section#error404 .inner p {
  padding: 1em 0 1em 0;
}

/* -------------------------------------
   footer
------------------------------------- */
#footer {
  width: 100%;
  padding: 7rem 0 0 0;
  /* -------------------------------------
       pagetop
    ------------------------------------- */
  /* -------------------------------------
       aside
    ------------------------------------- */
}

#footer #pagetop {
  width: 100%;
  padding: 0;
}

#footer #pagetop .inner {
  width: 9.33333vw;
  margin: 0 auto;
  position: relative;
}

#footer #pagetop .inner a,
#footer #pagetop .inner a:link {
  display: block;
  width: 10.66667vw;
  height: 10.66667vw;
  background: white;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: -5.5rem;
  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;
  margin: 1.7rem auto 0;
  border-top: 1px solid #036EB8;
  border-right: 1px solid #036EB8;
  box-sizing: border-box;
  transform: rotate(-45deg);
}

#footer .aside {
  /* -------------------------------------
           aside_1
        */
  /* -------------------------------------
           aside_2
        */
}

#footer .aside.aside_1 {
  width: 100%;
  padding: 5.33333vw 0 2vw;
  background: rgba(3, 110, 184, 0.1);
}

#footer .aside.aside_1 .inner {
  width: 93.33333vw;
  margin: 0 auto;
}

#footer .aside.aside_1 .inner .content.content_1 .h2.h2_1 span {
  display: block;
}

#footer .aside.aside_1 .inner .content.content_1 .h2.h2_1 span.img {
  width: 66.66667vw;
  margin: 0 auto;
}

#footer .aside.aside_1 .inner .content.content_1 .tel {
  margin: 2.66667vw auto 0;
}

#footer .aside.aside_1 .inner .content.content_1 .tel span {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
}

#footer .aside.aside_1 .inner .content.content_1 .tel span strong a,
#footer .aside.aside_1 .inner .content.content_1 .tel span strong a:link {
  color: #333333;
  font-size: 3rem;
}

#footer .aside.aside_1 .inner .content.content_1 p {
  text-align: center;
  font-size: 1.2rem;
}

#footer .aside.aside_1 .inner .content.content_2 {
  padding: 2.66667vw 0 0;
  margin: 3.33333vw auto 0;
  border-top: 1px solid #cccccc;
}

#footer .aside.aside_1 .inner .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}

#footer .aside.aside_1 .inner .nav .item {
  padding: 0 0 1rem;
}

#footer .aside.aside_1 .inner .nav .item:nth-of-type(1) {
  width: 46.66667vw;
}

#footer .aside.aside_1 .inner .nav .item:nth-of-type(2) {
  width: 41.33333vw;
}

#footer .aside.aside_1 .inner .nav .item ul {
  list-style: none;
  padding: 0;
}

#footer .aside.aside_1 .inner .nav .item ul li {
  list-style: none;
}

#footer .aside.aside_1 .inner .nav .item ul li a,
#footer .aside.aside_1 .inner .nav .item ul li a:link {
  text-decoration: none;
  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: 400;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  color: #333333;
  font-size: 1.1rem;
  line-height: 1.25;
  width: 100%;
  padding: 0.65rem 0;
  box-sizing: border-box;
  position: relative;
}

#footer .aside.aside_1 .inner .nav .item ul li a span,
#footer .aside.aside_1 .inner .nav .item ul li a:link span {
  display: block;
  position: relative;
}

#footer .aside.aside_1 .inner .nav .item ul li a span.icon,
#footer .aside.aside_1 .inner .nav .item ul li a:link span.icon {
  flex-shrink: 0;
  width: 2.4vw;
  height: 2.13333vw;
  margin: 0 1.33333vw 0 0;
  border-left: 1px solid #333333;
  box-sizing: border-box;
  transform: translateY(0.175rem);
  overflow: hidden;
}

#footer .aside.aside_1 .inner .nav .item ul li a span.icon:before, #footer .aside.aside_1 .inner .nav .item ul li a span.icon:after,
#footer .aside.aside_1 .inner .nav .item ul li a:link span.icon:before,
#footer .aside.aside_1 .inner .nav .item ul li a:link span.icon:after {
  content: "";
  display: block;
  border: 1.06667vw solid transparent;
  border-right: none;
  box-sizing: border-box;
}

#footer .aside.aside_1 .inner .nav .item ul li a span.icon:before,
#footer .aside.aside_1 .inner .nav .item ul li a:link span.icon:before {
  border-left: 2.13333vw solid #333333;
}

/* #footer .aside.aside_1 .inner .nav .item ul li a span.icon:after,
#footer .aside.aside_1 .inner .nav .item ul li a:link span.icon:after {
  border-left: 2.13333vw solid #E2EDF5;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -0.26667vw;
} */
#footer .aside.aside_1 .inner .nav .item ul li .level_1 span.icon:after,
#footer .aside.aside_1 .inner .nav .item ul li .level_1:link span.icon:after {
  border-left: 2.13333vw solid #E2EDF5;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -0.26667vw;
}

#footer .aside.aside_1 .inner .nav .item ul li a.level_1,
#footer .aside.aside_1 .inner .nav .item ul li a:link.level_1 {
  padding-left: 3.73333vw;
}

#footer .aside.aside_1 .inner .nav .item ul li a.level_1:after,
#footer .aside.aside_1 .inner .nav .item ul li a:link.level_1:after {
  left: 3.86667vw;
}

#footer .aside.aside_1 .inner .nav .item ul li a.level_2,
#footer .aside.aside_1 .inner .nav .item ul li a:link.level_2 {
  padding-left: 7.46667vw;
}

#footer .aside.aside_1 .inner .nav .item ul li a.level_2:after,
#footer .aside.aside_1 .inner .nav .item ul li a:link.level_2:after {
  left: 7.6vw;
}

#footer .aside.aside_2 {
  width: 100%;
}

#footer .aside.aside_2 .inner {
  padding: 0 0 0 0;
}

#footer .aside.aside_2 .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.075em;
  text-align: center;
  color: #666666;
  font-size: 1rem;
  line-height: 1.25;
  width: 100%;
  padding: 0.8rem 0;
  margin: 0 auto;
  background: rgba(3, 110, 184, 0.1);
}

#footer .aside.aside_2 .inner .content {
  /* -------------------------------------
                       content_1
                    */
  /* -------------------------------------
                       content_2
                    */
  /* -------------------------------------
                       content_3
                    */
}

#footer .aside.aside_2 .inner .content.content_2 {
  /*
                        width:$outwidth;
                        background: $maincolor;
                        position: relative;
                        z-index: 1;

                        &:after{
                            content: "";
                            display: block;
                            width: 1px;
                            height: 100%;
                            background: $monocolor2;
                            position: absolute;
                            z-index: 1;
                            top: 0;
                            left: 50%;
                            transform: translateX(-50%);
                            opacity: 0.4;
                        }
                        a,
                        a:link{

                            text-decoration: none;
                            display: flex;
                            flex-direction: column;
                            justify-content: flex-end;
                            align-items: center;
                            // weight : 300=L , 400=R , 500=M , 700=B , 900=BL
                            @include webfont_j2(300);
                            // proportional font
                            font-feature-settings : "palt";
                            
                            letter-spacing: 0.075em;
                            text-align: center;
                            color: $monocolor2;
                            font-size: 1.2rem;
                            width: size(375);
                            padding: 2rem 0 1rem;

                            &:nth-of-type(1){
                                
                                img{
                                    width: size(26);
                                }
                            }
                            &:nth-of-type(2){
                                
                                img{
                                    width: size(36);
                                }
                            }
                            img{
                                margin: 0 0 1rem;
                            }
                        }
                        .link{
                            display: flex;
                            width: 100%;
                        }
                        */
  width: 100%;
  position: relative;
  z-index: 1;
}

#footer .aside.aside_2 .inner .content.content_2 .nav {
  width: 100%;
  background: #036EB8;
}

#footer .aside.aside_2 .inner .content.content_2 .nav ul {
  list-style: none;
  display: flex;
  width: 100%;
}

#footer .aside.aside_2 .inner .content.content_2 .nav ul:after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: white;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
}

#footer .aside.aside_2 .inner .content.content_2 .nav ul li {
  width: 50vw;
}

#footer .aside.aside_2 .inner .content.content_2 .nav ul li a,
#footer .aside.aside_2 .inner .content.content_2 .nav ul li a:link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4.8vw 0 3.46667vw;
  box-sizing: border-box;
}

#footer .aside.aside_2 .inner .content.content_2 .nav ul li span {
  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.15em;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  line-height: 1.35;
}

#footer .aside.aside_2 .inner .content.content_2 .nav ul li span.img {
  width: 4.8vw;
  margin: 0 0 3.2vw;
}

#footer .aside.aside_2 .inner .content.content_2 .nav ul li img {
  margin: 0 2vw 0 0;
}

#footer .aside.aside_2 .inner .content.content_2 .banner_sp {
  width: 100%;
  background: white;
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  /* =================================================
   Global layout
================================================= */
  /* -----------------------------------------------
    common
----------------------------------------------- */
  html {
    min-width: 1080px;
  }
  #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 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    transition: 0.5s;
  }
  #container a.transhover:hover .figure img {
    transform: scale(1.1) translate(-45.5%, -45.5%) !important;
    opacity: 0.6;
  }
  #container a.transhover2 .figure img,
  #container a.transhover2:link .figure img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    transition: 0.5s;
  }
  #container a.transhover2:hover .figure img {
    transform: scale(1.1) translate(-45.5%, -45.5%) !important;
    opacity: 1.0 !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 {
    width: auto !important;
    height: 100% !important;
    position: relative;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }
  /* -------------------------------------
   header
------------------------------------- */
  #header {
    width: 100%;
    background: none;
  }
  #header .inner {
    width: 1020px;
    height: 80px;
    margin: 0 auto;
    position: relative;
  }
  #header .inner .h1.h1_1 {
    width: auto;
    padding: 0;
    background-color: transparent;
    position: static;
  }
  #header .inner .h1.h1_1 a#title {
    display: flex;
    line-height: 1;
    width: 600px;
    height: auto;
    padding: 0 0 0 98px;
    box-sizing: border-box;
    position: static;
  }
  #header .inner .h1.h1_1 span {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 500;
    letter-spacing: 0.275em;
  }
  #header .inner .h1.h1_1 span.img {
    width: 250px;
    top: 15px;
    left: 0px;
  }
  /* -------------------------------------
   header property
------------------------------------- */
  #container {
    padding: 0;
    /* -------------------------------------
       page
    */
    /* -------------------------------------
       normal
    */
  }
  #container.fixed {
    padding: 160px 0 0;
  }
  #container #py {
    height: 928px;
  }
  #container.page #py {
    height: 160px;
  }
  #container.page #header {
    position: static;
  }
  #container #header {
    background: white;
  }
  #container #header.fixed {
    height: 50px;
    background: #F1F2F4;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    transition: background 0.3s , height 0.3s;
  }
  #container #header.fixed .inner {
    height: 50px;
    transition: 0.3s;
  }
  #container #header.fixed .inner .h1.h1_1 a#title {
    width: 170px;
    padding: 0;
  }
  #container #header.fixed .inner .h1.h1_1 span.img {
    width: 170px;
    top: 10px;
  }
  #container #header.fixed #menu {
    height: auto;
    background: rgba(3, 110, 184, 0);
    top: -50px;
    transition: 0.3s;
  }
  #container #header.fixed #menu #menu_main.menu_1 {
    width: 1020px;
    margin: 0 auto;
    background: none;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc {
    width: 790px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul {
    justify-content: flex-end;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li a,
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li a:link {
    color: #036EB8;
    height: 50px;
    padding: 0 0 0 0px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li a:after,
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li a:link:after {
    height: 5px;
    background: #f2f2f2;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li a span.icon,
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li a:link span.icon {
    width: 18px;
    height: 14px;
    left: -12px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li a span.icon:after,
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li a:link span.icon:after {
    width: 18px;
    height: 18px;
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    border-right: 3px solid rgba(0, 0, 0, 0.1);
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li a span.txt,
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li a:link span.txt {
    font-size: 1.2rem;
    box-sizing: border-box;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li a span.txt b,
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li a:link span.txt b {
    display: none;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(1) {
    width: 170px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(2) {
    width: 110px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(3) {
    width: 140px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(4) {
    width: 170px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(5) {
    width: 170px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(6) {
    width: 170px;
    background: #036EB8;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(6) a span.icon,
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(6) a:link span.icon {
    left: 10px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(6) a span.icon:after,
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(6) a:link span.icon:after {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(6) a span.txt,
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(6) a:link span.txt {
    text-align: left;
    color: white;
    width: 205px;
    padding: 0 0 0 40px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ol {
    background: #F1F2F4;
    top: 50px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ol li a,
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ol li a:link {
    color: #036EB8;
    font-size: 1.2rem;
    border-top: 1px solid rgba(3, 110, 184, 0.2);
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ol#nav_concept_sub {
    width: 250px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ol#nav_company_sub {
    width: 220px;
    left: 450px;
  }
  #container #header.fixed #menu .menu_2 {
    z-index: -1;
    top: 0;
    opacity: 0;
    transition: 0.3s;
  }
  #container #header .inner {
    height: 80px;
    position: relative;
  }
  #container #header .inner .h1.h1_1 {
    height: auto;
  }
  #container #header #menu #menu_main.menu_1 {
    padding: 0;
  }
  /* -------------------------------
    nav
*/
  #header #menu {
    width: 100%;
    height: 70px;
    background: #036EB8;
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
  }
  #header #menu #menu_main.menu_1 {
    display: block;
    width: 1020px;
    margin: 0 auto;
    background: none;
    overflow: visible;
    position: static;
  }
  @media screen and (min-width: 929px) and (max-width: 1044px) {
    #header #menu #menu_main.menu_1 {
      width: 900px;
    }
  }
  @media screen and (min-width: 830px) and (max-width: 928px) {
    #header #menu #menu_main.menu_1 {
      width: 800px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 829px) {
    #header #menu #menu_main.menu_1 {
      width: 740px;
    }
  }
  #header #menu #menu_main.menu_1 .nav.pc {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    position: relative;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li {
    background-color: inherit;
    position: relative;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-of-type(1) a span.icon,
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-of-type(1) a:link span.icon {
    display: none;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a,
  #header #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: 400;
    font-feature-settings: "pkna";
    letter-spacing: 0.15em;
    color: white;
    font-size: 1.4rem;
    line-height: 1;
    width: 100%;
    height: 70px;
    padding: 0;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a:after,
  #header #menu #menu_main.menu_1 .nav.pc ul li a:link:after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #f2f2f2;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: 0.6s;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a span,
  #header #menu #menu_main.menu_1 .nav.pc ul li a:link span {
    display: block;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a span.icon,
  #header #menu #menu_main.menu_1 .nav.pc ul li a:link span.icon {
    width: 24px;
    height: 20px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    overflow: hidden;
    opacity: 1;
  }
  @media screen and (min-width: 929px) and (max-width: 1044px) {
    #header #menu #menu_main.menu_1 .nav.pc ul li a span.icon,
    #header #menu #menu_main.menu_1 .nav.pc ul li a:link span.icon {
      left: -40px;
    }
  }
  @media screen and (min-width: 830px) and (max-width: 928px) {
    #header #menu #menu_main.menu_1 .nav.pc ul li a span.icon,
    #header #menu #menu_main.menu_1 .nav.pc ul li a:link span.icon {
      left: -30px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 829px) {
    #header #menu #menu_main.menu_1 .nav.pc ul li a span.icon,
    #header #menu #menu_main.menu_1 .nav.pc ul li a:link span.icon {
      left: -28px;
    }
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a span.icon:after,
  #header #menu #menu_main.menu_1 .nav.pc ul li a:link span.icon:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-top: 3px solid rgba(255, 255, 255, 0.4);
    border-right: 3px solid rgba(255, 255, 255, 0.4);
    transform: translate(-6px, -2px) rotate(45deg);
    box-sizing: border-box;
    opacity: 1;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a span.txt,
  #header #menu #menu_main.menu_1 .nav.pc ul li a:link span.txt {
    text-align: center;
    font-size: 1.4rem;
    width: 100%;
  }
  @media screen and (min-width: 768px) and (max-width: 829px) {
    #header #menu #menu_main.menu_1 .nav.pc ul li a span.txt,
    #header #menu #menu_main.menu_1 .nav.pc ul li a:link span.txt {
      font-size: 1.2rem;
    }
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(1) {
    width: 210px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(2) {
    width: 100px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(3) {
    width: 100px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(4) {
    width: 140px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(5) {
    width: 175px;
  }
  #container #header.fixed #menu #menu_main.menu_1 .nav.pc ul li:nth-child(6) {
    width: 160px;
    background: #036EB8;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a:hover:after {
    width: 100%;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li.this a:after,
  #header #menu #menu_main.menu_1 .nav.pc ul li.this a:link:after {
    width: 100%;
  }
  #header #menu #menu_main.menu_1 .nav.pc ol {
    list-style: none;
    padding: 0;
    background: #036EB8;
    position: absolute;
    z-index: 1;
    top: 70px;
    transform-origin: left top;
    transform: scaleY(0);
    opacity: 0;
    transition: opacity 0.6s;
  }
  #header #menu #menu_main.menu_1 .nav.pc ol.show {
    transform: scaleY(1);
    opacity: 1;
  }
  #header #menu #menu_main.menu_1 .nav.pc ol li a,
  #header #menu #menu_main.menu_1 .nav.pc ol li a:link {
    text-decoration: none;
    display: block;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 400;
    font-feature-settings: "pkna";
    letter-spacing: 0.15em;
    color: white;
    padding: 0.5em 1em;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
  }
  #header #menu #menu_main.menu_1 .nav.pc ol#nav_concept_sub {
    width: 260px;
    left: 0;
  }
  #header #menu #menu_main.menu_1 .nav.pc ol#nav_company_sub {
    width: 220px;
    left: 590px;
  }
  #header #menu .menu_2 {
    width: 1020px;
    margin: 0;
    position: absolute;
    z-index: 999;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
  }
  @media screen and (min-width: 929px) and (max-width: 1044px) {
    #header #menu .menu_2 {
      width: 900px;
    }
  }
  @media screen and (min-width: 830px) and (max-width: 929px) {
    #header #menu .menu_2 {
      width: 800px;
    }
  }
  #header #menu .menu_2 .nav {
    width: 440px;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 23px;
    right: 0;
  }
  #header #menu .menu_2 .nav ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
  }
  #header #menu .menu_2 .nav ul li {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    position: relative;
  }
  #header #menu .menu_2 .nav ul li.tel {
    margin: 0;
  }
  #header #menu .menu_2 .nav ul li.tel span {
    display: block;
    line-height: 1;
    text-align: right;
  }
  #header #menu .menu_2 .nav ul li.tel span.txt {
    display: flex;
    align-items: center;
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-weight: 400;
    color: #333333;
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
  #header #menu .menu_2 .nav ul li.tel span.txt b {
    display: block;
    width: 22px;
    margin: 0 8px 0 0;
    opacity: 0.8;
  }
  #header #menu .menu_2 .nav ul li.tel span.txt strong {
    font-size: 4rem;
  }
  #header #menu .menu_2 .nav ul li.tel span.txt_2 {
    letter-spacing: 0.025em;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 0 15px;
    transform: translateY(1px);
  }
  #header #menu .menu_2 .nav ul li a,
  #header #menu .menu_2 .nav ul li a:link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 38px;
    margin: 0 0 0 0;
    box-sizing: border-box;
  }
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  #container {
    /* -------------------------------------
       aside
    ------------------------------------- */
  }
  #container .aside {
    /* -------------------------------------
           banner_1
        */
    /* -------------------------------------
           banner_2
        */
    /* -------------------------------------
           concept
        */
    /* -------------------------------------
           bnr_freetel
        */
    /* -------------------------------------
           bnr_recruit
        */
    /* -------------------------------------
           sns
        */
    /* -------------------------------------
           shoplist
        */
    /* -------------------------------------
           info,blog
        */
    /* -------------------------------------
           fmenu
        */
  }
  #container .aside .inner .h3.h3_2 {
    color: #333333;
    width: 100%;
    height: auto;
    padding: 100px 0 40px;
    background: none;
  }
  #container .aside .inner .h3.h3_2 span.txt {
    font-size: 3.2rem;
  }
  #container .aside .inner .h3.h3_2 span.txt strong {
    font-size: 6rem;
  }
  #container .aside .inner .h3.h3_2 span.txt_2 {
    font-size: 1.4rem;
    margin: 6px 0 0;
  }
  #container .aside .inner a,
  #container .aside .inner a:link {
    text-decoration: none;
    display: block;
  }
  #container .aside.banner_1 {
    width: 100%;
    margin: 100px auto 20px;
    background: #e6e6e6;
  }
  #container .aside.banner_1 .inner {
    width: 100%;
  }
  #container .aside.banner_1 .inner .content a:hover .figure img {
    opacity: 1;
  }
  #container .aside.banner_1 .inner .content .figure {
    width: 1920px;
    height: 400px;
    overflow: hidden;
  }
  #container .aside.banner_1 .inner .content .figure img {
    position: relative;
    z-index: 1;
    top: -580px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  #container .aside.banner_1 .inner .content .item .h3.h3_1 {
    margin: 0 auto 28px;
  }
  #container .aside.banner_1 .inner .content .item .h3.h3_1 span.txt {
    font-size: 2.4rem;
  }
  #container .aside.banner_1 .inner .content .item .h3.h3_1 span.txt_2 {
    font-size: 3.8rem;
    margin: 28px 0 0;
  }
  #container .aside.banner_1 .inner .content .item p {
    font-size: 1.8rem;
  }
  #container .aside.banner_1 .inner .content .item .link {
    font-size: 2.1rem;
    height: 40px;
    padding: 9px 40px 0;
    margin: 34px auto 0;
  }
  #container .aside.banner_2 {
    margin: 0 auto 0;
  }
  #container .aside.banner_2 .inner {
    width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #container .aside.banner_2 .inner .content {
    width: 1020px;
    padding: 0;
  }
  #container .aside.banner_2 .inner .content .h4.h4_1 {
    margin: 0 auto 10px;
  }
  #container .aside.banner_2 .inner .content .h4.h4_1 span {
    font-size: 2.1rem;
    line-height: 1.75;
  }
  #container .aside.banner_2 .inner .content .h4.h4_1 span.txt_2 {
    font-size: 2.4rem;
    margin: 10px auto 0;
  }
  #container .aside.banner_2 .inner .content .h4.h4_1 span.txt_3 {
    font-size: 1.8rem;
    margin: 10px auto 0;
  }
  #container .aside.banner_2 .inner .content .tel {
    margin: 40px auto 0;
  }
  #container .aside.banner_2 .inner .content .tel span {
    justify-content: flex-start;
  }
  #container .aside.banner_2 .inner .content .tel span.txt {
    font-size: 2.1rem;
  }
  #container .aside.banner_2 .inner .content .tel span.txt strong {
    font-size: 4.2rem;
  }
  #container .aside.banner_2 .inner .content .tel span.txt_2 {
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
  #container .aside.banner_2 .inner .content .link {
    margin: 20px auto 0;
  }
  #container .aside.banner_2 .inner .content .link a,
  #container .aside.banner_2 .inner .content .link a:link {
    width: 100%;
    height: 44px;
    margin: 10px 0 0;
  }
  #container .aside.banner_2 .inner .content .link span.txt {
    font-size: 1.8rem;
  }
  #container .aside.banner_2 .inner .content .item {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto;
  }
  #container .aside.banner_2 .inner .content .item .float_l {
    width: 575px;
  }
  #container .aside.banner_2 .inner .content .item .float_r {
    width: 395px;
    margin: 0;
  }
  #container .aside.concept .inner .figure {
    top: -50px;
  }
  #container .aside.concept .inner .content {
    /* -------------------------------------
                       nav_concept
                    */
  }
  #container .aside.concept .inner .content.nav_concept {
    width: 1020px;
    padding: 0;
    margin: 0 auto;
  }
  #container .aside.concept .inner .content.nav_concept .h4.h4_1 {
    width: 100%;
    margin: 0;
  }
  #container .aside.concept .inner .content.nav_concept .h4.h4_1 span.txt {
    font-size: 1.8rem;
  }
  #container .aside.concept .inner .content.nav_concept p {
    font-size: 1.4rem;
    margin: 12px auto 0;
  }
  #container .aside.concept .inner .content.nav_concept .item {
    margin: 0;
    box-sizing: border-box;
  }
  #container .aside.concept.top {
    margin: 100px auto 0;
  }
  #container .aside.concept.top .inner .content {
    /* -------------------------------------
                           nav_concept
                        */
  }
  #container .aside.concept.top .inner .content.nav_concept {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #333333;
  }
  #container .aside.concept.top .inner .content.nav_concept .h3.h3_2 {
    padding: 35px 0 30px;
  }
  #container .aside.concept.top .inner .content.nav_concept .h4.h4_0 {
    transform: none;
  }
  #container .aside.concept.top .inner .content.nav_concept .h4.h4_0 span.txt {
    font-size: 1.4rem;
  }
  #container .aside.concept.top .inner .content.nav_concept .h4.h4_0 span.num {
    font-size: 4.8rem;
  }
  #container .aside.concept.top .inner .content.nav_concept .h4.h4_1 {
    width: 100%;
    margin: 0;
  }
  #container .aside.concept.top .inner .content.nav_concept p {
    margin: 12px auto 0;
  }
  #container .aside.concept.top .inner .content.nav_concept p.lead {
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
    padding: 0 0 25px;
  }
  #container .aside.concept.top .inner .content.nav_concept .item {
    width: 510px;
    margin: 0;
    border-left: 2px solid #333333;
    box-sizing: border-box;
  }
  #container .aside.concept.top .inner .content.nav_concept .item:nth-of-type(2n) {
    border-right: 2px solid #333333;
  }
  #container .aside.concept.top .inner .content.nav_concept .item a:before, #container .aside.concept.top .inner .content.nav_concept .item a:after,
  #container .aside.concept.top .inner .content.nav_concept .item a:link:before,
  #container .aside.concept.top .inner .content.nav_concept .item a:link:after {
    right: 25px;
  }
  #container .aside.concept.top .inner .content.nav_concept .item a:before,
  #container .aside.concept.top .inner .content.nav_concept .item a:link:before {
    width: 68px;
  }
  #container .aside.concept.top .inner .content.nav_concept .item a:after,
  #container .aside.concept.top .inner .content.nav_concept .item a:link:after {
    width: 18px;
    margin: -6px 0 0;
  }
  #container .aside.concept.top .inner .content.nav_concept .item.float a,
  #container .aside.concept.top .inner .content.nav_concept .item.float a:link {
    width: 100%;
    height: 100px;
  }
  #container .aside.concept.top .inner .content.nav_concept .item .float_l {
    width: 120px;
  }
  #container .aside.concept.top .inner .content.nav_concept .item .float_r {
    width: 280px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }
  #container .aside.concept.page .inner {
    background: #f2f2f2;
  }
  #container .aside.concept.page .inner .figure {
    top: 412px;
    left: 50%;
    transform: translateX(-50%);
  }
  #container .aside.concept.page .inner .figure img {
    width: 1920px;
    position: relative;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #container .aside.concept.page .inner .content {
    /* -------------------------------------
                           nav_concept
                        */
  }
  #container .aside.concept.page .inner .content.nav_concept {
    padding: 0 0 30px;
    margin: 0 auto;
  }
  #container .aside.concept.page .inner .content.nav_concept .h3.h3_2 {
    padding: 50px 0 35px;
    margin: 0 auto;
  }
  #container .aside.concept.page .inner .content.nav_concept .h4.h4_1 {
    width: 100%;
    margin: 0;
  }
  #container .aside.concept.page .inner .content.nav_concept p {
    margin: 12px auto 0;
  }
  #container .aside.concept.page .inner .content.nav_concept .item {
    width: 380px;
    margin: 0 30px 30px;
    box-sizing: border-box;
  }
  #container .aside.concept.page .inner .content.nav_concept .item a,
  #container .aside.concept.page .inner .content.nav_concept .item a:link {
    min-height: 114px;
  }
  #container .aside.bnr_freetel .inner {
    width: 1020px;
    padding: 0;
    margin: 40px auto 0;
  }
  #container .aside.bnr_freetel .inner .h3.h3_2 {
    padding: 20px 0;
    margin: 0 auto;
    background: #036EB8;
  }
  #container .aside.bnr_freetel .inner .h3.h3_2 span {
    color: white;
  }
  #container .aside.bnr_freetel .inner .h3.h3_2 span.txt {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #container .aside.bnr_freetel .inner .h3.h3_2 span.txt strong {
    display: inline-block;
    font-size: 3.6rem;
  }
  #container .aside.bnr_freetel .inner .content {
    width: 100%;
    padding: 40px 0 0;
  }
  #container .aside.bnr_freetel .inner .content .h4.h4_1 {
    width: 820px;
    margin: 0 auto 20px;
  }
  #container .aside.bnr_freetel .inner .content .h4.h4_1 span {
    font-size: 4.4rem;
    font-weight: 500;
  }
  #container .aside.bnr_freetel .inner .content p {
    font-size: 2.1rem;
  }
  #container .aside.bnr_freetel .inner .content .tel {
    width: 100%;
    margin: 10px auto 0;
  }
  #container .aside.bnr_freetel .inner .content .tel span.txt {
    font-size: 2.6rem;
  }
  #container .aside.bnr_freetel .inner .content .tel span.txt strong {
    font-size: 4.6rem;
    margin: 0 0 0 10px;
    transform: translateY(4px);
  }
  #container .aside.bnr_freetel .inner .content .tel span.txt_2 {
    font-size: 2.1rem;
    margin: 20px 0 0;
  }
  #container .aside.bnr_freetel .inner .content .link a,
  #container .aside.bnr_freetel .inner .content .link a:link {
    font-size: 1.8rem;
    width: 400px;
    height: 44px;
    padding: 0;
    margin: 20px auto 0;
  }
  #container .aside.bnr_freetel .inner .content .link.link_2 {
    margin: 20px auto 0;
  }
  #container .aside.bnr_freetel .inner .content .link.link_2 span.txt_2 {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    margin: 0 auto;
  }
  #container .aside.bnr_freetel .inner .content .item {
    width: 100%;
  }
  #container .aside.bnr_freetel .inner .content .item .float_r {
    position: relative;
    z-index: 1;
  }
  #container .aside.bnr_freetel .inner .content .map {
    height: 400px;
    margin: 40px auto 0;
  }
  #container .aside.bnr_freetel.bg .inner {
    padding: 0 0 40px;
  }
  #container .aside.bnr_recruit .inner {
    width: 1020px;
    margin: 100px auto 0;
  }
  #container .aside.bnr_recruit .inner .content {
    padding: 30px 0 40px;
  }
  #container .aside.bnr_recruit .inner .content .h3.h3_1 {
    width: 880px;
    margin: 0 auto 20px;
  }
  #container .aside.bnr_recruit .inner .content .h3.h3_1 span {
    text-align: center;
  }
  #container .aside.bnr_recruit .inner .content .h3.h3_1 span.txt {
    font-size: 2.1rem;
  }
  #container .aside.bnr_recruit .inner .content p {
    font-size: 1.6rem;
  }
  #container .aside.bnr_recruit .inner .content .tel {
    width: 100%;
    padding: 0 0 0 30px;
    margin: 0;
    border: none;
    border-left: 2px solid #036EB8;
  }
  #container .aside.bnr_recruit .inner .content .tel span.txt {
    justify-content: flex-start;
  }
  #container .aside.bnr_recruit .inner .content .tel span.txt strong {
    font-size: 4.8rem;
  }
  #container .aside.bnr_recruit .inner .content .tel span.txt_2 {
    text-align: left;
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
  #container .aside.bnr_recruit .inner .content .item {
    width: 920px;
    padding: 30px 0;
  }
  #container .aside.bnr_recruit .inner .content .item.float {
    display: flex;
    justify-content: space-between;
  }
  #container .aside.bnr_recruit .inner .content .item .float_l,
  #container .aside.bnr_recruit .inner .content .item .float_r {
    width: 50%;
  }
  #container .aside.bnr_sns {
    padding: 0 0 40px;
    margin: 0 auto;
  }
  #container .aside.bnr_sns .inner .nav ul li {
    width: 80px;
    margin: 0 15px;
  }
  #container .aside.bnr_sns .inner .nav ul li a,
  #container .aside.bnr_sns .inner .nav ul li a:link {
    width: 80px;
    height: 80px;
  }
  #container .aside.bnr_sns .inner .nav ul li span {
    /*
                                &.txt{
                                    font-size: 1.2rem;
                                    margin: 10px 0 0;
                                }
                                */
  }
  #container .aside.bnr_sns .inner .nav ul li span.img {
    width: 80px;
    margin: 0;
  }
  #container .aside.shoplist {
    width: 100%;
  }
  #container .aside.shoplist .inner {
    width: 1080px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #container .aside.shoplist .inner .content {
    width: 1020px;
  }
  #container .aside.shoplist .inner .content .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #container .aside.shoplist .inner .content .item .link {
    margin: 20px auto 0;
  }
  #container .aside.shoplist .inner .content .item .link a,
  #container .aside.shoplist .inner .content .item .link a:link {
    font-size: 1.6rem;
  }
  #container .aside.shoplist .inner .content .item .link a:nth-of-type(1), #container .aside.shoplist .inner .content .item .link a:nth-of-type(2),
  #container .aside.shoplist .inner .content .item .link a:link:nth-of-type(1),
  #container .aside.shoplist .inner .content .item .link a:link:nth-of-type(2) {
    width: 187px;
    height: 44px;
  }
  #container .aside.shoplist .inner .content .item .link a:nth-of-type(3),
  #container .aside.shoplist .inner .content .item .link a:link:nth-of-type(3) {
    width: 80px;
    height: 24px;
    padding: 5px 0 0;
    top: 10px;
  }
  #container .aside.shoplist .inner .content .item .h4.h4_2 span {
    font-size: 2.6rem;
  }
  #container .aside.shoplist .inner .content .item .h5.h5_2 {
    padding: 30px 0 0;
  }
  #container .aside.shoplist .inner .content .item .h5.h5_2 span {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  #container .aside.shoplist .inner .content .item .h6.h6_2 {
    padding: 10px 0 0;
  }
  #container .aside.shoplist .inner .content .item .h6.h6_2 span.txt {
    font-size: 1.4rem;
  }
  #container .aside.shoplist .inner .content .item .float_l {
    width: 575px;
  }
  #container .aside.shoplist .inner .content .item .float_r {
    width: 395px;
    margin: 0;
  }
  #container .aside.shoplist .inner .content .tel {
    padding: 0;
    margin: 30px auto 0;
  }
  #container .aside.shoplist .inner .content .tel span.txt {
    font-size: 2.1rem;
  }
  #container .aside.shoplist .inner .content .tel span.txt strong {
    font-size: 4.2rem;
    padding: 0 0 0 10px;
  }
  #container .aside.info, #container .aside.blog {
    margin: 40px auto 0;
  }
  #container .aside.info .inner, #container .aside.blog .inner {
    width: 920px;
  }
  #container .aside.info .inner .content .h4.h4_1, #container .aside.blog .inner .content .h4.h4_1 {
    margin: 8px 0 0;
  }
  #container .aside.info .inner .content .h4.h4_1 span.day, #container .aside.blog .inner .content .h4.h4_1 span.day {
    font-size: 1.4rem;
    margin: 4px 0 0;
  }
  #container .aside.info .inner .content.content_1, #container .aside.blog .inner .content.content_1 {
    display: flex;
    width: 100%;
    padding: 0 0 0;
  }
  #container .aside.info .inner .content.content_1 .item, #container .aside.blog .inner .content.content_1 .item {
    margin: 0 25px 0 0;
  }
  #container .aside.info .inner .content.content_1 .item .figure, #container .aside.blog .inner .content.content_1 .item .figure {
    width: 290px;
    height: 193px;
    overflow: hidden;
  }
  #container .aside.info .inner .content.content_1 .item .figure img, #container .aside.blog .inner .content.content_1 .item .figure img {
    position: relative;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #container .aside.info .inner .content.content_1 .item .figure img.w, #container .aside.blog .inner .content.content_1 .item .figure img.w {
    width: auto;
    height: 100%;
  }
  #container .aside.info .inner .content.content_1 .item:last-of-type, #container .aside.blog .inner .content.content_1 .item:last-of-type {
    margin: 0 0;
  }
  #container .aside.fmenu {
    margin: 100px auto 20px;
    overflow: hidden;
  }
  #container .aside.fmenu .inner {
    width: 100%;
  }
  #container .aside.fmenu .inner .content {
    flex-wrap: nowrap;
    width: 100%;
  }
  #container .aside.fmenu .inner .content .h4.h4_1 {
    margin: 18px auto 0;
  }
  #container .aside.fmenu .inner .content .h4.h4_1 span {
    font-size: 1.8rem;
  }
  #container .aside.fmenu .inner .content .figure {
    width: 80px;
  }
  #container .aside.fmenu .inner .content .item {
    width: 16.66667%;
  }
  #container .aside.fmenu .inner .content .item a,
  #container .aside.fmenu .inner .content .item a:link {
    height: 250px;
    padding: 0 0 50px;
  }
  /* -------------------------------------
   contents
------------------------------------- */
  #container.page {
    /* -------------------------------------
       nav_pankuzu
    ------------------------------------- */
    /* -------------------------------------
       aside
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container.page .nav_txt {
    background: rgba(3, 110, 184, 0.1);
    bottom: auto;
    top: 0;
  }
  #container.page .nav_txt ul {
    width: 1020px;
  }
  #container.page .nav_txt ul li {
    height: 42px;
    box-sizing: border-box;
  }
  #container.page #article {
    padding: 0;
    margin: 0 0 20px;
  }
  #container.page .aside {
    width: 100%;
    /* -------------------------------------
           main
        ------------------------------------- */
    /* -------------------------------------
           page_control
        ------------------------------------- */
  }
  #container.page .aside#main {
    width: 100%;
    overflow: visible;
    margin: 0 auto 40px;
  }
  #container.page .aside#main .inner {
    width: 1020px;
    height: 126px;
    margin: 0 auto;
  }
  #container.page .aside#main .inner .h2.h2_1 {
    padding: 0 0 20px;
    margin: 0;
    border-bottom: 1px solid #333333;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    transform: none;
  }
  #container.page .aside#main .inner .h2.h2_1 span {
    text-align: left;
  }
  #container.page .aside#main .inner .h2.h2_1 span.txt {
    font-size: 2.4rem;
    margin: 14px 0 0;
  }
  #container.page .aside.page_control .inner {
    width: 1020px;
    margin: 40px auto 0;
  }
  #container.page .aside.page_control .inner .b_backforw {
    /* -------------------------------------
                       section
                    ------------------------------------- */
  }
  #container.page .aside.page_control .inner .b_backforw .back,
  #container.page .aside.page_control .inner .b_backforw .forw {
    width: 350px;
  }
  #container.page .aside.page_control .inner .b_backforw .back a,
  #container.page .aside.page_control .inner .b_backforw .back a:link,
  #container.page .aside.page_control .inner .b_backforw .forw a,
  #container.page .aside.page_control .inner .b_backforw .forw a:link {
    letter-spacing: 0.175em;
    font-size: 1.6rem;
    height: 40px;
    padding: 1.5rem 0 0;
  }
  #container.page .aside.page_control .inner .b_backforw .back a:before, #container.page .aside.page_control .inner .b_backforw .back a:after,
  #container.page .aside.page_control .inner .b_backforw .back a:link:before,
  #container.page .aside.page_control .inner .b_backforw .back a:link:after,
  #container.page .aside.page_control .inner .b_backforw .forw a:before,
  #container.page .aside.page_control .inner .b_backforw .forw a:after,
  #container.page .aside.page_control .inner .b_backforw .forw a:link:before,
  #container.page .aside.page_control .inner .b_backforw .forw a:link:after {
    border: 20px solid transparent;
  }
  #container.page .aside.page_control .inner .b_backforw .back a:before,
  #container.page .aside.page_control .inner .b_backforw .back a:link:before {
    left: -40px;
    border-right: 20px solid #036EB8;
  }
  #container.page .aside.page_control .inner .b_backforw .forw a:after,
  #container.page .aside.page_control .inner .b_backforw .forw a:link:after {
    right: -40px;
    border-left: 20px solid #036EB8;
  }
  #container.page .aside.page_control .inner .b_backforw .pager a,
  #container.page .aside.page_control .inner .b_backforw .pager a:link {
    letter-spacing: 0.175em;
    font-size: 1.6rem;
    height: 40px;
    padding: 1.5rem 0 0;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .parent {
    width: 350px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .prev,
  #container.page .aside.page_control .inner .b_backforw .pager .next {
    width: 180px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .prev a:before, #container.page .aside.page_control .inner .b_backforw .pager .prev a:after,
  #container.page .aside.page_control .inner .b_backforw .pager .prev a:link:before,
  #container.page .aside.page_control .inner .b_backforw .pager .prev a:link:after,
  #container.page .aside.page_control .inner .b_backforw .pager .next a:before,
  #container.page .aside.page_control .inner .b_backforw .pager .next a:after,
  #container.page .aside.page_control .inner .b_backforw .pager .next a:link:before,
  #container.page .aside.page_control .inner .b_backforw .pager .next a:link:after {
    border: 20px solid transparent;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .prev {
    margin: 0 0 0 20px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .prev a:before,
  #container.page .aside.page_control .inner .b_backforw .pager .prev a:link:before {
    left: -40px;
    border-right: 20px solid #036EB8;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .next {
    margin: 0 20px 0 0;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .next a:after,
  #container.page .aside.page_control .inner .b_backforw .pager .next a:link:after {
    right: -40px;
    border-left: 20px solid #036EB8;
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .parent a,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .parent a:link {
    height: 60px;
    transform: translateY(25px);
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next {
    width: 200px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a .figure,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link .figure,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a .figure,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link .figure {
    width: 160px;
    height: 106.66667px;
    margin: 0 auto 10px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link {
    padding: 0 0 0 40px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:after,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:after {
    width: 10px;
    height: 10px;
    right: 40px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:after,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:after {
    top: 50px;
    right: auto;
    left: 0;
    transform: rotate(-135deg);
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link {
    padding: 0 40px 0 0;
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:after,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:after {
    width: 10px;
    height: 10px;
    right: 40px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:after,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:after {
    top: 50px;
    right: 0;
    transform: rotate(45deg);
    opacity: 1;
  }
  #container.page .section {
    width: 100%;
    padding: 0;
    overflow: hidden;
    /* -------------------------------------
           thanks
        */
    /* -------------------------------------
           404
        */
  }
  #container.page .section .inner {
    width: 1080px;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  #container.page .section .inner .h3.h3_1 {
    width: 1020px;
    height: auto;
    padding: 50px 0 40px;
    background: none;
  }
  #container.page .section .inner .h3.h3_1 span {
    color: #333333;
  }
  #container.page .section .inner .h3.h3_1 span strong {
    color: #036EB8;
  }
  #container.page .section .inner .h3.h3_1 span.txt {
    font-size: 3.4rem;
  }
  #container.page .section .inner .h3.h3_1 span.txt strong {
    font-size: 6rem;
    margin: 0 10px;
  }
  #container.page .section .inner .h3.h3_1 span.txt_2 {
    font-size: 1.4rem;
    margin: 6px 0 0;
  }
  #container.page .section .inner .content {
    width: 1020px;
    position: relative;
    z-index: 1;
    /* -------------------------------------
                   link
                ------------------------------------- */
  }
  #container.page .section .inner .content .link {
    text-align: center;
    margin: 40px auto 0;
  }
  #container.page .section .inner .content .link a,
  #container.page .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 .content .link a span,
  #container.page .section .inner .content .link a:link span {
    padding: 12px 60px 0;
    height: 40px;
  }
  #container.page .section.thanks {
    width: 880px !important;
    padding: 20px 0 100px 0;
    margin: 0 auto;
  }
  #container.page .section.thanks h3 {
    font-size: 2.4rem;
    padding: 1.0em 0 1.75em 0;
  }
  #container.page .section#error404 .inner {
    width: 1020px;
  }
  #container.page .section#error404 .inner .h3.h3_1 {
    font-size: 2.4rem;
  }
  /* -------------------------------------
footer
------------------------------------- */
  #footer {
    width: 100%;
    padding: 0;
    margin: 100px auto 0;
    /* -------------------------------------
       pagetop
    ------------------------------------- */
    /* -------------------------------------
       aside
    ------------------------------------- */
  }
  #footer #pagetop {
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 200px;
  }
  #footer #pagetop .inner {
    width: 1020px;
  }
  #footer #pagetop .inner a,
  #footer #pagetop .inner a:link {
    transform: rotate(90deg);
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 140px;
    height: 40px;
    padding: 1.2em 0 0 0;
    margin: 0 0 0 0;
    background: #036EB8;
    box-sizing: border-box;
    right: -98px;
    bottom: 0;
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
  #footer #pagetop .inner a:before,
  #footer #pagetop .inner a:link:before {
    content: "";
    display: block;
    line-height: 1;
    height: 20px;
    border: 20px solid transparent;
    border-right: 20px solid #036EB8;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: -40px;
  }
  #footer #pagetop .inner a:after,
  #footer #pagetop .inner a:link:after {
    display: none;
  }
  #footer .aside {
    /* -------------------------------------
           aside_1
        */
    /* -------------------------------------
           aside_2
        */
  }
  #footer .aside.aside_1 {
    width: 100%;
    padding: 40px 0 70px;
  }
  #footer .aside.aside_1 .inner {
    display: flex;
    justify-content: space-between;
    width: 1020px;
  }
  #footer .aside.aside_1 .inner .content.content_1 {
    width: 340px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  #footer .aside.aside_1 .inner .content.content_1 .h2.h2_1 span.img {
    width: 320px;
  }
  #footer .aside.aside_1 .inner .content.content_1 .tel {
    width: 340px;
    margin: 26px auto 0;
    padding-left: 10px;
  }
  #footer .aside.aside_1 .inner .content.content_1 .tel span {
    justify-content: flex-start;
    font-size: 2.1rem;
    letter-spacing: 0.025em;
  }
  #footer .aside.aside_1 .inner .content.content_1 .tel span strong {
    font-size: 4.2rem;
    letter-spacing: 0.025em;
  }
  #footer .aside.aside_1 .inner .content.content_1 p {
    text-align: left;
    margin: 8px 0 0 10px;
    letter-spacing: 0.075em;
  }
  #footer .aside.aside_1 .inner .content.content_2 {
    width: 450px;
    padding: 0;
    margin: 0;
    border: none;
  }
  #footer .aside.aside_1 .inner .nav {
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 1.2;
  }
  #footer .aside.aside_1 .inner .nav .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }
  #footer .aside.aside_1 .inner .nav .item ul {
    padding: 0;
  }
  #footer .aside.aside_1 .inner .nav .item ul li {
    white-space: nowrap;
    margin: 0 0 13px;
  }
  #footer .aside.aside_1 .inner .nav .item ul li a,
  #footer .aside.aside_1 .inner .nav .item ul li a:link {
    font-size: 1.1rem;
    letter-spacing: 0.075em;
    padding: 0;
  }
  #footer .aside.aside_1 .inner .nav .item ul li a span.icon,
  #footer .aside.aside_1 .inner .nav .item ul li a:link span.icon {
    width: 10px;
    height: 8px;
    margin: 0 10px 0 0;
    transform: translateY(0.175rem);
  }
  #footer .aside.aside_1 .inner .nav .item ul li a span.icon:before, #footer .aside.aside_1 .inner .nav .item ul li a span.icon:after,
  #footer .aside.aside_1 .inner .nav .item ul li a:link span.icon:before,
  #footer .aside.aside_1 .inner .nav .item ul li a:link span.icon:after {
    border: 4px solid transparent;
    border-right: none;
  }
  #footer .aside.aside_1 .inner .nav .item ul li a span.icon:before,
  #footer .aside.aside_1 .inner .nav .item ul li a:link span.icon:before {
    border-left: 8px solid #333333;
  }
  #footer .aside.aside_1 .inner .nav .item ul li .level_1 span.icon:after,
  #footer .aside.aside_1 .inner .nav .item ul li .level_1:link span.icon:after {
    border-left: 8px solid #E2EDF5;
    left: -2px;
  }
  #footer .aside.aside_1 .inner .nav .item ul li a.level_1,
  #footer .aside.aside_1 .inner .nav .item ul li a:link.level_1 {
    padding-left: 14px;
  }
  #footer .aside.aside_1 .inner .nav .item ul li a.level_1:after,
  #footer .aside.aside_1 .inner .nav .item ul li a:link.level_1:after {
    left: 15px;
  }
  #footer .aside.aside_1 .inner .nav .item ul li a.level_2,
  #footer .aside.aside_1 .inner .nav .item ul li a:link.level_2 {
    padding-left: 28px;
  }
  #footer .aside.aside_1 .inner .nav .item ul li a.level_2:after,
  #footer .aside.aside_1 .inner .nav .item ul li a:link.level_2:after {
    left: 29px;
  }
  #footer .aside.aside_1 .inner .nav .item ul li a:hover {
    text-decoration: underline;
  }
  #footer .aside.aside_1 .inner .nav .item:nth-of-type(1) {
    width: 260px;
    position: relative;
    z-index: 1;
  }
  #footer .aside.aside_1 .inner .nav .item:nth-of-type(1) ul:nth-of-type(1) {
    width: 250px;
  }
  #footer .aside.aside_1 .inner .nav .item:nth-of-type(1) ul:nth-of-type(2) {
    width: 130px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
  }
  #footer .aside.aside_1 .inner .nav .item:nth-of-type(2) {
    width: 190px;
  }
  #footer .aside.aside_1 .inner .nav .item:nth-of-type(2) ul:nth-of-type(1) {
    width: 150px;
  }
  #footer .aside.aside_1 .inner .nav .item:nth-of-type(2) ul:nth-of-type(2) {
    width: 150px;
  }
  #footer .aside.aside_2 .inner p {
    font-size: 1.2rem;
    line-height: 1;
    padding: 10px 0;
  }
  #footer .aside.aside_2 .inner small {
    font-size: 1.2rem;
    padding: 20px 0;
  }
}
