@charset "UTF-8";
/* _setting CSS */
html {
  font-size: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
}
*:before, *:after {
  box-sizing: border-box;
}

/*
input[type=text],
input[type=number],
input[type=password],
input[type=tel] {
	-webkit-appearance: none;
}
*/
header, footer, nav, main, article, section, figure, aside {
  display: block;
}

body {
  line-height: 1.7;
  background: #fff;
  color: #212121;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

body.on{
    overflow: hidden;
    height: 100vh;
}

::-webkit-input-placeholder {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

:-moz-placeholder {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

::-moz-placeholder {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

:-ms-input-placeholder {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

::placeholder {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

/*
@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'メイリオ',Meiryo,'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}
}
*/
h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li {
  font-size: 1.5rem;
  font-weight: inherit;
  font-style: normal;
}

em, strong {
  font-size: inherit;
}

em, strong, b {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  line-height: 1.7;
  text-align: left;
}

/* base style
------------------------------------------------------------------------- */
li {
  list-style: none;
}

fieldset, img, hr {
  border: none;
}

/*
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-style: none;
}

th {
	vertical-align: top;
	br {
		display: block;
		width: 0 !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
	}
}

td {
	vertical-align: top;
	word-break: break-all;
}
*/
a {
  border: none;
  color: inherit;
  text-decoration: none;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  max-width: inherit;
  box-shadow: none;
  border: 1px solid #ccc;
  color: #212121;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 1.4rem;
}

textarea {
  line-height: 1.7;
  resize: vertical;
}

select {
  font-size: 1.4rem;
}

label,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit],
button {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  cursor: pointer;
}

/*
button {
	display: block;
	border: none;
	background: none;
	outline: none;
	color: #212121;
	font-size: 1.4rem;
}
*/
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* max-width:768px | ~ 768px
------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  /*
  html {
  	font-size: vw(20);
  }
  */
  body, h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li, em, strong {
    font-size: 1.2rem;
  }
}
#wrapper {
  overflow-x: hidden;
}

#___gcse_0 {
  display: none;
}

.scroll_func {
  opacity: 0;
  transition: 0.8s;
  transform: translateY(50px);
}
.scroll_func.scroll_on {
  opacity: 1;
  transform: translateY(0);
}

.scroll_func_y0 {
  transform: translateY(0);
}
.scroll_func_y0.scroll_on {
  transform: translateY(0);
}

._attention {
  color: #e70607;
}

._flex {
  display: flex;
  flex-wrap: wrap;
}

._fwnw {
  flex-wrap: nowrap;
}

._jcsb {
  justify-content: space-between;
}

._jcc {
  justify-content: center;
}

._jcr {
  justify-content: flex-end;
}

._jcfe {
  justify-content: flex-end;
}

._aic {
  align-items: center;
}

._aife {
  align-items: flex-end;
}

._f18 {
  font-size: 1.8rem;
}

._f20 {
  font-size: 2rem;
}

._textc {
  text-align: center !important;
}

._textl {
  text-align: left !important;
}

._textr {
  text-align: right !important;
}

._mb1em {
  margin-bottom: 1em !important;
}

._mb30 {
  margin-bottom: 30px !important;
}

._mb60 {
  margin-bottom: 60px !important;
}

._mb100 {
  margin-bottom: 100px !important;
}

._font_mer {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

._btn1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 45px;
  border: 2px solid #212121;
  border-radius: 1000px;
  color: inherit !important;
  font-weight: bold;
}
._btn1:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-top: 2px solid #212121;
  border-right: 2px solid #212121;
  position: relative;
  top: 1px;
  margin: 0 12px 0 0;
}

._btn_contact1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 260px;
  height: 45px;
  background: #423d32;
}
._btn_contact1:before {
  content: '';
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  background: url(../images/common/icon_mail1.png) no-repeat center/100%;
}
._btn_contact1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}

._btn_entry1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 260px;
  height: 45px;
  background: #292b33;
}
._btn_entry1:before {
  content: '';
  position: relative;
  top: -2px;
  width: 21px;
  height: 21px;
  margin: 0 12px 0 0;
  background: url(../images/common/icon_figure1.png) no-repeat center/100%;
}
._btn_entry1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}

._icon_gmap {
  display: inline-flex;
  align-items: center;
}
._icon_gmap:before {
  content: '';
  position: relative;
  top: 2px;
  width: 7px;
  height: 10px;
  margin: 0 5px 0 0;
  background: url(../images/common/icon_pin1.svg) no-repeat center/100%;
}

._more {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 65px;
  margin: 20px 10px 0;
  padding: 65px 0 0;
  border: 1px solid #6f6c58;
  border-radius: 100%;
  transition: 0.3s;
}
._more:before, ._more:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1px;
  background: #6f6c58;
  transform: translateX(-50%);
  transition: inherit;
}
._more:after {
  top: 31px;
  left: 36px;
  width: 6px;
  transform: rotate(45deg);
}

.tabs.tabs4 li {
  width: 24.4%;
}

.entry-content ._sup_list {
  display: flex;
  flex-wrap: wrap;
}
.entry-content ._sup_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32.6%;
  padding: 15px 0;
  margin: 0 1.1% 20px 0 !important;
  background: #5b5b5b;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
.entry-content ._sup_list li strong {
  font-size: 1.6rem;
}
.entry-content ._sup_list li:before {
  display: none;
}
.entry-content ._sup_list li:nth-child(3n) {
  margin-right: 0 !important;
}

/* min-width:769px | 769px ~
------------------------------------------------------------------------- */

#header_21 #nav_open {
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    width: 86px;
    height: 100%;
    margin: 0 0 0 10px;
    padding: 50px 0 0;
    background: #fff;
    color: #fff;
    font-size: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    background: #f39800;
    background-image: linear-gradient(120deg, #ffae95 0%, #f39800 100%);
    border-radius: 0;
    transition-duration: 0.2s;
  }

#header_21 #nav_open:hover{
    opacity: 0.8;
}

#header_21 #nav_open span{
    color: #f39800;
    font-size: 0;
}
  #header_21 #nav_open:before {
    content: 'MENU';
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #header_21 #nav_open:after,
  #header_21 #nav_open span:after,
  #header_21 #nav_open span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    padding: 2px 0 0;
    margin: -13px 0 0 -10px;
    background: #fff;
    transition: 0.3s;
  }
  #header_21 #nav_open span:after {
    margin-top: 1px;
  }
  #header_21 #nav_open:after {
    margin-top: -6px;
  }

#header_21.on #nav_open:before {
    content: 'CLOSE';
  }
  #header_21.on #nav_open:after {
    opacity: 0;
  }
  #header_21.on #nav_open span:before,
  #header_21.on #nav_open span:after {
    margin-top: -10%;
    transform: rotate(45deg);
  }
  #header_21.on #nav_open span:after {
    transform: rotate(-45deg);
  }
  #header_21.on #nav_wrap {
    opacity: 1;
    pointer-events: all;
      
  }


.nav_overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 998;
    pointer-events: none;
    transition-duration: 0.2s;
}


.nav_overlay.on{
    pointer-events: auto;
    opacity: 0.6;
}
#header_21 #nav_wrap {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: calc(100vh - 85px);
    overflow: auto;
   background: #f2f2f2;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    width: 350px;
  }
  #header_21 #nav_wrap .nav1 {
    margin: 0;
  }
  #header_21 #nav_wrap .nav1 > li {
    border-bottom: 1px solid #ccc;
    background: #f2f2f2;
  }
  #header_21 #nav_wrap .nav1 > li > a {
    display: block;
    position: relative;
    padding: 10px 10px 10px 46px;
    font-size: 1.6rem;
  }
  #header_21 #nav_wrap .nav1 > li > a.nav-slide:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 14px;
    height: 14px;
    border: 1px solid #212121;
    transform: translateY(-50%);
  }
  #header_21 #nav_wrap .nav1 > li > a span {
    font-weight: bold;
  }
  #header_21 #nav_wrap .nav1 > li >  a.nav-slide span:before, #header_21 #nav_wrap .nav1 > li >  a.nav-slide span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 23px;
    width: 8px;
    height: 1px;
    margin: -0.5px 0 0;
    background: #212121;
  }
  #header_21 #nav_wrap .nav1 > li > a span:after {
    transform: rotate(90deg);
  }
  #header_21 #nav_wrap .nav1 > li ul {
    display: none;
    margin: 0;
    padding: 0 10px 15px 50px;
  }
  #header_21 #nav_wrap .nav1 > li ul a {
    display: flex;
    padding: 5px;
    font-size: 1.4rem;
  }
  #header_21 #nav_wrap .nav1 > li ul a:before {
    content: '>';
    margin: 0 3px 0 0;
  }
  #header_21 #nav_wrap .nav1 > li.on > a span:after {
    display: none;
  }
 

@media screen and (min-width: 769px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  ._sp {
    display: none !important;
  }

  #wrapper {
    min-width: 1200px;
  }

  ._wrap1,
  ._pc_wrap1 {
    width: 1080px;
    margin: 0 auto;
  }

  ._hov1 {
    transition: 0.3s;
  }
  ._hov1:hover {
    opacity: 0.7;
  }

  ._hov_wrap1 a {
    transition: 0.3s;
  }
  ._hov_wrap1 a:hover {
    opacity: 0.7;
  }

  ._sns a:hover:after {
    opacity: 0.1;
  }

  ._btn_contact1:hover:after,
  ._btn_entry1:hover:after {
    opacity: 0.1;
  }

  ._more:hover {
    border-color: #999577;
    box-shadow: 0 0 18px #000;
  }
  ._more:hover:before, ._more:hover:after {
    background: #999577;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:769px | 769px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:768px | ~ 768px
------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  ._pc {
    display: none !important;
  }

  ._wrap1 {
    padding: 0 5.33333vw;
  }

  ._sns {
    margin: 0 7px;
  }
  ._sns a {
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    width: 9.33333vw;
    padding: 9.33333vw 0 0;
    border-radius: 100%;
    background: rgba(199, 202, 209, 0.1);
    background-image: url(../images/common/sns_instagram1.svg);
    background-repeat: no-repeat;
    background-size: 4vw;
    background-position: center;
  }

  ._facebook a {
    background-image: url(../images/common/sns_facebook1.svg);
    background-size: 1.86667vw;
  }

  .scroll_func {
    transform: translateY(20vw);
  }
  .scroll_func.scroll_on {
    transform: translateY(0);
  }

  .scroll_func_y0 {
    transform: translateY(0);
  }
  .scroll_func_y0.scroll_on {
    transform: translateY(0);
  }

  ._btn1 {
    padding: 10px 35px;
    font-size: 1.6rem;
  }

  ._btn_contact1 {
    width: 100%;
    min-width: 38.66667vw;
    height: 10.66667vw;
    font-size: 3.46667vw;
  }
  ._btn_contact1:before {
    top: -0.26667vw;
    width: 4vw;
    height: 4vw;
    margin: 0 2.4vw 0 0;
  }

  ._btn_entry1 {
    width: 100%;
    min-width: 38.66667vw;
    font-size: 3.46667vw;
  }
  ._btn_entry1:before {
    top: -0.26667vw;
    width: 4vw;
    height: 4vw;
    margin: 0 2.4vw 0 0;
  }

  ._more {
    width: 10.66667vw;
    margin: 2.66667vw 0 0;
    padding: 10.66667vw 0 0;
  }
  ._more:before, ._more:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.66667vw;
    height: 1px;
    background: #6f6c58;
    transform: translateX(-50%);
    transition: inherit;
  }
  ._more:after {
    top: 4.93333vw;
    left: 6.13333vw;
    width: 1.06667vw;
    transform: rotate(45deg);
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
@media screen and (min-width: 769px) {
  #header_21 {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #fff;
  }
    

  #header_21 #nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    min-width: 1080px;
    margin: 0 auto;
    padding: 13px 110px 13px 20px;
      box-shadow: 0 3px 5px rgba(0,0,0,.15);
  }
  #header_21 #nav .h_logo {
    margin: 0 auto 0 0;
  }
 
 
  #header_21 #nav .nav1 a {
    display: block;
    font-weight: bold;
  }
  #header_21 #nav .nav1 a span {
    font-weight: bold;
  }
  #header_21 #nav .nav1 a ._pc {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
  }
  #header_21 #nav .nav1 li {
    position: relative;
    padding: 10px 0;
      font-size: 0.em;
  }
  
  #header_21 #nav .nav2 {
    flex-direction: column;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  #header_21 #nav .nav2 a:hover {
    opacity: 0.8;
  }
  
    
  #header_21 #nav .nav2 .nav2_2 {
    width: 100%;
  }
    
    #header_21 #nav .nav-tab-fix {
    flex-direction: column;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
        
    
  }
  #header_21 #nav .nav-tab-fix a {
    display: block;
    position: relative;
    line-height: 1.3;
    padding: 15px 5px 15px 0;
    border-radius: 10px 0 0 10px;
    background: #f39800;
    font-weight: bold;
    text-align: center;
       width: 105px;
      color: #fff;
      font-size: 11px;
      margin: 5px 0;
      border-right: none;
      transform: translateX(5px);
      
  }
    #header_21 #nav .nav-tab-fix a:hover{
        transform: translateX(0px);
       
    }
     #header_21 #nav .nav2_1 a {
    background: #ed7ca2;
    color: #fff;
  }
  #header_21 #nav .nav2_2 a{
    background: #fcee21;
      color: #000;
      
  }
    #header_21 #nav .nav2_3 a {
    background: #4167a6;
    color: #fff;
   
  }
     #header_21 #nav .nav2_4 a {
    background:#0074ff;
    color: #fff;
         
  }
    
     #header_21 #nav .nav2_5 a {
    background: #ac8ffb;
    color: #fff;
         
  }
      #header_21 #nav .nav2_6 a {
    background: #50c183;
    color: #fff;
         
  }
     #header_21 #nav .nav2_7 a {
    background: #3da0db;
    color: #fff;
         
         
  }
    #header_21 #nav .nav-tab-fix a img{
        display: none;
    }

  #header_21 #nav .nav3 {
    margin: 0 20px 0 20px;
  }
    
    #header_21 #nav .nav3 .nav-sns{
        justify-content: center;
    }
    #header_21 #nav .nav-sns{
        display: flex;
    }
  #header_21 #nav .nav-sns li {
    margin: 0 5px;
  }
  #header_21 #nav .nav-sns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 100%;
     background-image: linear-gradient(120deg, #ffae95 0%, #f39800 100%);
  }
  #header_21 #nav .nav-sns .sns1 a {
    padding: 1px 0 0;
  }
  #header_21 #nav .nav-sns .sns2 a {
    padding: 1px 0 0;
  }
  #header_21 #nav .nav-sns .sns3 a {
    padding: 2px 0 0;
  }
  #header_21 #nav .h_search {
    position: relative;
    width: 60px;
    height: 60px;
      margin-left: 20px;
  }
  #header_21 #nav .h_search p {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  #header_21 #nav .h_search p input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: 0.3s;
    cursor: pointer;
  }
  #header_21 #nav .h_search p button {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 56px;
    height: 56px;
    background: #fff;
    transition: 0.3s;
    pointer-events: none;
text-align:center;
  }
  #header_21 #nav .h_search p button img {
    position: relative;
    top: -2px;
  }
  #header_21 #nav .h_search p button:hover {
    opacity: 0.7;
  }
  #header_21 #nav .h_search.on input {
    width: 500%;
    cursor: auto;
  }
  #header_21 #nav .h_search.on button {
    pointer-events: auto;
  }

  #footer_21 {
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.8);
  }
  #footer_21 ul {
    margin: 0;
  }
  #footer_21 .nav1 {
    display: flex;
    justify-content: center;
    padding: 55px 0 45px;
  }
  #footer_21 .nav1 li {
    margin: 0 25px;
  }
  #footer_21 .nav2 {
    display: flex;
    justify-content: center;
    padding: 60px 0 50px;
    background: #f2f2f2;
  }
  #footer_21 .nav2 > ul {
    width: 180px;
    padding: 0 20px;
    border-right: 1px solid #ccc;
  }
  #footer_21 .nav2 > ul:first-child {
    border-left: 1px solid #ccc;
  }
  #footer_21 .nav2 > ul > li {
    margin: 0 0 25px;
  }
  #footer_21 .nav2 > ul > li:last-child {
    margin: 0;
  }
  #footer_21 .nav2 > ul > li > a {
    letter-spacing: 0.11em;
  }
  #footer_21 .nav2 > ul > li > a span {
    font-weight: bold;
  }
  #footer_21 .nav2 > ul > li ul {
    margin: 5px 0 0;
  }
  #footer_21 .nav2 > ul > li ul li {
    line-height: 1.3;
    margin: 0 0 4px;
    padding: 0 0 0 0.8em;
    text-indent: -0.8em;
  }
  #footer_21 .nav2 > ul > li ul a {
    font-size: 1.3rem;
  }
  #footer_21 .nav2 > ul > li ul a:before {
    content: '>';
    margin: 0 0.2em 0 0;
  }
  #footer_21 .nav3 {
    display: flex;
    justify-content: center;
    padding: 45px 0;
  }
  #footer_21 .nav3 li {
    margin: 0 15px;
  }
  #footer_21 .nav4 {
    display: flex;
    justify-content: center;
    padding: 16px 0;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
  }
  #footer_21 .nav4 li:after {
    content: '｜';
    margin: 0 5px;
  }
  #footer_21 .nav4 li:last-child:after {
    display: none;
  }
  #footer_21 .nav4 a {
    font-size: 1.4rem;
  }
  #footer_21 .nav5 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 22px 0;
  }
  #footer_21 .nav5 .info {
    display: flex;
    align-items: center;
  }
    
    #footer_21 .nav5 .info h2{
        width: 250px;
        margin-right: 15px;
    }
  #footer_21 .nav5 .info .text {
    margin: 0 0 0 20px;
    padding: 0 0 10px;
  }
  #footer_21 .nav5 .info .text p {
    margin: 0 0 25px;
    color: #808080;
    font-size: 1.4rem;
  }
  #footer_21 .nav5 .info .text p:last-child {
    margin: 0;
  }
  #footer_21 .nav5 .copy {
    padding: 0 0 10px;
    color: #808080;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  #header_21 {
    position:fixed;
    z-index: 1000;
    width: 100%;
    background: #fff;
  }
    
    #header_21 #nav .nav-tab-fix {
    display: flex;
        flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translateY(0%);
        width: 100%;
        margin: 0;
        
  }
    
    #header_21 #nav .nav-tab-fix li{
        width: 33.33%;
    }
  #header_21 #nav .nav-tab-fix a {
   display: flex;
      align-items: center;
      justify-content: center;
    position: relative;
    line-height: 1.3;
      height: 100%;
    height: 40px;
    background: #f39800;
    font-weight: bold;
    text-align: center;
     
      color: #fff;
      font-size: 10px;

      border-right: none;
      
  }
     #header_21 #nav .nav2_1 a {
    background: #ed7ca2;
    color: #fff;
  }
  #header_21 #nav .nav2_2 a{
    background: #fcee21;
      color: #000;
      
  }
    #header_21 #nav .nav2_3 a {
    background: #4167a6;
    color: #fff;
   
  }
    #header_21 #nav .nav2_4 a {
    background:#0074ff;;
    color: #fff;
   
  }
    #header_21 #nav .nav2_5 a {
    background: #ac8ffb;
    color: #fff;
         
  }
      #header_21 #nav .nav2_6 a {
    background: #50c183;
    color: #fff;
         
  }
     #header_21 #nav .nav2_7 a {
    background: #3da0db;
    color: #fff;
         
         
  }
   
    #header_21 #nav_open{
        width: 60px;
    }
    #header_21 #nav_open:before{
        bottom: 10px;
    }
  #header_21 #nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
      padding: 10px 75px 10px 12px;
      box-shadow: 0 3px 5px rgba(0,0,0,.15);
  }
  #header_21 #nav .h_logo {
    position: relative;
    width: 160px;
    margin: 0 auto 0 0;
  }
  #header_21 #nav .h_search {
    position: relative;
    width: 40px;
    height: 40px;
  }
  #header_21 #nav .h_search p {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  #header_21 #nav .h_search p input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: 0.3s;
    cursor: pointer;
  }
  #header_21 #nav .h_search p button {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 36px;
    height: 36px;
    padding: 0;
    background: #fff;
    transition: 0.3s;
    pointer-events: none;
text-align:center;
  }
  #header_21 #nav .h_search p button img {
    width: 20px;
  }
  #header_21 #nav .h_search.on input {
    width: 500%;
    cursor: auto;
  }
  #header_21 #nav .h_search.on button {
    pointer-events: auto;
  }
    #header_21 #nav_wrap{
        width: 300px;
        height: calc(100dvh - 59px);
    }
  
  #header_21 #nav_wrap .nav2 {
    display: flex;
    justify-content: space-between;
      flex-wrap:wrap; 
    margin: 10px 10px;
  }
  #header_21 #nav_wrap .nav2 li {
    width: 48.5%;
  }
    
    
  #header_21 #nav_wrap .nav2 a {
    display: block;
    position: relative;
    padding: 55px 0 15px;
    border-radius: 5px;
    background: #fcee21;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
  }
  #header_21 #nav_wrap .nav2 a img {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #header_21 #nav_wrap .nav2 .nav2_1 a {
    background: #ed7ca2;
    color: #fff;
  }
  #header_21 #nav_wrap .nav2 .nav2_1 a img {
    bottom: 47px;
  }
     #header_21 #nav_wrap .nav2 .nav2_3 a {
    background: #4167a6;
    color: #fff;
        
  }
  #header_21 #nav_wrap .nav2 .nav2_3 a img {
   width: 30px;
  }
    
     #header_21 #nav_wrap .nav2 .nav2_4 a {
    background: -webkit-linear-gradient(-80deg, #aff2fd, #82aafb);
         padding: 27.3px 0 27.3px;
         line-height: 1.4;
         color: #fff;
        
  }
     #header_21 #nav_wrap .nav2 .nav2_5 a {
background: #50c082;
         color: #fff;
         padding: 27.3px 0 27.3px;
         line-height: 1.4;
         display: block;
        
  }
    #header_21 #nav_wrap .nav2 .nav2_6 a {
        
         color: #fff;
         padding: 27.3px 0 27.3px;
         line-height: 1.4;
         display: block;
        
  }
     #header_21 #nav_wrap .nav2 .nav2_7 a {
         background: #3da0db;
         color: #fff;
         padding: 27.3px 0 27.3px;
         line-height: 1.4;
         display: block;
        
  }
  #header_21 #nav_wrap .nav3 {
    margin: 30px 0 30px;
  }
  #header_21 #nav_wrap .nav3 .hd {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
  #header_21 #nav_wrap .nav3 .hd:before, #header_21 #nav_wrap .nav3 .hd:after {
    content: '';
    position: relative;
    top: 2px;
    width: 1px;
    height: 14px;
    margin: 0 16px;
    background: #212121;
    transform: rotate(-40deg);
  }
  #header_21 #nav_wrap .nav3 .hd:after {
    right: 2px;
    transform: rotate(40deg);
  }
  #header_21 #nav_wrap .nav3 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  #header_21 #nav_wrap .nav3 li {
    margin: 0 5px;
  }
  #header_21 #nav_wrap .nav3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 100%;
     background-image: linear-gradient(120deg, #ffae95 0%, #f39800 100%);
  }
  #header_21 #nav_wrap .nav3 .sns1 a {
    padding: 1px 0 0;
  }
  #header_21 #nav_wrap .nav3 .sns2 a {
    padding: 1px 0 0;
  }
  #header_21 #nav_wrap .nav3 .sns3 a {
    padding: 2px 0 0;
  }
  #header_21 #nav_wrap .nav3 .sns4 a {
    padding: 0 0 0 1px;
  }
  
  #footer_21 {
    box-shadow: 0 0 6px rgba(204, 204, 204, 0.66);
  }
  #footer_21 ul {
    margin: 0;
  }
  #footer_21 .nav1 {
    padding: 35px 35px 15px;
  }
  #footer_21 .nav1 li {
    margin: 0 0 20px;
  }
  #footer_21 .nav1 li img {
    width: 100%;
  }
  #footer_21 .nav2 {
    margin: 0;
  }
  #footer_21 .nav2 > ul > li {
    border-bottom: 1px solid #ccc;
    background: #f2f2f2;
  }
  #footer_21 .nav2 > ul > li > a {
    display: block;
    position: relative;
    padding: 10px 10px 10px 46px;
    font-size: 1.6rem;
  }
  #footer_21 .nav2 > ul > li > a span {
    font-weight: bold;
  }
  #footer_21 .nav2 > ul > li ul {
    display: none;
    margin: 0;
    padding: 0 10px 15px 50px;
  }
  #footer_21 .nav2 > ul > li ul a {
    display: flex;
    padding: 5px;
    font-size: 1.4rem;
  }
  #footer_21 .nav2 > ul > li ul a:before {
    content: '>';
    margin: 0 3px 0 0;
  }
  #footer_21 .nav2 > ul > li.nest > a.nav-slide:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 14px;
    height: 14px;
    border: 1px solid #212121;
    transform: translateY(-50%);
  }
  #footer_21 .nav2 > ul > li.nest > a.nav-slide span:before, #footer_21 .nav2 > ul > li.nest > a.nav-slide span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 23px;
    width: 8px;
    height: 1px;
    margin: -0.5px 0 0;
    background: #212121;
  }
  #footer_21 .nav2 > ul > li.nest > a.nav-slide span:after {
    transform: rotate(90deg);
  }
  #footer_21 .nav2 > ul > li.on > a.nav-slide span:after {
    display: none;
  }
 
  #footer_21 .nav3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 35px 5px 15px;
  }
  #footer_21 .nav3 li {
    width: 160px;
    margin: 0 7px 15px;
  }
  #footer_21 .nav4 {
    display: flex;
    justify-content: center;
    margin: 0 15px;
    padding: 15px 0;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
  }
  #footer_21 .nav4 li {
    font-size: 1rem;
  }
  #footer_21 .nav4 li:after {
    content: '｜';
    margin: 0 3px;
  }
  #footer_21 .nav4 li:last-child:after {
    display: none;
  }
  #footer_21 .nav5 {
    padding: 35px 0 100px;
  }
  #footer_21 .nav5 h2 {
    margin: 0 0 10px;
    text-align: center;
  }
  #footer_21 .nav5 h2 img {
    width: 170px;
  }
  #footer_21 .nav5 .text p {
    margin: 0 0 10px;
    color: #808080;
    font-size: 1.3rem;
    text-align: center;
  }
  #footer_21 .nav5 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
  }
  #footer_21 .nav5 ul li {
    margin: 0 5px;
  }
  #footer_21 .nav5 ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 100%;
     background-image: linear-gradient(120deg, #ffae95 0%, #f39800 100%);
  }
  #footer_21 .nav5 ul .sns1 a {
    padding: 1px 0 0;
  }
  #footer_21 .nav5 ul .sns2 a {
    padding: 1px 0 0;
  }
  #footer_21 .nav5 ul .sns3 a {
    padding: 2px 0 0;
  }
  #footer_21 .nav5 ul .sns4 a {
    padding: 0 0 0 1px;
  }
  #footer_21 .nav5 .copy {
    color: #808080;
    font-size: 1rem;
    text-align: center;
  }
}
