@charset "UTF-8";
.sp {
  display: block;
  position: relative;
}

.pc {
  display: none;
}

.fmin {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
}

.fgo {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

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

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

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

html {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 62.5%;
  margin: 0;
  color: #010101;
}

body {
  position: relative;
  font-size: 1.4em;
  line-height: 0;
  line-height: 1.7;
}

h2 {
  font-size: 3.2rem;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  z-index: 100;
  padding: 24px 0;
  line-height: 1.2;
}

h2::after {
  content: '';
  position: absolute;
  width: 2em;
  height: 4px;
  background-color: #2abcb0;
  margin: auto;
  bottom: -5px;
  left: 0;
  right: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: .5;
}

img {
  vertical-align: bottom;
}

p + p {
  margin-top: 1em;
}

ul.list, ol.list {
  margin-left: 20px;
}

ul.list {
  list-style-type: disc;
}

ol.list {
  list-style-type: decimal;
}

table.table {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  margin-top: 20px;
  margin-bottom: 20px;
}

table.table th, table.table td {
  padding: 12px 10px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: block;
}

table.table th {
  vertical-align: middle;
  background-color: #eefaf9;
  font-weight: normal;
}

table.table td.th2 {
  background-color: #f6f6f6;
}

section.soufulink {
  padding: 50px 0;
  background-color: #f3f3f3;
  margin-bottom: 0;
}

section.soufulink h3 {
  text-align: center;
  font-size: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 34px;
}

section.soufulink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.soufulink ul li + li {
  margin-top: 16px;
}

section.soufulink ul li {
  padding: 14px 14px 0;
  border: 1px solid #a5a5a5;
  background-color: #fff;
}

section.soufulink ul li a {
  display: block;
  text-decoration: none;
  color: #4f4f4f;
}

section.soufulink ul li p {
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4em;
  margin-bottom: 0;
  text-align: center;
}

section.soufulink ul li p span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
}

footer {
  border-top: 12px solid #d7f6f4;
  color: #4f4f4f;
  background-color: #f6f6f6;
  text-align: center;
  position: relative;
}

footer a {
  color: #4f4f4f;
}

footer p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}

footer p.address {
  font-size: 1.3rem;
  font-weight: normal;
}

footer .inner {
  padding: 50px 0;
}

footer .copyright {
  padding: 1.5em 0;
  border-top: 1px solid #2abcb0;
  background-color: #fff;
}

header {
  border-bottom: 12px solid #d7f6f4;
  text-align: center;
  padding: 28px 0;
}

header h1 {
  text-align: left;
  height: 30px;
  padding-left: 20px;
}

header h1 img {
  width: auto;
  height: 30px;
}

header .spnavi_trigger,
header .spnavi_trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .spnavi_trigger {
  position: fixed;
  width: 58px;
  height: 58px;
  top: 10px;
  right: 10px;
  z-index: 3000;
  background-color: #009847;
  border-radius: 5px;
}

header .spnavi_trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 3px;
  background-color: #fff;
}

header .spnavi_trigger span:nth-of-type(1) {
  top: 16px;
}

header .spnavi_trigger span:nth-of-type(2) {
  top: 27px;
}

header .spnavi_trigger span:nth-of-type(3) {
  bottom: 16px;
}

header .spnavi_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  -ms-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

header .spnavi_trigger.active span:nth-of-type(2) {
  opacity: 0;
}

header .spnavi_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  -ms-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

header nav.gnav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2000;
}

header nav.gnav.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

header nav.gnav h1 {
  padding: 28px 0;
  text-align: left;
  height: 30px;
  padding-left: 20px;
}

header nav.gnav h1 img {
  width: auto;
  height: 30px;
}

header nav.gnav ul {
  font-size: 1.6rem;
  margin-top: 28px;
  background-color: #009847;
}

header nav.gnav ul li {
  position: relative;
}

header nav.gnav ul li.bd {
  padding: 10px 0;
  background-color: #fff;
}

header nav.gnav ul li a {
  padding: 10px 0;
  color: #fff;
  display: block;
  text-align: center;
  border-top: 1px solid #fff;
  font-weight: normal;
}

header nav.gnav .sp ul {
  margin-top: 0;
}

header nav.gnav .sp ul li a {
  position: relative;
}

header nav.gnav .sp ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  background-image: url(../img/common/icon_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

section {
  margin: 80px 0;
  position: relative;
}

section .inner {
  padding: 0 5vw;
  position: relative;
}

section .box {
  position: relative;
  background-color: #e7f9f8;
  margin-left: -5vw;
  margin-right: -5vw;
  padding: 56px 5vw;
}

section .btnlink + .btnlink {
  margin-top: 16px;
}

section .btnlink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  max-width: 385px;
  border: 1px solid #d7d7d7;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  color: #4f4f4f;
  background-color: #fff;
  text-decoration: none;
}

section .btnlink a::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 30px solid transparent;
  border-right: 34px solid #2abcb0;
  position: absolute;
  z-index: 100;
}

section .btnlink .pict_pdf {
  position: relative;
}

section .btnlink .pict_pdf::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 18px;
  height: 20px;
  margin-left: 10px;
  top: 0;
  bottom: 0;
  background-image: url(../../img/pict_pdf_k.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

section .tel a {
  color: #010101;
}

section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section h2 {
  margin-bottom: 50px;
}

section.mv {
  margin: 0;
}

section.title {
  background-color: #d7f6f4;
  font-size: 3.2rem;
  margin: 0;
  padding: 30px 0 42px;
  text-align: center;
}

section.aisatsu {
  margin-top: 0;
}

section.aisatsu .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.aisatsu .person .ph {
  width: 60%;
  margin: 24px auto;
  position: relative;
}

section.aisatsu .person .ph::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e7f9f8;
  margin: auto;
  z-index: -10;
}

section.aisatsu .person .ph img {
  position: relative;
}

section.aisatsu .person .txt {
  margin: 24px 0;
}

section.aisatsu .person .txt p + p {
  margin-top: 1em;
}

section.aisatsu .person:nth-of-type(1) .ph::after {
  top: -26px;
  left: -82px;
}

section.rinen ol {
  font-weight: bold;
}

section.toiawase {
  text-align: center;
}

section.toiawase h3,
section.toiawase .tel {
  font-size: 1.6rem;
  font-weight: bold;
}

section.toiawase p {
  margin-bottom: 1em;
}

section.gaiyo {
  margin-top: 0;
}

section.gaiyo .txt {
  margin-top: 26px;
}

section.tokucho {
  margin-bottom: 0;
}

section.tokucho h2 {
  margin-bottom: 0;
}

section.tokucho h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

section.tokucho .box {
  padding: 8vw 5vw;
}

section.tokucho .flex > div {
  background-color: #fff;
  padding: 32px 30px;
}

section.tokucho .flex > div + div {
  margin-top: 26px;
}

section.staff {
  margin-top: 0;
}

section.staff .flex .txt {
  margin-top: 26px;
}

section.goriyo {
  margin-top: 0;
  margin-bottom: 0;
}

section.goriyo h2 {
  margin-bottom: 0;
}

section.goriyo h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1em;
}

section.goriyo .txt {
  margin-top: 26px;
}

section.ryokin {
  margin-top: 0;
}

section.ryokin h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 12px;
}

section.ryokin table.table {
  margin: 0;
}

section.ryokin .flex > div {
  margin-top: 26px;
}

section.faq h2 {
  margin-bottom: 0;
}

section.faq .box dl + dl {
  margin-top: 20px;
}

section.faq .box dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  padding-left: 40px;
}

section.faq .box dl dt::before {
  content: "Q.";
  font-family: "lato";
  font-size: 3.2rem;
  color: #ec88b4;
  margin-left: -40px;
  margin-right: 10px;
}

section.faq .box dl dd {
  padding-left: 40px;
}

section.faq .box dl dd::before {
  content: "A.";
  font-family: "lato";
  font-size: 3.2rem;
  color: #009847;
  margin-left: -40px;
  margin-right: 10px;
}

section.saiyoph {
  margin-top: 0;
}

section.lead {
  color: #3c3c3c;
}

section.lead .leadbox {
  text-align: center;
}

section.lead .leadbox p.leadcopy, section.lead .leadbox p.leadtxt {
  margin: 0 auto;
}

section.lead .leadbox p.leadcopy {
  font-size: 3rem;
  line-height: 1.4;
  padding-bottom: 40px;
}

section.lead .leadbox p.leadtxt {
  font-size: 1.4rem;
}

section.lead .leadbox2 {
  margin-top: 60px;
  text-align: center;
}

section.lead .leadbox2 p.leadcopy {
  font-size: 3rem;
  line-height: 1.4;
  padding-bottom: 40px;
}

section.lead .leadbox2 dl {
  font-size: 2.4rem;
  text-align: left;
}

section.lead .leadbox2 dl dt {
  margin-bottom: 26px;
  text-align: center;
}

section.message {
  color: #3c3c3c;
  counter-reset: num;
}

section.message .messagebox {
  position: relative;
  margin: 0 -5vw;
  padding: 54px 5% 40px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

section.message .messagebox + .messagebox {
  margin-top: 64px;
}

section.message .messagebox::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: -35px;
  left: 10px;
  font-size: 6.5rem;
  font-family: 'Oswald';
  line-height: 1;
  color: #2abcb0;
}

section.message .messagebox::after {
  content: "chapter";
  position: absolute;
  top: -2.8rem;
  left: 8rem;
  font-family: 'Oswald';
  font-size: 1.6rem;
  color: #2abcb0;
}

section.message .messagebox p.messagecopy {
  font-size: 2.8rem;
  line-height: 1.4;
}

section.yoko h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 13px 0;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 18px;
  background-color: #2abcb0;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
    position: relative;
  }
  section.soufulink {
    padding: 50px 0 80px;
  }
  section.soufulink ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section.soufulink ul li {
    width: 270px;
    margin: 0 12px;
    border: none;
  }
  section.soufulink ul li + li {
    margin-top: 0;
  }
  section.soufulink ul li p {
    height: 6em;
  }
  footer .inner {
    position: relative;
    width: 1032px;
    margin: 0 auto;
  }
  footer .pagetop {
    position: absolute;
    margin: auto;
    width: 140px;
    height: 44px;
    top: -50px;
    right: 0;
  }
  footer .pagetop a {
    width: 140px;
    height: 44px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    background-color: #2abcb0;
    position: relative;
    display: block;
    padding-top: 20px;
  }
  footer .pagetop::before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 10px;
    margin: auto;
    top: 6px;
    left: 0;
    right: 0;
    background-image: url(../img/common/pict_pagetop_w.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
  }
  header {
    padding-top: 27px;
    padding-bottom: 25px;
  }
  header .inner {
    position: relative;
    max-width: 1032px;
    margin: 0 auto;
  }
  header h1 {
    text-align: center;
    margin-bottom: 46px;
  }
  header h1 img {
    width: 376px;
    height: auto;
  }
  header nav.gnav {
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
    z-index: auto;
  }
  header nav.gnav.hide {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  header nav.gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.7rem;
    margin-top: 0;
    background-color: #fff;
  }
  header nav.gnav ul li + li::before {
    content: "";
    border-left: 1px solid #4c4c4c;
  }
  header nav.gnav ul li a {
    padding: 0 3em;
    color: #4c4c4c;
    display: inline;
    border-top: none;
  }
  section {
    margin: 80px 0;
  }
  section .inner {
    max-width: 1032px;
    margin: 0 auto;
    padding: 0;
  }
  section .box {
    border: 1px solid #bbb;
    border-radius: 10px;
    margin: 0;
    padding: 70px 80px;
  }
  section table.table {
    border: 1px solid #e6e6e6;
  }
  section table.table th, section table.table td {
    border: 1px solid #e6e6e6;
    display: table-cell;
  }
  section table.table td.th2 {
    background-color: #fff;
  }
  section .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  section.mv img {
    width: 100%;
  }
  section.aisatsu {
    margin-top: 80px;
  }
  section.aisatsu .person {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 120px;
  }
  section.aisatsu .person .ph {
    width: 252px;
    margin: 0 0 0 auto;
    padding: 0;
  }
  section.aisatsu .person .ph img {
    width: 100%;
  }
  section.aisatsu .person .txt {
    width: 50%;
    margin: 0;
    padding: 0 56px;
  }
  section.aisatsu .person:nth-of-type(1) .ph::after {
    top: -32px;
    left: -98px;
  }
  section.rinen h2 {
    margin-bottom: 0;
    border-bottom: none;
  }
  section.rinen .box {
    padding-left: 380px;
  }
  section.rinen ol {
    font-size: 1.8rem;
  }
  section.toiawase img {
    margin-top: 80px;
    width: 450px;
  }
  section.gaiyo {
    margin-top: 80px;
  }
  section.gaiyo .flex {
    max-width: 750px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  section.gaiyo .ph {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 360px;
  }
  section.gaiyo .txt {
    width: 360px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
  }
  section.tokucho {
    margin-bottom: 80px;
  }
  section.tokucho h2 {
    border-bottom: none;
  }
  section.tokucho h3 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  section.tokucho .box {
    padding: 70px 80px;
  }
  section.tokucho .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  section.tokucho .flex > div {
    width: 425px;
    background-color: #fff;
    padding: 45px 40px;
  }
  section.tokucho .flex > div + div {
    margin-top: 0;
  }
  section.tokucho .flex > div:nth-of-type(1) h3 {
    margin-bottom: 50px;
  }
  section.staff {
    margin-top: 0;
  }
  section.staff .flex {
    max-width: 750px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  section.staff .flex .ph {
    width: 360px;
  }
  section.staff .flex .txt {
    width: 360px;
    margin-top: 0;
  }
  section.goriyo {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  section.goriyo h2 {
    border-bottom: none;
  }
  section.goriyo .ph {
    width: 326px;
    margin-right: 28px;
  }
  section.goriyo .txt {
    margin-top: 1em;
    width: 470px;
  }
  section.ryokin {
    margin-top: 80px;
  }
  section.ryokin .inner {
    max-width: 870px;
    margin: 0 auto;
  }
  section.ryokin table.table {
    margin: 0;
  }
  section.ryokin .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  section.ryokin .flex > div {
    margin: 20px 0;
    width: 49%;
  }
  section.faq h2 {
    border-bottom: none;
  }
  section.lead .leadbox p.leadcopy, section.lead .leadbox p.leadtxt {
    margin: 0 auto;
  }
  section.lead .leadbox p.leadtxt {
    width: 306px;
    margin: 0 auto;
  }
  section.lead .leadbox2 dl {
    width: 390px;
    margin: 0 auto;
  }
  section.message {
    margin-top: 110px;
  }
  section.message .inner {
    max-width: 1098px;
    margin: 0 auto;
  }
  section.message .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  section.message .messagebox {
    margin: 0;
    width: 530px;
    padding: 54px 54px 64px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
  }
  section.message .messagebox + .messagebox {
    margin-top: 0;
  }
  section.yoko h3 {
    max-width: 824px;
    margin: 0 auto 32px;
  }
  section.yoko table.table {
    width: 824px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=common.css.map */