@charset "UTF-8";
.sec-accept {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 2000;
}

@media (max-width: 768px) {
  .sec-accept {
    padding: 10px;
    height: 240px;
  }
}

.sec-accept .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 768px) {
  .sec-accept .inner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
}

.sec-accept .inner .close {
  position: absolute;
  right: 0;
  top: -25px;
}

.sec-accept .inner .text {
  color: #fff;
  width: 77.5%;
  margin-right: 2.5%;
}

@media (max-width: 768px) {
  .sec-accept .inner .text {
    font-size: 12px;
    width: auto;
    margin: 0;
    padding-bottom: 10px;
  }
}

.sec-accept .inner .text a {
  text-decoration: underline;
}

.sec-accept .inner .detsils {
  width: 20%;
}

@media (max-width: 768px) {
  .sec-accept .inner .detsils {
    font-size: 12px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .sec-accept .inner .detsils .btn-base__080 a {
    padding: 16px 0;
  }
}

.sec-accept .inner .detsils .btn {
  padding-top: 5px;
  text-align: center;
}

@media (max-width: 768px) {
  .sec-accept .inner .detsils .btn {
    font-size: 12px;
    width: auto;
  }
}

.sec-accept .inner .detsils .btn a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .sec-accept .inner .detsils .btn a {
    padding: 10px 0;
    text-align: left;
  }
}

.btn-base__080 a {
  display: block;
  background-color: #FFFFFF;
  padding: 20px 0 !important;
  font-size: 16px !important;
  color: #05724b !important;
  font-weight: bold;
  border: 1px solid #CCCCCC;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.btn-base__080 a:hover{
  opacity: .8;
}


.mb50 {
  margin-bottom: 50px;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.0rem;
  font-family: 'Noto Sans JP', sans-serif ,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Noto Sans JP","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  position: relative;
  line-height: 1.5;
  width: 100%;
}

.enfonts {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img[src$=".svg"] {
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}

a img {
  -webkit-transition: 1.0s;
  transition: 1.0s;
}

a:hover img {
  opacity: 0.5;
}

#pagetotop {
  width: 60px;
  text-align: center;
  position: relative;
  display: inline-block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}

#pagetotop img {
  width: 100%;
}

.fadeIn {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

.loading figure {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 15px 0;
  font-size: 1.2rem;
}

.loading figure img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.loading figure figcaption {
  text-align: center;
  padding: 15px 0;
  font-size: 1.2rem;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.main {
  display: block;
}

.common__btn {
  position: relative;
}

.common__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 10px;
  top: calc(50% - 5px);
  right: -20px;
  background: url(../images/dist/btn_arrow.svg) no-repeat 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.common__btn:hover::after {
  right: -30px;
}

.common__index-items {
  margin-right: 5vw;
  padding-left: 60px;
  padding-bottom: 60px;
}

.common__index-item {
  margin-bottom: 3rem;
}

.common__index-item .sp {
  display: none;
}

.common__index-item:last-of-type {
  margin-bottom: 0;
}

.common__index-item a {
  min-height: 65px;
  border: 1px solid #05724b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  color: #05724b;
  text-decoration: none;
  text-align: center;
  padding: 1rem;
  position: relative;
}

.common__index-item a::after {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 22px;
  top: calc(50% - 10px);
  right: 30px;
  background: url(../images/dist/btn_arrow02.svg) no-repeat 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.common__index-item a:hover::after {
  right: 20px;
}

.common__index-item.common__index-item--alt a {
  background: #05724b;
  color: #fff;
}
.common__index-item.common__index-item--alt a::after {
  background: url(../images/dist/contact_arrow.svg) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  .common__index-item.common__index-item--alt a::after {background: url(../images/dist/contact_arrow.svg) no-repeat 0 0;}
}

.contact {
  background: #F5F5F5;
  padding: 7rem 0;
}

.contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.contact__items {
  width: 58.33%;
}

.contact__items a {
  width: 100%;
  display: block;
  border: 1px solid #05724b;
  border-radius: 50px;
  text-decoration: none;
  font-size: 2.4rem;
  color: #05724b;
  background: #fff;
  padding: 2rem 0;
  text-align: center;
}

.contact__items a i {
  font-size: 3.2rem;
  margin-right: 0.8rem;
}

.return {
  margin: 10rem 20vw;
}

.return a {
  display: block;
  max-width: 605px;
  text-decoration: none;
  border: 1px solid #05724b;
  border-radius: 50px;
  padding: 2rem 0;
  text-align: center;
  margin: 0 auto;
  font-size: 2.4rem;
  color: #05724b;
  position: relative;
}

.return a::after {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 32px;
  top: calc(50% - 15px);
  right: 30px;
  background: url(../images/dist/btn_arrow02.svg) no-repeat 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.return a:hover::after {
  right: 20px;
}

.footer {
  position: relative;
}

.footer::before {
  content: "";
  width: 50%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.footer::after {
  content: "";
  width: 50%;
  height: 100%;
  background: #408c72;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.footer__address {
  color: #05724b;
  width: 59.58%;
  padding: 2.5% 1.25% 2.5% 0%;
  background: #fff;
}

.footer__address-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__address-item {
  width: 100%;
}

.footer__address-item.logo {
  margin-bottom: 1rem;
}

.footer__address-item.logo img {
  max-width: 276px;
}

.footer__address-item_ttl {
  font-size: 1.6rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #05724b;
}

.footer__address-item_txt {
  font-size: 1.4rem;
}

.footer__links {
  width: 48.33%;
  padding: 2.5% 0% 2.5% 3.75%;
  background: #408c72;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.footer__links-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.footer__links-items::after {
  content: "";
  display: block;
  width: 45%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer__links-item {
  width: 45%;
  margin-bottom: 1rem;
}

.footer__links-item a {
  text-decoration: none;
  color: #F5F5F5;
  font-size: 1.4rem;
  position: relative;
}

.footer__links-item a::before {
  position: absolute;
  top: 1rem;
  left: -12px;
  content: '';
  display: inline-block;
  width: 7px;
  height: 1px;
  background: url(../images/dist/footer_link.svg) no-repeat 0 0;
}

.footer__basic {
  background: #05724b;
  padding: 1.66% 0% 1.66% 0%;
}

.footer__basic-inner {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__basic-item {
  margin-bottom: 1rem;
}

.footer__basic-item:last-child {
  margin-bottom: 0;
}

.footer__basic-item a {
  color: #f1f1f1;
  text-decoration: none;
  font-size: 1.2rem;
}

.footer__basic-item a::before {
  content: '・';
  display: inline-block;
}

.footer__copy {
  font-size: 1.2rem;
  background: #fff;
  text-align: center;
  padding: 1rem 0;
}

@media screen and (max-width: 1199px) {
  .contact__items a {
    border-radius: 50px;
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
  .contact__items a i {
    font-size: 2.6rem;
    margin-right: 0.8rem;
  }
  .return {
    margin: 10rem　30vw;
  }
  .return a {
    max-width: 400px;
    padding: 1.5rem 0;
    font-size: 1.8rem;
  }
  .return a::after {
    width: 45px;
    height: 22px;
    top: calc(50% - 10px);
    right: 30px;
    background: url(../images/dist/btn_arrow02.svg) no-repeat 0 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .return a:hover::after {
    right: 20px;
  }
  .footer__inner {
    padding: 0 15px;
  }
  .footer__basic {
    padding: 1.66% 1.25% 1.66% 1.25%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 55%;
  }
  .header__sp-drawer {
    padding: 15px;
  }
  .header__sp-logo {
    width: 70%;
    margin: 0 auto 80px;
    position: relative;
  }
  .header__sp-logo::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #b6b2d1;
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header__sp-ttl {
    color: #05724b;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .header__sp-nav01_items {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
  .header__sp-nav01_item {
    position: relative;
    margin-bottom: 1rem;
  }
  .header__sp-nav01_item::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    border-top: 1px solid #05724b;
    border-left: 1px solid #05724b;
  }
  .header__sp-nav01_item a {
    width: 100%;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    text-align: center;
    display: block;
    background-color: #b6b2d11f;
  }
  .header__sp-nav01_item:last-child {
    margin-bottom: 0;
  }
  .header__sp-nav02_items {
    font-size: 1.2rem;
  }
  .header__sp-nav02_item {
    position: relative;
    margin-bottom: 1rem;
  }
  .header__sp-nav02_item a {
    width: 100%;
    text-decoration: none;
    color: #333;
    padding: 5px 0;
    text-align: center;
    display: block;
    background-color: #b6b2d11f;
  }
  .header__sp-nav02_item:last-child {
    margin-bottom: 0;
  }
  .common__btn {
    position: relative;
  }
  .common__btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 6.25px;
    top: calc(50% - 5px);
    right: -10px;
    background: url(../images/dist/btn_arrow.svg) no-repeat 0 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .common__btn:hover::after {
    right: -16px;
  }
  .common__index-items {
    margin-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .common__index-item {
    line-height: 1.5;
  }
  .common__index-item a .sp {
    display: block;
  }
  .common__index-item a::after {
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 17px;
    top: calc(50% - 10px);
    right: 15px;
    background: url(../images/dist/btn_arrow02.svg) no-repeat 0 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .common__index-item a:hover::after {
    right: 3px;
  }
  .return {
    margin: 10rem 25px;
  }
  .return a {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
  .return a::after {
    width: 35px;
    height: 17px;
    top: calc(50% - 8px);
    right: 25px;
  }
  .return a:hover::after {
    right: 15px;
  }
  .contact {
    padding: 5rem 25px;
  }
  .contact__item {
    display: block;
  }
  .contact__items {
    width: 100%;
    margin-bottom: 2rem;
  }
  .contact__items a {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
  .contact__items a i {
    font-size: 2.6rem;
  }
  .contact__items:last-child {
    margin-bottom: 0;
  }
  .footer {
    position: relative;
  }
  .footer::before {
    display: none;
  }
  .footer::after {
    display: none;
  }
  .footer__inner {
    display: block;
    padding: 0;
  }
  .footer__address {
    width: 100%;
    padding: 30px 15px;
  }
  .footer__address-items {
    display: block;
  }
  .footer__address-item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .footer__address-item:last-child {
    margin-bottom: 0;
  }
  .footer__address-item.logo {
    text-align: center;
  }
  .footer__address-item.logo img {
    max-width: 160px;
  }
  .footer__links {
    width: 100%;
    padding: 30px 15px;
  }
  .footer__links-item:last-of-type {
    margin-bottom: 0;
  }
  .footer__links-item span {
    display: inline-block;
  }
  .footer__basic {
    padding: 15px;
  }
  .footer__basic-inner {
    display: block;
  }
  .footer__basic-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer__basic-item {
    width: 50%;
    margin-bottom: 1rem;
    padding-left: 1rem;
    text-indent: -1rem;
  }
  .footer__basic-item:last-of-type {
    margin-bottom: 0;
  }
  .footer__basic-item a {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 1.2rem;
  }
  .footer__basic-item a::before {
    content: '・';
    display: inline-block;
  }
  .footer__basic-item a span {
    display: inline-block;
  }
  .footer__copy {
    font-size: 1.2rem;
    background: #fff;
    text-align: center;
    padding: 1rem 0;
  }
  .footer__copy span {
    display: inline-block;
  }
}
