/*******************************

	Index.html

*******************************/
html {
  scroll-behavior: smooth;
}
header.top, header.p_policy {
  display: block;
  position: relative;
}
header.top_r {
  display: none;
}
header.top h2 {
  position: relative;
  top: -12.8vw;
}
header.top h1, header.p_policy h1 {
  position: relative;
  z-index: 1;
  padding-top: 4.563vw;
}
header.top h1 img, header.p_policy h1 a img {
  width: 16.979vw;
  height: auto;
  margin-left: 4.385vw;
}
.contact_top {
  width: 100%;
  background-color: #8CC63f;
  position: fixed;
  z-index: 999999;
  bottom: 0;
  transition: all 0.7s;
  opacity: 0;
}
.contact_top_r {
  display: none;
}
.contact_top_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-block: 1.042vw;
  margin-inline: auto;
}
.contact_top_flex .contact_top_flex1 {
  width: 29.688vw;
}
.contact_top_flex .contact_top_flex1 p a[href^="tel:"] {
  pointer-events: none;
}
.contact_top_flex .contact_top_flex2 {
  width: 26.563vw;
}
.contact_top .pagetop {
  width: 4.531vw;
  height: auto;
  position: absolute;
  right: 8.552vw;
  bottom: 1.042vw;
}
section.top {
  display: block;
  margin-top: -12.8vw;
}
section.top_r {
  display: none;
}
section.top article.contact {
  position: relative;
}
section.top article.contact p:nth-child(2) {
  width: 43.250vw;
  height: auto;
  position: absolute;
  bottom: 7.813vw;
  left: 50%;
  transform: translateX(-50%);
}
.e_field {
  background: #8CC63F;
}
@media screen and (min-width: 551px) {
  div.form table tr th label span.required, div.form table tr th p span.required {
    font-size: 0.729vw;
  }
  .e_field {
    padding-top: 40px;
    padding-bottom: 140px;
  }
  .e_field img {
    width: 50%;
    margin: auto;
  }
  .office_link_r {
    width: 120px;
    position: fixed;
    right: 8px;
    bottom: 120px;
  }
}
/*------------------------------
	index_responsive
------------------------------*/
@media screen and (max-width:550px) {
  header.top {
    display: none;
  }
  header.top_r {
    position: relative;
    z-index: -2;
  }
  header.top_r h1 {
    position: relative;
    z-index: 1;
    padding-top: 4.563vw;
  }
  header.top_r h1 img {
    width: 30vw;
    height: auto;
    margin-left: auto;
    margin-right: 4.385vw;
  }
  header.top_r h2 {
    position: relative;
    top: -18vw;
  }
  header.top_r {
    display: block;
  }
  .contact_top {
    display: none;
  }
  .contact_top_r {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999999;
  }
  .contact_top_r_flex {
    width: 100%;
    display: flex;
  }
  .contact_top_r_flex1 {
    width: 50%;
  }
  .contact_top_r_flex2 {
    width: 50%;
  }
  section.top {
    display: none;
  }
  section.top_r {
    display: block;
    margin-top: -18vw;
  }
  section.top_r article.contact {
    position: relative;
    z-index: 1;
  }
  section.top_r article.contact p:nth-child(2) {
    width: 80vw;
    height: auto;
    position: absolute;
    bottom: 7.813vw;
    left: 50%;
    transform: translateX(-50%);
  }
  section.top_r article.schedule {
    padding-bottom: 9vw;
  }
  .office_link_r {
    width: 80px;
    position: fixed;
    right: 8px;
    bottom: 80px;
    z-index: 9999;
  }
}
/*******************************

	Privacy_policy.html

*******************************/
header.p_policy {
  display: block;
}
header.p_policy_r {
  display: none;
}
section.privacy_policy {
  width: 67%;
  margin-block: 6.510vw 12vw;
  margin-inline: auto;
}
section article.privacy_policy_h h2 {
  width: 29.688vw;
  margin-inline: auto;
  margin-bottom: 4.5vw;
}
section.privacy_policy article {
  margin-bottom: 4.5vw;
}
section.privacy_policy article h3 {
  color: #00ac7d;
  font-size: 1.563vw;
  margin-bottom: 1.0vw;
}
section.privacy_policy article p, section.privacy_policy article ol li {
  color: #4d4d4d;
  font-size: 1.094vw;
  font-weight: 600;
}
footer.privacy_policy p {
  background-color: #8cc63f;
  padding-block: 4.5vw;
}
footer.privacy_policy p img {
  width: 50%;
  margin-inline: auto;
}
/*------------------------------
	privacy_policy_responsive
------------------------------*/
@media screen and (max-width: 550px) {
  header.p_policy {
    display: none;
  }
  header.p_policy_r {
    display: block;
  }
  header.p_policy_r h1 {
    position: relative;
    z-index: 1;
    padding-top: 4.563vw;
  }
  header.p_policy_r h1 a img {
    width: 30vw;
    height: auto;
    margin-left: auto;
    margin-right: 4.385vw;
  }
  section.privacy_policy {
    width: 92%;
  }
  section article.privacy_policy_h h2 {
    width: 56.688vw;
    margin-bottom: 6.5vw;
  }
  section.privacy_policy article p, section.privacy_policy article ol li {
    font-size: 1.9vw;
  }
  section.privacy_policy article h3 {
    font-size: 2.5vw;
  }
  footer.privacy_policy p img {
    width: 90%;
  }
}
/*******************************

	Contact_form.html

*******************************/
article.contact_r {
  display: none;
}
article.flow {
  display: block;
}
article.flow_r {
  display: none;
}
article.office {
  padding-bottom: 5.208vw;
}
article.office h3 {
  width: 15.667vw;
  margin-block: 8.417vw 5.813vw;
  margin-inline: auto;
}
#tab-box ul {
  width: 85%;
  margin-inline: auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#tab-box ul li {
  width: 15.229vw;
}
#tab-box ul li a img {
  outline: none;
  border: none;
}
#tab-box div {
  display: none;
  width: 80%;
  margin-inline: auto;
  padding: 1.042vw;
}
#tab-box div div {
  display: flex;
  margin-inline: 0;
}
#tab-box div div div:nth-child(2) {
  display: block;
}
#tab-box div div div:nth-child(2) h4 {
  color: #00ac7d;
  font-size: 1.823vw;
}
#tab-box div div div:nth-child(2) h5 {
  color: #f7931e;
  font-size: 1.198vw;
  line-height: 2;
}
#tab-box div div div:nth-child(2) p {
  color: #4d4d4d;
  font-size: 1.094vw;
  font-weight: 600;
}
.br_r {
  display: none;
}
/********************
	Q&A
********************/
.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: transparent;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one {
  width: 85%;
  background-color: #ffffff;
  border: 3px solid #a1d37c;
  margin-bottom: 2.604vw;
  margin-inline: auto;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: transparent;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: transparent;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: transparent;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 4px solid #a1d37c;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 4px solid #a1d37c;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 8px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  box-sizing: border-box;
  background: transparent;
}
.p-faq__headinner .p-faq__q-txt {
  color: #fbb03b;
  font-size: 1.250vw;
  font-weight: 600;
}
.p-faq__bodyinner .p-faq__a-txt {
  color: #4d4d4d;
  font-size: 0.833vw;
  font-weight: 600;
  padding-left: 3.8em;
}
article.faq {
  background-image: url(img/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 4.167vw 5.208vw;
}
article.faq h2 {
  width: 13.021vw;
  margin-inline: auto;
  margin-bottom: 4.167vw;
}
article.contact_form {
  padding-block: 6.771vw 4.167vw;
}
article.contact_form h2 {
  width: 20vw;
  margin-inline: auto;
  margin-bottom: 1.563vw;
}
article.contact_form h2 + p {
  width: 80%;
  color: #f7931e;
  font-size: 0.885vw;
  font-weight: 600;
  line-height: 1.8;
  margin-inline: auto;
}
div.form {
  width: 82%;
  background-image: url(img/background2.jpg);
  background-repeat: repeat;
  background-size: contain;
  padding: 2.604vw;
  margin-top: 2.604vw;
  margin-inline: auto;
  border: 3px solid #a1d37c;
}
div.form table {
  width: 100%;
  border-spacing: 0 1.563vw;
}
div.form table tr th {
  width: 11.979vw;
}
div.form table tr th label, div.form table tr th p {
  color: #00ac7d;
  font-size: 0.885vw;
  font-weight: 600;
  display: flex;
  align-items: center;
}
div.form table tr th label span.required, div.form table tr th p span.required {
  background-color: #fbb03b;
  color: #ffffff;
  margin-left: 0.521vw;
  padding-inline: 0.781vw;
}
div.form table tr td input[type="text"], div.form table tr td select, div.form table tr td textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #a1d37c;
}
div.form table tr td input[type="date"] {
  width: 13.021vw;
  padding: 15px 20px;
  border: 1px solid #a1d37c;
}
div.form table tr td input[type="date"] + select {
  width: 10.417vw;
  margin-inline: 1.563vw 0.781vw;
}
div.form table tr:nth-child(2) td span {
  color: #4d4d4d;
  font-size: 0.885vw;
  font-weight: 600;
}
div.form table tr td input[type="checkbox"] {
  margin-right: 0.521vw;
}
div.form table tr td input[type="checkbox"]:not(:first-child) {
  margin-left: 2.604vw;
}
div.form table tr:nth-child(9) td label {
  color: #4d4d4d;
  font-size: 0.885vw;
  font-weight: 600;
}
div.form p.form_link {
  text-align: center;
  margin-block: 2.604vw 1.563vw;
}
div.form p.form_link a {
  color: #00ac7d;
  font-size: 21px;
  font-weight: 600;
}
div.form button {
  display: block;
  width: 31.250vw;
  margin-inline: auto;
}
/*------------------------------
	contact_form_responsive
------------------------------*/
@media screen and (max-width: 550px) {
  .e_field {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .e_field img {
    width: 80%;
    margin: auto;
  }
  article.contact_r {
    display: block;
    position: relative;
  }
  article.contact_r p:nth-child(2) {
    width: 80vw;
    height: auto;
    position: absolute;
    bottom: 7.813vw;
    left: 50%;
    transform: translateX(-50%);
  }
  article.flow {
    display: none;
  }
  article.flow_r {
    display: block;
  }
  article.office h3 {
    width: 26.5vw;
  }
  #tab-box ul {
    width: 78%;
    flex-wrap: wrap;
    margin-bottom: 10vw;
  }
  #tab-box ul li {
    width: 35vw;
  }
  #tab-box div {
    width: 95%;
  }
  #tab-box div > div {
    width: 100%;
  }
  #tab-box div > div div:first-child p {
    width: 50vw;
  }
  .br_r {
    display: block;
  }
  #tab-box div div div:nth-child(2) h4 {
    font-size: 3.2vw;
  }
  #tab-box div div div:nth-child(2) h5 {
    font-size: 3.2vw;
  }
  #tab-box div div div:nth-child(2) p {
    font-size: 2.2vw;
  }
  article.faq {
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    padding-block: 15vw 8vw;
  }
  article.faq h2 {
    width: 35vw;
    margin-bottom: 10vw;
  }
  .accordion_area .accordion_one .ac_header {
    padding: 1rem 2.5rem 1rem 1rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 1rem;
  }
  .p-faq__headinner .p-faq__q-txt {
    font-size: 3.5vw;
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  .p-faq__bodyinner .p-faq__a-txt {
    font-size: 3.5vw;
    padding-left: 0;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 3px solid #a1d37c;
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 3px solid #a1d37c;
    height: 15px;
    right: 7px
  }
  article.contact_form h2 {
    width: 50vw;
    margin-bottom: 3.2vw;
  }
  article.contact_form h2 + p {
    font-size: 2.885vw;
  }
  div.form table, div.form table tbody, div.form table tr {
    display: block;
    width: 100%;
  }
  div.form table tr th, div.form table tr td {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  div.form table tr th {
    margin-bottom: 2vw;
  }
  div.form table tr th label, div.form table tr th p {
    font-size: 2.885vw !important;
  }
  div.form table tr:not(:first-child) th {
    margin-top: 5vw;
  }
  div.form table tr td input, div.form table tr td select, div.form table tr td textarea {
    font-size: 2.885vw;
  }
  div.form table tr td input[type="text"], div.form table tr td select, div.form table tr td textarea {
    padding: 5px 10px;
  }
  div.form table tr td input[type="date"] {
    width: 30vw;
    padding: 5px 10px;
  }
  div.form table tr td input[type="date"]::-webkit-calendar-picker-indicator {
    font-size: 12px;
  }
  div.form table tr td input[type="date"] + select {
    width: 17.5vw;
  }
  div.form table tr:nth-child(9) td {
    display: flex;
    margin-bottom: 8vw;
  }
  div.form table tr td input[type="checkbox"]:not(:first-child) {
    margin-left: 2.3vw;
  }
  div.form table tr:nth-child(9) td label {
    font-size: 2.885vw;
  }
  div.form p.form_link a {
    font-size: 10px;
  }
  div.form button {
    width: 60vw;
  }
}
.mailto {
  text-align: center;
  margin-top: 15vw;
}
.mailto p {
  line-height: 2;
}
.mailto button {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 2px 10px;
}
.mailto button:hover {
  background-color: #cccccc;
}