<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#all {
  overflow: hidden;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
}

.section {
  width: 100%;
}
.section .section-inner {
  max-width: 1100px;
  margin: auto;
  padding: 70px 0;
}
@media (max-width: 568px) {
  .section .section-inner {
    padding: 40px 10px;
  }
}

.under-line {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

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

@media (max-width: 568px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
/*pcでのみ改行*/
.pc-br {
  display: block;
}
@media (max-width: 568px) {
  .pc-br {
    display: none;
  }
}

/*spでのみ改行*/
.sp-br {
  display: none;
}
@media (max-width: 568px) {
  .sp-br {
    display: block;
  }
}

/*pcでのみ表示*/
.pc-only {
  display: inherit;
}
@media (max-width: 568px) {
  .pc-only {
    display: none;
  }
}

/*spでのみ表示*/
.sp-only {
  display: none;
}
@media (max-width: 568px) {
  .sp-only {
    display: inherit;
  }
}

/*グローバルメニュー*/
#wrapper {
  display: none;
}

#navbar-wrap {
  background: inherit;
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 10;
}
@media (max-width: 568px) {
  #navbar-wrap {
    display: none;
  }
}
#navbar-wrap .menu li a {
  font-size: 18px;
  font-weight: bold;
}
#navbar-wrap .menu li a:hover {
  color: white;
}

#promo-wrap {
  margin: 0;
}
#promo-wrap .top-img {
  position: relative;
}
@media (max-width: 568px) {
  #promo-wrap .top-img .message {
    position: absolute;
    top: 150px;
    width: 100%;
  }
  #promo-wrap .top-img .message h1 {
    font-size: 25px;
    color: white;
    font-weight: bold;
  }
}
@media (max-width: 568px) and (max-width: 568px) {
  #promo-wrap .top-img .message h1 {
    max-width: 342px;
    line-height: 32px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  #promo-wrap .top-img .message p {
    color: white;
    text-align: center;
    margin-right: auto;
    width: 90%;
    margin: auto;
    font-weight: bold;
  }
}
#promo-wrap .top-img span .sp-main-img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70% 100%;
     object-position: 70% 100%;
}

.cta {
  color: white;
  background-color: #02347D;
}
.cta .section-inner {
  padding: 40px 0;
}
@media (max-width: 568px) {
  .cta .section-inner {
    padding: 20px 0 25px 0;
  }
}
.cta .message {
  font-size: 25px;
}
@media (max-width: 568px) {
  .cta .message {
    font-size: 16px;
    font-weight: bold;
  }
}
.cta .flex {
  margin-top: 10px;
}
@media (max-width: 568px) {
  .cta .flex {
    display: block;
    margin-top: 0;
  }
}
.cta .flex .cta-tel {
  width: 50%;
}
@media (max-width: 568px) {
  .cta .flex .cta-tel {
    width: 100%;
    color: white !important;
  }
}
.cta .flex .cta-tel img {
  width: 40px;
  height: auto;
}
.cta .flex .cta-tel .num {
  font-size: 35px;
  text-align: center;
  margin-top: 10px;
  color: white;
}
@media (max-width: 568px) {
  .cta .flex .cta-tel .num {
    font-size: 25px;
  }
}
.cta .flex .cta-tel .num a {
  color: white !important;
  text-decoration: none !important;
}
.cta .flex .cta-tel .num::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url(../../../images/original-img/call-icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  top: -5px;
}
@media (max-width: 568px) {
  .cta .flex .cta-tel .num::before {
    width: 30px;
    height: 30px;
    top: -3px;
  }
}
.cta .flex .cta-tel .day {
  text-align: center;
}
@media (max-width: 568px) {
  .cta .flex .cta-tel .day {
    font-size: 14px;
  }
}
.cta .flex .cta-btn {
  width: 50%;
  margin-top: 25px;
}
@media (max-width: 568px) {
  .cta .flex .cta-btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.cta .flex .cta-btn .btn {
  background-color: #FFA500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  padding: 16px 50px 16px 50px;
  border-radius: 40px;
}
@media (max-width: 568px) {
  .cta .flex .cta-btn .btn {
    padding: 5px 16px 7px 16px;
  }
}
.cta .flex .cta-btn .btn .text {
  font-size: 20px;
  color: white;
}
@media (max-width: 568px) {
  .cta .flex .cta-btn .btn .text {
    font-size: 15px;
  }
}
.cta .flex .cta-btn .btn .text:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../../../images/original-img/mail-icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  top: -1px;
}
@media (max-width: 568px) {
  .cta .flex .cta-btn .btn .text:before {
    display: none;
  }
}
.cta .flex .cta-btn .btn .text:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../../../images/original-img/yajirushi.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 15px;
  position: relative;
  top: -2px;
}
@media (max-width: 568px) {
  .cta .flex .cta-btn .btn .text:after {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
}

.cta-2 {
  background-color: #FFA500;
}
.cta-2 .cta-btn a {
  background-color: white !important;
}
.cta-2 .cta-btn a .text {
  color: #02347D !important;
  font-weight: bold;
}
.cta-2 .cta-btn a .text:before {
  background-image: url(../../../images/original-img/mail-icon2.png) !important;
}
.cta-2 .cta-btn a .text:after {
  background-image: url(../../../images/original-img/yajirushi-2.png) !important;
}
@media (max-width: 568px) {
  .cta-2 .cta-btn a span:after {
    top: -1px !important;
  }
}

.section-trouble {
  background-color: #F2F2F2;
  position: relative;
}
.section-trouble .section-inner {
  padding-bottom: 100px;
}
@media (max-width: 568px) {
  .section-trouble .section-inner {
    padding-bottom: 40px;
  }
}
.section-trouble .section-inner h2 {
  margin-bottom: 20px;
}
.section-trouble .section-inner .sub-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 50px;
}
@media (max-width: 568px) {
  .section-trouble .section-inner .sub-text {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 29px;
  }
}
.section-trouble .section-inner .person-area {
  justify-content: center;
}
@media (max-width: 568px) {
  .section-trouble .section-inner .person-area {
    margin: 15px 0;
  }
}
.section-trouble .section-inner .person-area .person-img figure {
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 568px) {
  .section-trouble .section-inner .person-area .person-img figure {
    padding: 0 10px;
  }
}
.section-trouble .section-inner .person-area .person-img figure img {
  width: 145px;
  height: auto;
}
@media (max-width: 568px) {
  .section-trouble .section-inner .person-area .person-img figure img {
    width: 80px;
    padding: 0 10px;
  }
}
.section-trouble .section-inner .person-area .person-img .person-name {
  background-color: #02347D;
  color: white;
  width: 170px;
  margin: auto;
  margin-top: 10px;
  font-size: 22px;
  padding: 3px 0;
}
@media (max-width: 568px) {
  .section-trouble .section-inner .person-area .person-img .person-name {
    width: 100px;
    font-size: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 568px) {
  .section-trouble .section-inner .person-area:nth-child(5) .person-img p {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
.section-trouble .section-inner .student .person-comment {
  max-width: 640px;
}
.section-trouble .section-inner .student .person-comment p {
  margin: 8px 28px;
  text-align: left;
}
@media (max-width: 568px) {
  .section-trouble .section-inner .student .person-comment p {
    margin: 0 5px;
  }
}

.section-trouble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  box-sizing: border-box;
  border-right: 75px solid transparent;
  border-left: 75px solid transparent;
  border-top: 50px solid #F2F2F2;
}
@media (max-width: 568px) {
  .section-trouble::after {
    left: calc(50% - 75px);
  }
}

.section-pro .section-inner {
  padding-top: 110px;
}
.section-pro .section-inner .sub-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 33px;
}
@media (max-width: 568px) {
  .section-pro .section-inner .sub-text {
    font-size: 16px;
    line-height: 29px;
  }
}

.section-what {
  background-image: url("../../../images/original-img/background-img.jpg");
  background-size: cover;
  background-position: top;
  height: 600px;
  display: flex;
}
@media (max-width: 568px) {
  .section-what {
    height: auto;
  }
}
.section-what .section-inner .sub-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
}
@media (max-width: 568px) {
  .section-what .section-inner .sub-text {
    font-size: 16px;
    line-height: 29px;
  }
}

.section-tokkunn {
  background-color: #F2F2F2;
  height: 440px;
}
@media (max-width: 568px) {
  .section-tokkunn {
    height: auto;
  }
}
@media (max-width: 568px) {
  .section-tokkunn .section-inner {
    display: block;
  }
}
@media (max-width: 568px) {
  .section-tokkunn .section-inner h3 {
    margin-bottom: 50px;
  }
}
.section-tokkunn .section-inner .img {
  width: 100%;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 568px) {
  .section-tokkunn .section-inner .img {
    padding: 0;
  }
}
@media (max-width: 568px) {
  .section-tokkunn .section-inner .img figure {
    position: relative;
    margin-bottom: 30px;
  }
}
.section-tokkunn .section-inner .img figure img {
  width: 80%;
  position: relative;
  top: -150px;
}
@media (max-width: 568px) {
  .section-tokkunn .section-inner .img figure img {
    position: unset;
  }
}
.section-tokkunn .section-inner .img figure:before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 150px;
  background-image: url(../../../images/original-img/circle.png);
  background-size: contain;
  position: relative;
  top: -40px;
  z-index: 100;
  left: -200px;
}
@media (max-width: 568px) {
  .section-tokkunn .section-inner .img figure:before {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0px;
  }
}
.section-tokkunn .section-inner .text {
  width: 100%;
}
@media (max-width: 568px) {
  .section-tokkunn .section-inner .text {
    width: 80%;
    margin: auto;
  }
}
.section-tokkunn .section-inner .text h3 {
  font-size: 23px;
  margin-bottom: 30px;
}
.section-tokkunn .section-inner .text p {
  text-align: left;
}

.section-do {
  background-color: #02347D;
  color: white;
}
.section-do .section-inner h2 {
  color: white;
  font-size: 30px;
  font-weight: inherit;
}
@media (max-width: 568px) {
  .section-do .section-inner h2 {
    font-size: 20px;
  }
}
.section-do .section-inner .acquisition {
  max-width: 850px;
  margin: auto;
  border: 1px solid white;
  padding: 30px 25px;
  margin-top: 40px;
}
@media (max-width: 568px) {
  .section-do .section-inner .acquisition {
    padding: 10px 10px;
  }
}
.section-do .section-inner .acquisition .img {
  width: 10%;
  margin: auto;
  text-align: center;
}
@media (max-width: 568px) {
  .section-do .section-inner .acquisition .img {
    margin-right: 10px;
  }
}
.section-do .section-inner .acquisition .img img {
  width: 40px;
}
@media (max-width: 568px) {
  .section-do .section-inner .acquisition .img img {
    width: 30px;
  }
}
.section-do .section-inner .acquisition .text {
  width: 90%;
}
.section-do .section-inner .acquisition .text p {
  text-align: left;
  line-height: 40px;
}
@media (max-width: 568px) {
  .section-do .section-inner .acquisition .text p {
    line-height: 20px;
  }
}
.section-do .section-inner .acquisition .text .text-first {
  line-height: 1.6;
}
@media (max-width: 568px) {
  .section-do .section-inner .acquisition .text .text-first {
    line-height: 20px;
  }
}

.section-leaning {
  padding-top: 100px;
}
@media (max-width: 568px) {
  .section-leaning {
    padding-top: 50px;
  }
}
.section-leaning .leaning-1 {
  background: linear-gradient(90deg, white 0%, white 50%, #F2F2F2 50%, #F2F2F2 100%);
  margin: 90px 0;
}
@media (max-width: 568px) {
  .section-leaning .leaning-1 {
    margin: 50px 0 0 10px;
  }
}
.section-leaning .leaning-1 .section-leaning-inner {
  background-color: #F2F2F2;
  padding: 20px 10px 50px 50px;
  max-width: 1100px;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 568px) {
  .section-leaning .leaning-1 .section-leaning-inner {
    padding: 20px 10px 50px 10px;
  }
}
@media (max-width: 568px) {
  .section-leaning .leaning-1 .section-leaning-inner .flex {
    display: block;
    position: relative;
  }
}
.section-leaning .leaning-1 .section-leaning-inner .flex .num {
  font-size: 95px;
  color: #FFA500;
}
@media (max-width: 568px) {
  .section-leaning .leaning-1 .section-leaning-inner .flex .num {
    font-size: 50px;
    position: absolute;
    top: -64px;
  }
}
.section-leaning .leaning-1 .section-leaning-inner .flex .text {
  padding: 35px 0 0 20px;
}
@media (max-width: 568px) {
  .section-leaning .leaning-1 .section-leaning-inner .flex .text {
    padding: 0 0 0 10px;
  }
}
.section-leaning .leaning-1 .section-leaning-inner .flex .text h3 {
  font-size: 35px;
  color: #02347D;
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .section-leaning .leaning-1 .section-leaning-inner .flex .text h3 {
    font-size: 20px;
  }
}
.section-leaning .leaning-1 .section-leaning-inner .flex .text p {
  color: #02347D;
  font-size: 16px;
}
@media (max-width: 568px) {
  .section-leaning .leaning-1 .section-leaning-inner .flex .text p {
    font-size: 14px;
    line-height: 17px;
  }
}
.section-leaning .leaning-1 .section-leaning-inner figure {
  margin: 50px 0;
}
.section-leaning .leaning-1 .section-leaning-inner p {
  font-size: 16px;
  color: #707070;
  text-align: right;
}
@media (max-width: 568px) {
  .section-leaning .leaning-1 .section-leaning-inner p {
    text-align: inherit;
  }
}
.section-leaning .leaning-1 .section-leaning-inner .sp-graph01 {
  margin: 30px 0 15px;
}
.section-leaning .leaning-1 .section-leaning-inner .sp-graph02 {
  width: 70px;
  margin: auto;
}
.section-leaning .leaning-1 .section-leaning-inner .sp-graph03 {
  margin: auto;
  width: 90%;
  max-width: 250px;
  margin: 15px auto 30px;
}
@media (max-width: 568px) {
  .section-leaning .leaning-1 .section-leaning-inner .s-text {
    font-size: 14px;
  }
}
.section-leaning .leaning-2 {
  background: linear-gradient(90deg, #F2F2F2 0%, #F2F2F2 50%, white 50%, white 100%);
  margin: 90px 0 120px;
}
@media (max-width: 568px) {
  .section-leaning .leaning-2 {
    margin: 50px 10px 60px 0;
  }
}
.section-leaning .leaning-2 .section-leaning-inner {
  background-color: #F2F2F2;
  padding: 20px 50px 50px 10px;
  max-width: 1100px;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 568px) {
  .section-leaning .leaning-2 .section-leaning-inner {
    padding: 20px 10px 50px 10px;
  }
}
.section-leaning .leaning-2 .section-leaning-inner .flex {
  justify-content: right;
}
@media (max-width: 568px) {
  .section-leaning .leaning-2 .section-leaning-inner .flex {
    display: block;
    position: relative;
  }
}
.section-leaning .leaning-2 .section-leaning-inner .flex .num {
  font-size: 95px;
  color: #FFA500;
}
@media (max-width: 568px) {
  .section-leaning .leaning-2 .section-leaning-inner .flex .num {
    font-size: 50px;
    position: absolute;
    top: -64px;
    left: calc(100% - 70px);
  }
}
.section-leaning .leaning-2 .section-leaning-inner .flex .text {
  padding: 35px 0 0 20px;
}
@media (max-width: 568px) {
  .section-leaning .leaning-2 .section-leaning-inner .flex .text {
    padding: 0 10px 0 0;
    text-align: right;
  }
}
.section-leaning .leaning-2 .section-leaning-inner .flex .text h3 {
  font-size: 35px;
  color: #02347D;
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .section-leaning .leaning-2 .section-leaning-inner .flex .text h3 {
    font-size: 20px;
  }
}
.section-leaning .leaning-2 .section-leaning-inner .flex .text p {
  color: #02347D;
  font-size: 16px;
}
@media (max-width: 568px) {
  .section-leaning .leaning-2 .section-leaning-inner .flex .text p {
    font-size: 14px;
    line-height: 17px;
  }
}
.section-leaning .leaning-2 .section-leaning-inner .flex figure {
  margin: 50px 0;
}
.section-leaning .leaning-2 .section-leaning-inner .flex p {
  font-size: 16px;
  color: #707070;
  text-align: right;
}
.section-leaning .leaning-2 .section-leaning-inner .sp-graph04 {
  margin: 30px 0 40px;
}

.section-osusume {
  background-color: #02347D;
}
.section-osusume .section-inner h2 {
  color: white;
}
.section-osusume .section-inner .osusume-point {
  max-width: 950px;
  margin: auto;
  margin-bottom: 30px;
}
.section-osusume .section-inner .osusume-point p {
  color: white;
  background-color: #FFA500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 35px;
  font-size: 20px;
  border-radius: 25px;
  position: relative;
  top: 10px;
  font-weight: bold;
}
@media (max-width: 568px) {
  .section-osusume .section-inner .osusume-point p {
    font-size: 15px;
    padding: 2px 20px;
  }
}
.section-osusume .section-inner .osusume-point ul {
  list-style: none;
  background-color: white;
  padding: 30px;
  border-radius: 15px;
}
@media (max-width: 568px) {
  .section-osusume .section-inner .osusume-point ul {
    padding: 17px 10px 10px 10px;
    margin-left: 10px;
  }
}
.section-osusume .section-inner .osusume-point ul li {
  font-size: 20px;
  padding: 0 15px 0 45px;
}
@media (max-width: 568px) {
  .section-osusume .section-inner .osusume-point ul li {
    font-size: 14px;
    line-height: 17px;
    padding: 0 15px 0 30px;
  }
}
.section-osusume .section-inner .osusume-point ul li span {
  position: relative;
}
.section-osusume .section-inner .osusume-point ul li span img {
  width: 27px;
  position: absolute;
  left: -40px;
}
@media (max-width: 568px) {
  .section-osusume .section-inner .osusume-point ul li span img {
    width: 18px;
    left: -26px;
  }
}
.section-osusume .section-inner .osusume-point ul li:nth-child(2) {
  margin-top: 15px;
}

.section-contact .section-inner {
  padding-bottom: 40px;
}

/*吹出し*/
.balloon2-left,
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 40px 0 1.5em 30px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #02347D;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #02347D;
  box-sizing: border-box;
  border-radius: 20px;
  height: 90px;
}

@media (max-width: 568px) {
  .balloon2-left,
.balloon1-left {
    margin: 15px 0 0 5px;
    display: table;
  }
}
.balloon1-left {
  margin: 40px 30px 1.5rem 0;
}
@media (max-width: 568px) {
  .balloon1-left {
    margin: 15px 5px 0 0;
  }
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 42%;
  left: -41px;
  margin-top: -12px;
  border: 18px solid transparent;
  border-right: 26px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 45%;
  left: -44px;
  margin-top: -14px;
  border: 18px solid transparent;
  border-right: 26px solid #02347D;
  z-index: 1;
}

@media (max-width: 568px) {
  .balloon2-left:before {
    top: 48%;
    left: -26px;
    border: 12px solid transparent;
    border-right: 21px solid #FFF;
  }
  .balloon2-left:after {
    top: 54%;
    left: -28px;
    border: 9px solid transparent;
    border-right: 17px solid;
  }
}
.balloon2-left p,
.balloon1-left p {
  padding: 0;
  margin: 22px 30px;
  color: black;
}
.balloon2-left p span,
.balloon1-left p span {
  font-weight: bold;
}
@media (max-width: 568px) {
  .balloon2-left p,
.balloon1-left p {
    margin: 0 5px;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 42%;
  right: -43px;
  margin-top: -12px;
  border: 18px solid transparent;
  border-left: 26px solid #FFF;
  z-index: 2;
}

.balloon1-left:after {
  content: "";
  position: absolute;
  top: 45%;
  right: -46px;
  margin-top: -14px;
  border: 18px solid transparent;
  border-left: 26px solid #02347D;
  z-index: 1;
}

@media (max-width: 568px) {
  .balloon1-left:before {
    right: -35px;
    border-left: 31px solid #FFF;
  }
  .balloon1-left:after {
    top: 50%;
    right: -33px;
    margin-top: -14px;
    border: 13px solid transparent;
    border-left: 20px solid #02347D;
  }
}
/*問い合わせフォーム*/
@media (max-width: 568px) {
  #contact .section-inner {
    padding-bottom: 0px;
  }
}

#content-bottom {
  max-width: 850px;
  margin: 0 auto 60px;
}
@media (max-width: 568px) {
  #content-bottom {
    width: 95%;
  }
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 {
    min-width: 280px;
  }
}
#content-bottom form #rsform_3_page_0 .control-group {
  margin-top: 0;
  padding: 8px 10px 15px 40px;
  max-width: 800px;
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .control-group {
    padding: 0;
    display: block;
  }
}
#content-bottom form #rsform_3_page_0 .control-group label {
  border-top: none;
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .control-group label {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    padding-top: 20px;
  }
}
#content-bottom form #rsform_3_page_0 .control-group label span {
  color: #02347D;
  font-weight: bold;
}
#content-bottom form #rsform_3_page_0 .control-group label span strong {
  color: white;
  background-color: #FF0000;
  padding: 4px 8px;
  border-radius: 10px;
}
#content-bottom form #rsform_3_page_0 .control-group .controls {
  border-top: none;
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .control-group .controls {
    display: inherit;
    width: 100%;
  }
}
#content-bottom form #rsform_3_page_0 .control-group .controls &gt; input {
  width: 80%;
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .control-group .controls &gt; input {
    width: 92%;
  }
}
#content-bottom form #rsform_3_page_0 .control-group .controls .checkbox {
  font-size: 16px;
  padding-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .control-group .controls .checkbox {
    padding-top: 0;
    font-size: 14px;
    margin-bottom: 0px;
  }
}
#content-bottom form #rsform_3_page_0 .control-group .controls .checkbox input {
  margin-right: 15px;
}
#content-bottom form #rsform_3_page_0 .control-group .controls .formError {
  color: #FF0000;
}
#content-bottom form #rsform_3_page_0 .control-group .controls #submit {
  border: none;
  background-color: #FFA500;
  color: white;
  padding: 25px 0;
  width: 300px;
  margin-left: 0;
  border-radius: 10px;
  font-size: 27px;
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .control-group .controls #submit {
    padding: 15px 0;
    font-size: 20px;
    width: 200px;
  }
}
#content-bottom form #rsform_3_page_0 .control-group .controls textarea {
  width: 80%;
  height: 150px;
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .control-group .controls textarea {
    width: 95%;
  }
}
#content-bottom form #rsform_3_page_0 .control-group:nth-child(1) {
  border-top: 2px solid #DCDCDC;
  padding-top: 35px;
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .control-group:nth-child(1) {
    border: none;
    padding-top: 0;
  }
}
#content-bottom form #rsform_3_page_0 .control-group:nth-child(1),
#content-bottom form #rsform_3_page_0 .control-group:nth-child(2),
#content-bottom form #rsform_3_page_0 .control-group:nth-child(3),
#content-bottom form #rsform_3_page_0 .control-group:nth-child(4),
#content-bottom form #rsform_3_page_0 .control-group:nth-child(5),
#content-bottom form #rsform_3_page_0 .control-group:nth-child(6),
#content-bottom form #rsform_3_page_0 .control-group:nth-child(7),
#content-bottom form #rsform_3_page_0 .control-group:nth-child(8) {
  border-left: 2px solid #DCDCDC;
  border-right: 2px solid #DCDCDC;
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .control-group:nth-child(1),
#content-bottom form #rsform_3_page_0 .control-group:nth-child(2),
#content-bottom form #rsform_3_page_0 .control-group:nth-child(3),
#content-bottom form #rsform_3_page_0 .control-group:nth-child(4),
#content-bottom form #rsform_3_page_0 .control-group:nth-child(5),
#content-bottom form #rsform_3_page_0 .control-group:nth-child(6),
#content-bottom form #rsform_3_page_0 .control-group:nth-child(7),
#content-bottom form #rsform_3_page_0 .control-group:nth-child(8) {
    border: none;
  }
}
#content-bottom form #rsform_3_page_0 .control-group:nth-child(8) {
  border-bottom: 2px solid #DCDCDC;
  padding-bottom: 30px;
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .control-group:nth-child(8) {
    border: none;
  }
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .control-group:nth-child(8) .controls {
    width: 95%;
  }
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .control-group:nth-child(8) .controls textarea {
    width: 95%;
  }
}
#content-bottom form #rsform_3_page_0 .control-group:nth-child(9) {
  border: 1px solid #D8D8D8;
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 40px auto 0;
  margin-top: 40px;
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .control-group:nth-child(9) {
    width: 92%;
    padding: 10px;
    margin-left: 0;
    margin-top: 0px;
  }
}
#content-bottom form #rsform_3_page_0 .policy-box {
  max-width: 820px;
  margin: 10px auto;
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .policy-box {
    width: 100%;
  }
}
#content-bottom form #rsform_3_page_0 .policy-box .title {
  color: #707070;
  font-size: 15px;
  margin-bottom: 10px;
}
#content-bottom form #rsform_3_page_0 .policy-box .text {
  color: #707070;
  font-size: 12px;
}
#content-bottom form #rsform_3_page_0 .control-group:nth-child(10) {
  margin: 20px auto;
}
@media (max-width: 568px) {
  #content-bottom form #rsform_3_page_0 .control-group:nth-child(10) {
    margin: 0px auto;
  }
}
#content-bottom form #rsform_3_page_0 .control-group:nth-child(10) label span {
  display: none;
}
#content-bottom form #rsform_3_page_0 .control-group:nth-child(11) {
  padding: 10px 0;
}

/*フッター*/
#footer-wrap {
  background-color: #02347D;
  color: white;
  padding: 50px 0 20px;
}
#footer-wrap #footer {
  max-width: 1100px;
}
#footer-wrap #footer table {
  margin-bottom: 60px;
}
@media (max-width: 568px) {
  #footer-wrap #footer table tr {
    display: block;
  }
}
#footer-wrap #footer table tr .co-name {
  width: 40%;
}
@media (max-width: 568px) {
  #footer-wrap #footer table tr .co-name {
    text-align: center;
  }
}
#footer-wrap #footer table tr .co-name .owner {
  font-size: 16px;
}
#footer-wrap #footer table tr .co-name .sphidden {
  font-size: 25px;
}
#footer-wrap #footer table tr .co-name .num a {
  font-size: 20px;
  color: white;
  text-decoration: none;
}
#footer-wrap #footer table tr .co-name .day {
  font-size: 15px;
}
#footer-wrap #footer table tr .external-link {
  display: flex;
  justify-content: right;
}
@media (max-width: 568px) {
  #footer-wrap #footer table tr .external-link {
    display: block;
  }
}
#footer-wrap #footer table tr .external-link a {
  color: white;
  background-color: #039FEC;
  padding: 10px 60px 10px 40px;
  width: 170px;
  text-align: center;
}
#footer-wrap #footer table tr .external-link a span {
  position: relative;
}
#footer-wrap #footer table tr .external-link a span img {
  width: 20px;
  position: absolute;
  top: -2px;
  left: 10px;
  opacity: 1 !important;
}
#footer-wrap #footer table tr .external-link a span img:hover {
  opacity: 1;
}
#footer-wrap #footer table tr .external-link a:first-child {
  margin-right: 50px;
}
#footer-wrap #footer table tr .external-link a:hover {
  text-decoration: none;
}
@media (max-width: 568px) {
  #footer-wrap #footer .footer-menu {
    text-align: left !important;
  }
}
#footer-wrap #footer .footer-menu a {
  color: white;
  font-size: 16px;
}
@media (max-width: 568px) {
  #footer-wrap #footer .footer-menu a {
    display: block;
    border-bottom: 1px solid #a9a9a9;
    padding: 8px 0;
    font-size: 14px;
  }
}
@media (max-width: 568px) {
  #footer-wrap #footer .footer-menu a:nth-child(1) {
    border-top: 1px solid #a9a9a9;
  }
}
#footer-wrap #footer .footer-menu a:hover {
  text-decoration: none;
}
#footer-wrap #footer .sp-only {
  margin-bottom: 30px;
}
#footer-wrap #footer .sp-only .info {
  text-align: center;
  margin-bottom: 40px;
}
#footer-wrap #footer .sp-only .info .owner {
  font-size: 13px;
  margin: 5px 0;
}
#footer-wrap #footer .sp-only .info .sphidden {
  font-size: 20px;
}
#footer-wrap #footer .sp-only .info .num a {
  color: white;
  text-decoration: none;
}
#footer-wrap #footer .sp-only .info .day {
  font-size: 13px;
}
#footer-wrap #footer .sp-only .e-btn {
  display: flex;
  justify-content: center;
}
#footer-wrap #footer .sp-only .e-btn li {
  border: none;
  list-style: none;
}
#footer-wrap #footer .sp-only .e-btn li a {
  color: white;
  font-size: 14px;
  width: 90%;
  margin: 20px auto;
  padding: 10px 0;
  text-align: center;
  background: none;
  background-color: #039FEC;
}
#footer-wrap #footer .sp-only .e-btn li a span img {
  width: 15px;
  margin-left: 7px;
}
#footer-wrap #footer .sp-only .e-btn li:nth-child(1) {
  width: 40%;
  max-width: 190px;
}
#footer-wrap #footer .sp-only .e-btn li:nth-child(2) {
  width: 60%;
  max-width: 190px;
}

#bottom {
  background-color: #02347D;
  color: white;
  padding: 20px 0;
}
#bottom p {
  font-size: 12px !important;
}

/*ドロワーメニュー*/
.header {
  background: #02347D;
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 100;
  opacity: 0.8;
  /*アクティブクラスがついたら位置を0に*/
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
  /*========= ボタンのためのCSS ===============*/
  /*×に変化*/
}
@media (min-width: 569px) {
  .header {
    display: none;
  }
}
.header #g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 230px;
  background: #02347D;
  /*動き*/
  transition: all 0.6s;
}
.header #g-nav.panelactive {
  top: 0;
}
.header #g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header #g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 30px;
  left: 0;
}
.header #g-nav li {
  list-style: none;
  text-align: center;
}
.header #g-nav li a {
  color: white;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 16px;
}
.header .openbtn1 {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.header .openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: white;
  width: 45%;
}
.header .openbtn1 span:nth-of-type(1) {
  top: 15px;
}
.header .openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.header .openbtn1 span:nth-of-type(3) {
  top: 31px;
}
.header .openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.header .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.header .openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}/*# sourceMappingURL=original-style.css.map */</pre></body></html>