@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: "游明朝", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.header {
  height: 50px;
  width: 100%;
  background-color: #FFFFFF;
	position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.header-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 0;
}
.header h1 {
  text-align: left;
  padding: 5px 24px;
}
.header h1 img {
  height: 40px;
	vertical-align: bottom;
}
.header-navigation {
  position: fixed;
  left: -100%;
  top: 0;
  transition: all .8s;
  background-color: #edccd3;
  background-color: rgba(237, 204, 211, 0.80);
  width: 100%;
  height: 100vh;
  padding-top: 55px;
  line-height: 3.6rem;
}
.header-navigation.active {
  left: 0;
}
/* ===============
  This hamburger button was generated by Zarigani Design Office Hamburger Button Generator.

  Zarigani Design Office's Hamburger Button
  Copyright: 2019 Zarigani Design Office
  URL: https://zarigani-design-office.com/hamburger/
  This software is released under the MIT License.
  http://opensource.org/licenses/mit-license.php
  ================*/
/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}
.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 20px;
  height: 15px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}
.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 20px;
  height: 1px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}
.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}
.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}
.zdo_drawer_button.active .zdo_drawer_bar {
  width: 21.21px;
  left: 2.5px
}
.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981633974483rad) translateY(-50%);
  top: 0px
}
.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}
.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981633974483rad) translateY(-50%);
  top: calc(100% - 0px)
}
.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}
.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}
.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}
.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}
/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #FFFFFF;
}
.zdo_drawer_button .zdo_drawer_bar {
  background-color: #333333;
}
.header-navigation ul li a {
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
  display: block;
  color: #333333;
  font-weight: 600;
  text-align: left;
  padding-left: 50px;
	margin: 0;
}
@media(min-width:1160px) {
  .header {
    height: 80px;
  }
  .header-content-wrapper {
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
  }
  .header h1 {
    padding: 0px 80px;
  }
  .header-navigation {
    display: block;
    text-align: right;
    width: 850px;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    padding-top: 0;
    background-color: unset;
	height: auto;  
	}
  .header-navigation ul {
    display: flex;
    justify-content: space-between;
  }
  .header-navigation ul li a {
    display: block;
    padding: 0px 10px 0;
    color: #333333;
    text-decoration: none;
    font-size: 1.8rem;
    border-bottom: none;
  }
  .header-navigation li .header-counseling {
    font-size: 1.8rem;
    font-weight: 600;
    color: #FFFFFF;
    padding: 20px 20px;
    background-color: #e98eae;
    border-radius: 50px;
    margin-top: -11px;
	  line-height: 1;
  }
  .zdo_drawer_button {
    display: none;
  }
}
.footer {
  height: 150px;
  width: 100%;
  background-color: #edccd3;
  position: relative;
}
.footer_copy {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}