
.flex_box {
  display: flex;
}
.w1200 {
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}
.display_pc {
  display: block;
}
.display_sp {
  display: none;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.fadeInTrigger {
  opacity: 0;
}
/*ヘッダー部分*/
#fix_menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  background: #fff;
  z-index: 999;
}
#fix_menu:before {
  content: "";
  display: block;
  width: 100vw;
  height: 28px;
  background-color: #C4E618;
  position: absolute;
  top: 0;
  z-index: -1;
}
.address_wrap span {
  display: inline-block;
  font-size: 14px;
  width: 35%;
  padding: 2.75px 0;
  color: #595959;
}
#fix_menu address {
  box-sizing: border-box;
  text-align: right;
  font-size: 14px;
  width: 100%;
  padding: 2.75px 0;
  color: #595959;
}
.header_menu {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding-left: 145px;
  height: 52px;
  box-sizing: border-box;
}
.logo {
  position: absolute;
  top: 6px;
  left: 0;
}
 #NavWrap {
    min-width: 347px;
  }
.header_menu ul {
  line-height: 52px;
  white-space: nowrap;
}
.header_menu ul li a {
  font-family: 'helvetica-bold', 'yugothib';
}
.header_menu_list li a {
  display: block;
  position: relative;
  padding: 0 25px;
}
.header_menu_list li a span {
  position: relative;
}
.header_menu_list li a span:before {
  content: "";
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  background: #E61270;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all .2s;
}
.header_menu_list li a:hover {
  opacity: 1;
}
.header_menu_list li a:hover span:before {
  transform: scale(1, 1);
}
.header_contact {
  align-items: center;
}
.header_contact li:first-child {
  margin-right: 35px;
  padding-left: 30px;
}
.header_contact li a {
  display: block;
  position: relative;
}
.header_contact li a:hover {
  opacity: 1;
}
.header_contact li a span {
  position: relative;
}
.header_contact li:first-of-type a span {
  padding-left: 25px;
}
.header_contact li:first-child a span::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  content: "";
  background: url("../img/tel_icon.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.header_contact li:last-child a {
  background: #E61270;
  color: #fff;
  padding: 4px 40px 4px 50px;
  line-height: normal;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all .2s;
}
.header_contact li:last-child a:hover {
  background-color: #595959;
  opacity: 1;
}
.header_contact li:last-child a span::before {
  position: absolute;
  top: 55%;
  left: -27px;
  transform: translateY(-50%);
  content: "";
  background: url("../img/mail.svg") no-repeat;
  width: 16px;
  height: 16px;
}
#switch {
  display: none;
}
.null {
  position: relative;
  top: -100px;
}
.null02 {
  position: relative;
  top: -200px;
}
/*フッター部分*/
.page main {
  border-bottom: solid 1px #C9C9C9;
}
.footer {
  background: #F6F7F8;
  padding: 75px 0 20px 0;
}
.footer .w1200 {
  position: relative;
}
.footer .footer_area01 {
  margin-right: 23%;
  
}
.footer .footer_logo {
  margin-bottom: 30px;
}
.footer .footer_area01 .address_area {
  margin-bottom: 20px;
}
.footer .footer_area01 .fax_area {
  margin-bottom: 24px;
}
.footer .footer_area01 .insta_area {
  width: 20px;
  height: 20px;
}
.footer .footer_area01 .insta_area a {
  display: block;
  line-height: 1;
}
.footer .footer_area01 .insta_area a img {
  width: 100%;
  height: auto;
}
.footer .footer_area02 {
  margin-right: 6%;
}
.footer .footer_area02 li {
  margin-bottom: 25px;
}
.footer .footer_area02 li ul {
  margin-top: 12px;
}
.footer .footer_area02 li ul li {
  margin-bottom: 12px;
}
.footer .footer_area02 li a span, .footer .footer_area03 li a span {
  position: relative;
}
.footer .footer_area02 li a span:before, .footer .footer_area03 li a span:before {
  content: "";
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  background: #E61270;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all .2s;
}
.footer .footer_area02 li a:hover, .footer .footer_area03 li a:hover {
  opacity: 1;
}
.footer .footer_area02 li a:hover span:before, .footer .footer_area03 li a:hover span:before {
  transform: scale(1, 1);
}
.footer .footer_area03 li {
  margin-bottom: 25px;
}
.footer .footer_area03 ul {
  margin-top: 12px;
}
.footer .footer_area03 ul li {
  margin-bottom: 12px;
}
.footer .footer_contact_btn a {
  display: inline-block;
  background: #E61270;
  color: #fff;
  padding: 8px 40px 8px 50px;
  line-height: normal;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 15px;
  transition: all .2s;
}
.footer .footer_contact_btn a:hover {
  background: #595959;
  opacity: 1;
}
.footer .footer_contact_btn a span::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  content: "";
  background: url(../img/mail.svg) no-repeat;
  width: 16px;
  height: 16px;
}
.footer .footer_area04 {
  margin-top: 80px;
  align-items: center;
}
.footer .footer_area04 a {
  font-family: 'yugothic-medium';
}
.footer .footer_area04 small {
  font-family: 'yugothic-medium';
  margin-right: 35px;
}
.footer .footer_area04 li:first-child {
  margin-right: 45px;
}
.footer .footer_area04 li:nth-child(2) {
  margin-right: 65px;
}
.footer a, .header_menu a {
  font-family: 'helvetica-bold', 'yugothib';
  transition: .1s;
}
.footer a:hover, .header_menu a:hover {
  opacity: 0.4;
}
.footer_association_link {
  width: 186px;
  height: auto;
  margin-top: 30px;
}
.footer_association_link img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}
.page_top_btn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #E61270;
  transition: all .2s;
  z-index: 99;
}
.page_top_btn:hover {
  transform: translateY(-5px);
}
.page_top_btn:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 1230px) {
.w1200 {
  padding: 0 15px;
}
.address_wrap {
  padding: 0 15px;
}
.logo {
  left: 15px;
} 
.header_contact {
  padding-right: 15px;
}
.footer .footer_area01 {
  margin-right: 5%;
}
}
@media screen and (max-width: 1114px) {
 .header_menu ul li a {
  font-size: 14px;
} 
.header_menu_list li a {
  padding: 0 10px;
}
.header_contact li:first-child {
  margin-right: 10px;
  padding-left: 0;
}
}
@media screen and (max-width: 900px) {
.header_menu_list li a {
  padding: 0 8px;
}
.header_contact li:first-child {
  margin-right: 5px;
  padding-left: 0;
}
.header_contact li:first-of-type a span {
  padding-left: 20px;
}
.header_contact li:last-child a {
  padding: 4px 20px 4px 40px;
}
  .header_contact li:last-child a span::before {
    left: -20px;
  }
}
@media screen and (max-width: 785px) {
  main {
  min-width: initial;
}
  .w1200 {
    padding: 0 15px;
  }
  p {
    font-size: 14px;
  }
  .display_pc {
    display: none;
  }
  .display_sp {
    display: block;
  }
  .sp_text_left {
    text-align: left;
  }
  /*ヘッダー部分*/
  #fix_menu {
    height: 60px;
  }
  #fix_menu:before {
  display: none;
}
  #fix_menu .address_wrap {
    display: none;
  }
  #switch ~ label {
    width: 60px;
    height: 60px;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
  }
  #switch ~ label span {
    display: block;
    width: 22px;
    height: 2px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background: #595959;
    position: absolute;
    -webkit-transition: 0.2s transform;
    transition: 0.2s transform;
  }
  #switch ~ label span:before, #switch ~ label span:after {
    content: "";
    display: block;
    background: #595959;
    position: absolute;
    width: 22px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #switch ~ label span:before {
    top: -9px;
  }
  #switch ~ label span:after {
    top: 9px;
  }
  #switch:checked ~ label span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #switch:checked ~ label span:before {
    top: 0;
  }
  #switch:checked ~ label span:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 0;
    margin-top: 0;
  }
  #switch:checked ~ #NavWrap {
    display: block;
    left: 0;
  }
  #NavWrap {
    padding-top: 0;
    position: fixed;
    top: 0;
    left: -200%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.4s;
    padding: 85px 0 0 15px;
    box-sizing: border-box;
  }
	.header_menu_list li a span:before{
		display: none;
	}
  .header_menu {
    height: 60px;
  }
  .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .header_menu_list {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .header_menu_list li {
    width: 50%;
    border-bottom: solid 1px #E61270;
    margin-bottom: 25px;
  }
  .header_menu_list li a {
    padding: 0 10px 10px 10px;
  }
  .header_menu_list li a span {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .header_menu_list li a span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #E61270;
  }
  .header_contact {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .header_menu ul {
    width: 100%;
    line-height: normal;
  }
  .header_contact li {
    width: 50%;
  }
  .header_contact li:first-child {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .header_contact li a {
    width: 100%;
  }
  .logo {
    left: 15px;
    z-index: 999;
  }
  .header_menu address {
    display: none;
  }
  /*フッター部分*/
  .footer {
    padding: 75px 0 60px 0;
  }
  .footer .flex_box {
    flex-direction: column;
  }
  .footer .footer_area01 {
    margin: 0;
  }
  .footer .footer_area02, .footer .footer_area03, .footer .footer_contact_btn a {
    display: none;
  }
  .footer .footer_area04 {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .footer .footer_area04 .flex_box {
    width: 100%;
    flex-direction: row;
    margin-bottom: 15px;
  }
  .footer .footer_area04 a {
    font-size: 12px;
  }
  footer .footer .footer_area04 li:first-child, .footer .footer_area04 li:nth-child(2) {
    margin-right: 15px;
  }
  footer .footer .footer_area04 li {
    margin-right: 15px;
  }
  .footer .footer_area04 small {
    width: 100%;
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .page_top_btn {
    bottom: 70px;
    right: 5px;
    width: 40px;
    height: 40px;
    background-color: #595959;
  }
  .page_top_btn:before {
    width: 8px;
    height: 8px;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (min-width: 785px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}