@charset "UTF-8";
body {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  background-color: #fff;
  padding-top: 68px;
  letter-spacing: 0.1em;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (min-width: 960px) {
  body {
    padding-top: 85px;
  }
}

a:hover, a:active, a:focus {
  color: #000;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

/*-----------------------
visibility
-------------------------*/
.hidden {
  display: none !important;
}

@media (min-width: 480px) {
  .hidden_xs {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .hidden_s {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hidden_mm {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .hidden_m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden_l {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden_xl {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .visible_xs {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .visible_s {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .visible_mm {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .visible_m {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .visible_l {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .visible_xl {
    display: none !important;
  }
}
/*-----------------------
 margin
-------------------------*/
.com-mt-1em {
  margin-top: 1em;
}

/*-----------------------
 container
-------------------------*/
.com-sec-border {
  border-top: 4px solid #002E78;
  border-bottom: 8px solid #002E78;
  height: 2px;
}
.com-sec-border-02 {
  border-top: 8px solid #002E78;
  border-bottom: 4px solid #002E78;
  height: 2px;
}

.com-sec-01 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .com-sec-01 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .com-sec-01 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*-----------------------
 title
-------------------------*/
.com-tit-01 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 960px) {
  .com-tit-01 {
    font-size: 30px;
  }
}
.com-tit-01.space-wide {
  letter-spacing: 0.2em;
}
.com-tit-01.space-small {
  letter-spacing: 0.05em;
}
.com-tit-01.white {
  color: #fff;
}
.com-tit-01 .number {
  letter-spacing: 0.01em;
  font-size: 38.4px;
  color: #29ABE2;
  line-height: 0.625;
}
@media (min-width: 960px) {
  .com-tit-01 .number {
    font-size: 48px;
  }
}

/*-----------------------
 header
-------------------------*/
#header {
  background-color: #FFF;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
}
@media (min-width: 960px) {
  #header {
    height: 85px;
  }
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 13.6px;
  padding-bottom: 15px;
}
@media (min-width: 960px) {
  .header-wrapper {
    padding-top: 17px;
    padding-bottom: 12px;
  }
}
.header-wrapper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-wrapper .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 18.8px;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media (min-width: 960px) {
  .header-wrapper .tel {
    font-size: 23.52px;
  }
}
.header-wrapper .tel span {
  display: block;
  font-weight: normal;
  font-size: 9px;
  margin-top: 4.8px;
}
@media (min-width: 960px) {
  .header-wrapper .tel span {
    margin-top: 6px;
    font-size: 11.76px;
  }
}
.header-wrapper .tel img {
  display: block;
  width: 33px;
  height: 24px;
}
@media (min-width: 640px) {
  .header-wrapper .tel img {
    margin-right: 11px;
  }
}
.header-wrapper .tel:hover {
  opacity: 1;
}
@media (max-width: 639px) {
  .header-wrapper .tel:hover {
    opacity: 0.8;
  }
}
@media (min-width: 640px) {
  .header-wrapper .tel:hover {
    color: #002E78;
  }
}
@media (min-width: 640px) {
  .header-wrapper .tel:hover img {
    opacity: 1;
  }
}
.header-wrapper .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 8px 10px 5px;
  border-radius: 10px;
  background-color: #29ABE2;
  color: #fff;
  font-size: 11.7px;
  font-weight: bold;
  width: 137.15px;
  height: 34.45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: all 0.3s;
          transform: all 0.3s;
  margin-left: 12px;
}
@media (min-width: 640px) {
  .header-wrapper .mail {
    padding: 10px;
    font-size: 14.4px;
    width: 168.8px;
    height: 42.4px;
  }
}
@media (min-width: 960px) {
  .header-wrapper .mail {
    padding: 13px 10px 10px;
    font-size: 18px;
    width: 211px;
    height: 53px;
  }
}
.header-wrapper .mail span {
  position: relative;
  padding-right: 22.7px;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .header-wrapper .mail span {
    padding-right: 28px;
  }
}
@media (min-width: 960px) {
  .header-wrapper .mail span {
    padding-right: 35px;
  }
}
.header-wrapper .mail span::before {
  content: "";
  border-radius: 50%;
  background-color: #fff;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: all 0.3s;
          transform: all 0.3s;
}
@media (min-width: 960px) {
  .header-wrapper .mail span::before {
    width: 20px;
    height: 20px;
  }
}
.header-wrapper .mail span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4.8px solid transparent;
  border-bottom: 4.8px solid transparent;
  border-left: 7.2px solid #29ABE2;
  border-right: 0;
  position: absolute;
  right: 3.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 960px) {
  .header-wrapper .mail span::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #29ABE2;
  }
}
.header-wrapper .mail:hover {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #29ABE2;
  color: #29ABE2;
}
.header-wrapper .mail:hover span::before {
  background-color: #29ABE2;
}
.header-wrapper .mail:hover span::after {
  border-left: 7.2px solid #fff;
}
@media (min-width: 960px) {
  .header-wrapper .mail:hover span::after {
    border-left: 9px solid #fff;
  }
}

.header-logo {
  display: block;
  margin-right: 10px;
}
@media (min-width: 960px) {
  .header-logo {
    margin-left: 33px;
  }
}
.header-logo img {
  width: 142.4px;
}
@media (min-width: 960px) {
  .header-logo img {
    width: 178px;
  }
}

/*-----------------------
 footer
-------------------------*/
#footer {
  text-align: center;
  padding-top: 21.6px;
  padding-bottom: 30.4px;
}
@media (min-width: 960px) {
  #footer {
    padding-top: 27px;
    padding-bottom: 38px;
  }
}
#footer img {
  width: 142.4px;
}
@media (min-width: 960px) {
  #footer img {
    width: 178px;
  }
}
#footer small {
  margin-top: 4.8px;
  line-height: 1.4;
  display: block;
  font-weight: bold;
  font-size: 9px;
}
@media (min-width: 960px) {
  #footer small {
    margin-top: 6px;
    font-size: 11px;
  }
}

/*-----------------------
 thanks
-------------------------*/
.thanks {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 66px;
}
@media (min-width: 960px) {
  .thanks {
    margin-top: 83px;
  }
}
.thanks p:last-child {
  margin-top: 1em;
}

/*-----------------------
 #home-01
-------------------------*/
.home-01-top {
  background-image: url(../images/01_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 39px;
  padding-bottom: 29px;
}
@media (min-width: 960px) {
  .home-01-top .com-sec-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-01-right {
  text-align: center;
}
@media (min-width: 960px) {
  .home-01-right {
    margin-left: 2.7%;
  }
}
@media (max-width: 959px) {
  .home-01-right {
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  .home-01-right img {
    width: 283px;
  }
}

.home-01-left {
  max-width: 565.2px;
  margin-left: auto;
  margin-right: auto;
}

.home-01-tit-01 {
  font-weight: bold;
  color: #002E78;
  font-size: 24px;
  line-height: 28.8px;
}
@media (min-width: 640px) {
  .home-01-tit-01 {
    font-size: 30px;
    white-space: nowrap;
    line-height: 36px;
  }
}
.home-01-tit-01 .sub-tit {
  display: block;
  letter-spacing: 0.05em;
  font-size: 17.4px;
  color: #000;
}
@media (min-width: 480px) {
  .home-01-tit-01 .sub-tit {
    font-size: 19.2px;
  }
}
@media (min-width: 640px) {
  .home-01-tit-01 .sub-tit {
    font-size: 24px;
  }
}

.home-01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
@media (min-width: 640px) {
  .home-01-list {
    margin-top: 40px;
  }
}
.home-01-list li {
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 182.4px;
}
@media (min-width: 640px) {
  .home-01-list li {
    height: 228px;
  }
}
.home-01-list li.left {
  background-image: url(../images/01_03.png);
  width: 160.6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 640px) {
  .home-01-list li.left {
    width: 202px;
  }
}
.home-01-list li.right {
  background-image: url(../images/01_04.png);
  width: 177.6px;
  color: #fff;
}
@media (min-width: 640px) {
  .home-01-list li.right {
    width: 222px;
  }
}
.home-01-list li.right .inner {
  padding-left: 3%;
}
.home-01-list li h3 {
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 19.2px;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .home-01-list li h3 {
    font-size: 24px;
  }
}
.home-01-list li p {
  font-weight: bold;
  font-size: 11.2px;
  line-height: 1.28;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .home-01-list li p {
    font-size: 14px;
  }
}
.home-01-list li p span {
  font-size: 14.4px;
}
@media (min-width: 640px) {
  .home-01-list li p span {
    font-size: 18px;
  }
}
.home-01-list li p span.blue {
  letter-spacing: -0.025em;
  font-size: 38.4px;
  color: #3BBAF0;
}
@media (min-width: 640px) {
  .home-01-list li p span.blue {
    font-size: 48px;
  }
}
.home-01-list li h4 {
  font-weight: bold;
  font-size: 12.8px;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .home-01-list li h4 {
    font-size: 16px;
  }
}

.home-01-tit-02 {
  text-align: center;
  margin-top: 24px;
  font-weight: bold;
  color: #002E78;
  letter-spacing: 0.05em;
  font-size: 38.4px;
}
@media (min-width: 640px) {
  .home-01-tit-02 {
    margin-top: 30px;
    font-size: 48px;
  }
}

.home-01-txt {
  margin-top: 7.2px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 640px) {
  .home-01-txt {
    margin-top: 9px;
    font-size: 18px;
  }
}

.home-01-bottom {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #002E78;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14.4px;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .home-01-bottom {
    font-size: 18px;
  }
}

/*-----------------------
 #home-02
-------------------------*/
#home-02 {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  font-size: 12.8px;
  padding-top: 69.6px;
  padding-bottom: 72px;
}
@media (min-width: 960px) {
  #home-02 {
    font-size: 16px;
    padding-top: 87px;
    padding-bottom: 90px;
  }
}

/*-----------------------
 #home-03
-------------------------*/
#home-03 {
  padding-top: 55.2px;
  padding-bottom: 106.4px;
}
@media (min-width: 960px) {
  #home-03 {
    padding-top: 69px;
    padding-bottom: 133px;
  }
}

.home-03-top {
  margin-top: 34.4px;
}
@media (min-width: 960px) {
  .home-03-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 43px;
  }
}
.home-03-top .left {
  line-height: 1.71;
  font-size: 11.2px;
}
@media (max-width: 959px) {
  .home-03-top .left {
    margin-left: auto;
    margin-right: auto;
    max-width: 565px;
  }
}
@media (max-width: 639px) {
  .home-03-top .left {
    max-width: 455px;
  }
}
@media (min-width: 640px) {
  .home-03-top .left {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .home-03-top .right {
    margin-left: 7.8%;
  }
}
@media (max-width: 959px) {
  .home-03-top .right {
    margin-top: 20px;
    text-align: center;
  }
}

.home-03-bottom {
  margin-top: 90.4px;
}
@media (min-width: 960px) {
  .home-03-bottom {
    margin-top: 113px;
  }
}

.home-03-bottom-item {
  margin-top: 72.8px;
}
@media (min-width: 960px) {
  .home-03-bottom-item .home-03-bottom-item {
    margin-top: 91px;
  }
}

.home-03-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 14.4px;
  background-image: url(../images/03_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 308.8px;
  height: 47.2px;
  padding-top: 12px;
}
@media (min-width: 640px) {
  .home-03-tit {
    font-size: 18px;
    width: 386px;
    height: 59px;
    padding-top: 15px;
  }
}
@media (max-width: 959px) {
  .home-03-tit {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 960px) {
  .home-03-bottom-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 959px) {
  .home-03-bottom-item-wrapper .left {
    text-align: center;
  }
}
.home-03-bottom-item-wrapper .right {
  margin-top: 15px;
}
@media (min-width: 960px) {
  .home-03-bottom-item-wrapper .right {
    margin-left: 5.1%;
  }
}
@media (max-width: 959px) {
  .home-03-bottom-item-wrapper .right {
    margin-top: 20px;
    max-width: 462px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-03-bottom-item-wrapper p {
  line-height: 1.7;
  font-size: 11.2px;
}
@media (min-width: 640px) {
  .home-03-bottom-item-wrapper p {
    font-size: 14px;
  }
}
.home-03-bottom-item-wrapper p + p {
  margin-top: 1em;
}

.home-03-list-wrapper {
  margin-top: 27.2px;
  border: 2px solid #3BBAF0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  counter-reset: number;
  padding: 15px;
}
@media (min-width: 480px) {
  .home-03-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 640px) {
  .home-03-list-wrapper {
    margin-top: 34px;
    padding: 15px 4.9% 15px 5.9%;
  }
}
@media (min-width: 960px) {
  .home-03-list-wrapper {
    width: 456px;
  }
}
@media (max-width: 959px) {
  .home-03-list-wrapper {
    max-width: 456px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 480px) {
  .home-03-list-wrapper .home-03-list + .home-03-list {
    margin-left: 8.9%;
  }
}
.home-03-list-wrapper .home-03-list li {
  font-weight: bold;
  font-size: 11.2px;
  line-height: 1.7;
  position: relative;
}
@media (min-width: 640px) {
  .home-03-list-wrapper .home-03-list li {
    font-size: 14px;
  }
}

/*-----------------------
 #home-04
-------------------------*/
#home-04 {
  background-color: #C3EAFB;
  padding-top: 53.6px;
  padding-bottom: 72.8px;
}
@media (min-width: 960px) {
  #home-04 {
    padding-top: 67px;
    padding-bottom: 91px;
  }
}

.home-04-list-wrapper {
  max-width: 340.8px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .home-04-list-wrapper {
    max-width: 426px;
  }
}
@media (min-width: 960px) {
  .home-04-list-wrapper {
    max-width: 890px;
  }
}

.home-04-list {
  margin-top: 21.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-left: -3.36%;
}
@media (min-width: 640px) {
  .home-04-list {
    margin-left: -4.2%;
    margin-top: 22px;
  }
}
.home-04-list li {
  text-align: center;
  width: 46.64%;
  margin-left: 3.36%;
  margin-top: 32px;
}
@media (min-width: 640px) {
  .home-04-list li {
    width: 45.8%;
    margin-left: 4.2%;
    margin-top: 45px;
  }
}
@media (min-width: 960px) {
  .home-04-list li {
    width: 20.8%;
  }
}
.home-04-list li .content {
  border: 2px solid #002E78;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 12.8px;
  line-height: 1.5;
  border-radius: 5px;
  padding: 25px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 78.4px;
  max-width: 153.6px;
}
@media (min-width: 640px) {
  .home-04-list li .content {
    font-size: 16px;
    padding: 25px 20px;
    max-height: 98px;
    max-width: 192px;
  }
}

/*-----------------------
 contact-block #home-05
-------------------------*/
.contact-block {
  padding-top: 65.6px;
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .contact-block {
    padding-top: 82px;
    padding-bottom: 75px;
  }
}
@media (max-width: 959px) {
  .contact-block figure {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .contact-block figure img {
    width: 117.6px;
  }
}

.contact-block-tit {
  line-height: 1.3;
  font-size: 19.2px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 960px) {
  .contact-block-tit {
    font-size: 24px;
  }
}
.contact-block-tit span {
  display: block;
}
.contact-block-tit span.small {
  letter-spacing: 0.05em;
  font-size: 12.8px;
}
@media (min-width: 960px) {
  .contact-block-tit span.small {
    font-size: 16px;
  }
}

.contact-block-wrapper {
  margin-top: 56px;
}
@media (min-width: 960px) {
  .contact-block-wrapper {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.contact-block-wrapper .contact-item {
  border: 2px solid #002E78;
  border-radius: 5px;
  width: 259.4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  letter-spacing: 0;
  padding: 12px 8px;
  height: 132.4px;
}
@media (min-width: 640px) {
  .contact-block-wrapper .contact-item {
    width: 324.3px;
    padding: 15px 10px;
    height: 165.53px;
  }
}
@media (max-width: 959px) {
  .contact-block-wrapper .contact-item {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-block-wrapper .contact-item h3 {
  font-weight: bold;
  line-height: 1.33;
  font-size: 14.4px;
}
@media (min-width: 640px) {
  .contact-block-wrapper .contact-item h3 {
    font-size: 18px;
  }
}
.contact-block-wrapper .contact-item p {
  font-weight: bold;
  line-height: 1.5;
  font-size: 12.8px;
}
@media (min-width: 640px) {
  .contact-block-wrapper .contact-item p {
    font-size: 16px;
  }
}
.contact-block-wrapper .contact-item .number {
  display: block;
  font-weight: bold;
  color: #29ABE2;
  letter-spacing: -0.01em;
  line-height: 0.66;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 28.8px;
}
@media (min-width: 640px) {
  .contact-block-wrapper .contact-item .number {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
  }
}
.contact-block-wrapper .contact-item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #29ABE2;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 19.2px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 224px;
  height: 33.6px;
  line-height: 1;
  margin: 11.2px auto 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 640px) {
  .contact-block-wrapper .contact-item .btn {
    font-size: 24px;
    width: 280px;
    height: 42px;
    padding: 10px 50px 5px;
    margin: 14px auto 10px;
  }
}
.contact-block-wrapper .contact-item .btn:hover {
  border: 1px solid #29ABE2;
  background-color: #fff;
  color: #29ABE2;
}

/*-----------------------
 #home-06
-------------------------*/
#home-06 {
  margin-top: 106.4px;
}
@media (min-width: 960px) {
  #home-06 {
    margin-top: 133px;
  }
}

.home-06-wrapper {
  position: relative;
  background-color: #0071bc;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 38.4px;
  padding-bottom: 30.4px;
}
@media (min-width: 960px) {
  .home-06-wrapper {
    padding-top: 48px;
    padding-bottom: 38px;
  }
}
.home-06-wrapper::before, .home-06-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
}
.home-06-wrapper::before {
  border-width: 0 10vw 10vw 0;
  border-color: transparent #fff transparent transparent;
  right: 0;
  top: 0;
}
@media (min-width: 640px) {
  .home-06-wrapper::before {
    border-width: 0 76px 76px 0;
  }
}
@media (min-width: 960px) {
  .home-06-wrapper::before {
    border-width: 0 95px 95px 0;
  }
}
.home-06-wrapper::after {
  border-width: 0 0 10vw 10vw;
  border-color: transparent transparent #fff transparent;
  right: 0;
  bottom: 0;
}
@media (min-width: 640px) {
  .home-06-wrapper::after {
    border-width: 0 0 76px 76px;
  }
}
@media (min-width: 960px) {
  .home-06-wrapper::after {
    border-width: 0 0 95px 95px;
  }
}
.home-06-wrapper .com-sec-01 {
  padding: 0;
}

.home-06-list {
  margin-top: 43.2px;
}
@media (min-width: 960px) {
  .home-06-list {
    margin-top: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.home-06-list li {
  text-align: center;
  width: 220.8px;
}
@media (max-width: 959px) {
  .home-06-list li {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 480px) {
  .home-06-list li {
    width: 245.44px;
  }
}
.home-06-list li + li {
  position: relative;
}
@media (min-width: 960px) {
  .home-06-list li + li {
    padding-left: 10.2%;
  }
}
@media (max-width: 959px) {
  .home-06-list li + li {
    padding-top: 50px;
  }
}
.home-06-list li + li::before {
  content: "";
  position: absolute;
  background-image: url(../images/06_04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30.6px;
  height: 30.6px;
  left: 50%;
  top: 15px;
}
@media (max-width: 959px) {
  .home-06-list li + li::before {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
@media (min-width: 640px) {
  .home-06-list li + li::before {
    width: 34px;
    height: 34px;
  }
}
@media (min-width: 960px) {
  .home-06-list li + li::before {
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.home-06-list li .content {
  padding: 13.6px 4px 8.8px;
  background-color: #fff;
  border: 2px solid #002E78;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 110.25px;
}
@media (min-width: 640px) {
  .home-06-list li .content {
    padding: 17px 5px 11px;
    min-height: 122.5px;
  }
}
.home-06-list li .tit {
  font-size: 14.4px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 640px) {
  .home-06-list li .tit {
    font-size: 18px;
  }
}
.home-06-list li .txt {
  font-weight: bold;
  line-height: 1.33;
  margin-top: 1em;
  font-size: 11px;
}
@media (min-width: 640px) {
  .home-06-list li .txt {
    font-size: 12px;
  }
}
.home-06-list li .note {
  line-height: 1.6;
  font-size: 9px;
  color: #D00E0E;
  margin-top: 1em;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .home-06-list li .note {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}

/*-----------------------
 #home-07
-------------------------*/
#home-07 {
  margin-top: 53.6px;
}
@media (min-width: 960px) {
  #home-07 {
    margin-top: 67px;
  }
}

.home-07-wrapper {
  position: relative;
  background-color: #7cd1f5;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 38.4px;
  padding-bottom: 35.2px;
}
@media (min-width: 960px) {
  .home-07-wrapper {
    padding-top: 48px;
    padding-bottom: 44px;
  }
}
.home-07-wrapper::before, .home-07-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
}
.home-07-wrapper::before {
  border-width: 10vw 10vw 0 0;
  border-color: #fff transparent transparent transparent;
  left: 0;
  top: 0;
}
@media (min-width: 640px) {
  .home-07-wrapper::before {
    border-width: 76px 76px 0 0;
  }
}
@media (min-width: 960px) {
  .home-07-wrapper::before {
    border-width: 95px 95px 0 0;
  }
}
.home-07-wrapper::after {
  border-width: 10vw 0 0 10vw;
  border-color: transparent transparent transparent #fff;
  left: 0;
  bottom: 0;
}
@media (min-width: 640px) {
  .home-07-wrapper::after {
    border-width: 76px 0 0 76px;
  }
}
@media (min-width: 960px) {
  .home-07-wrapper::after {
    border-width: 95px 0 0 95px;
  }
}
.home-07-wrapper .com-sec-01 {
  padding: 0;
}

.home-07-list {
  margin-top: 43.2px;
}
@media (min-width: 960px) {
  .home-07-list {
    margin-top: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-07-list li {
  background-image: url(../images/07_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 208.2px;
  height: 208.2px;
}
@media (min-width: 640px) {
  .home-07-list li {
    width: 231.34px;
    height: 231.34px;
  }
}
@media (max-width: 959px) {
  .home-07-list li {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  .home-07-list li + li {
    margin-top: 25px;
  }
}
.home-07-list li p {
  font-weight: bold;
  line-height: 1.23;
  margin-top: 18px;
}
@media (min-width: 640px) {
  .home-07-list li p {
    margin-top: 20px;
    font-size: 18px;
  }
}

.home-07-note {
  margin-top: 43.2px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 12.8px;
}
@media (min-width: 960px) {
  .home-07-note {
    margin-top: 54px;
    font-size: 16px;
  }
}

/*-----------------------
 #home-08
-------------------------*/
#home-08 {
  padding-top: 108.8px;
  padding-bottom: 112px;
  text-align: center;
}
@media (min-width: 960px) {
  #home-08 {
    padding-top: 136px;
    padding-bottom: 140px;
  }
}
@media (min-width: 640px) {
  #home-08 .com-sec-01 {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#home-08 .left {
  max-width: 100%;
}
@media (max-width: 639px) {
  #home-08 .left {
    margin-top: 15px;
    width: 117.6px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #home-08 .right {
    margin-left: 4.8%;
  }
}

.home-08-tit {
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
  padding-right: 1.8em;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: bold;
  font-size: 19.2px;
}
@media (min-width: 768px) {
  .home-08-tit {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 960px) {
  .home-08-tit {
    font-size: 24px;
  }
}
.home-08-tit::before {
  content: "＼";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-08-tit::after {
  content: "／";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-08-list {
  margin-top: 33.6px;
}
@media (min-width: 768px) {
  .home-08-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 653px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 960px) {
  .home-08-list {
    margin-top: 42px;
  }
}
.home-08-list li {
  background-image: url(../images/08_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  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;
  width: 162.7px;
  height: 162.7px;
}
@media (min-width: 640px) {
  .home-08-list li {
    width: 180.88px;
    height: 180.84px;
  }
}
@media (max-width: 959px) {
  .home-08-list li {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .home-08-list li + li {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .home-08-list li + li {
    margin-top: 15px;
  }
}
.home-08-list .txt {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 14.4px;
  line-height: 1.28;
  margin-top: 12px;
}
@media (min-width: 640px) {
  .home-08-list .txt {
    font-size: 18px;
    margin-top: 15px;
  }
}
.home-08-list .txt.small {
  font-size: 11.2px;
}
@media (min-width: 640px) {
  .home-08-list .txt.small {
    font-size: 14px;
  }
}

.home-08-txt {
  margin-top: 22.4px;
  line-height: 1.5;
  font-size: 12.8px;
  font-weight: bold;
}
@media (min-width: 960px) {
  .home-08-txt {
    margin-top: 28px;
    font-size: 16px;
  }
}

/*-----------------------
 #home-10
-------------------------*/
#home-10 {
  background-image: url(../images/09_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 58.2px;
  padding-bottom: 75.2px;
}
@media (min-width: 960px) {
  #home-10 {
    padding-top: 73px;
    padding-bottom: 94px;
  }
}

.home-10-txt {
  margin-top: 14.4px;
  font-weight: bold;
  line-height: 1.87;
  font-size: 12.8px;
  text-align: center;
}
@media (min-width: 960px) {
  .home-10-txt {
    margin-top: 18px;
    font-size: 16px;
  }
}

.contact-form-wrapper {
  max-width: 717.86px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 2px solid #002E78;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 15px 36px;
  margin-top: 52.8px;
}
@media (min-width: 640px) {
  .contact-form-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .contact-form-wrapper {
    padding-top: 50px;
    padding-bottom: 45px;
    padding-left: 35px;
    padding-right: 38px;
    margin-top: 66px;
  }
}

.contact-form dl > div {
  padding-top: 16px;
  padding-left: 4.8px;
  padding-right: 4.8px;
  padding-bottom: 4px;
  border-bottom: 2px solid #002E78;
}
@media (min-width: 640px) {
  .contact-form dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    padding-left: 6px;
    padding-right: 35px;
    padding-bottom: 5px;
  }
}
.contact-form dl > div.radio-wrapper {
  padding-top: 23.2px;
  padding-bottom: 12px;
}
@media (min-width: 640px) {
  .contact-form dl > div.radio-wrapper {
    padding-top: 29px;
    padding-bottom: 15px;
  }
}
.contact-form dl > div:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.contact-form dt {
  font-size: 11.2px;
  font-weight: bold;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .contact-form dt {
    font-size: 14px;
    width: 33.8%;
  }
}
.contact-form dt.radio {
  margin-bottom: 11.5px;
}
.contact-form dt.required span {
  position: relative;
}
@media (max-width: 639px) {
  .contact-form dt.required span {
    padding-left: 44px;
  }
}
.contact-form dt.required span::before {
  content: "必須";
  position: absolute;
  display: block;
  color: #fff;
  background-color: #002E78;
  font-weight: bold;
  font-size: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33.6px;
  height: 16.8px;
}
@media (min-width: 640px) {
  .contact-form dt.required span::before {
    padding-top: 5px;
    padding-bottom: 2px;
    width: 42px;
    height: 21px;
    font-size: 11px;
  }
}
.contact-form dt span {
  display: block;
}
@media (min-width: 640px) {
  .contact-form dt span {
    padding-left: 55px;
  }
}
@media (min-width: 640px) {
  .contact-form dd {
    width: 66.2%;
  }
}
@media (max-width: 639px) {
  .contact-form dd {
    margin-top: 12px;
  }
}
.contact-form dd.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 479px) {
  .contact-form dd.radio {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contact-form dd.radio label {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media (min-width: 480px) {
  .contact-form dd.radio label:not(:first-of-type) span {
    margin-left: 10em;
  }
}
.contact-form dd.radio label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contact-form dd.radio label span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 1em;
}
.contact-form dd.radio label span::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #002E78;
  left: 2px;
  top: 2px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  width: 100%;
  border: none;
  letter-spacing: 0;
  font-weight: bold;
  background-color: #c8e6f7;
  padding: 6.5px 1em 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: kozuka-gothic-pr6n, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
}
@media (min-width: 640px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form textarea {
    height: 32px;
  }
}
.contact-form input[type=text]::-webkit-input-placeholder, .contact-form input[type=email]::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #807C7C;
  font-size: 11.2px;
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #807C7C;
  font-size: 11.2px;
}
.contact-form input[type=text]:-ms-input-placeholder, .contact-form input[type=email]:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #807C7C;
  font-size: 11.2px;
}
.contact-form input[type=text]::-ms-input-placeholder, .contact-form input[type=email]::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
  color: #807C7C;
  font-size: 11.2px;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form textarea::placeholder {
  color: #807C7C;
  font-size: 11.2px;
}
@media (min-width: 640px) {
  .contact-form input[type=text]::-webkit-input-placeholder, .contact-form input[type=email]::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
    font-size: 14px;
  }
  .contact-form input[type=text]:-ms-input-placeholder, .contact-form input[type=email]:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .contact-form input[type=text]::-ms-input-placeholder, .contact-form input[type=email]::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .contact-form input[type=text]::placeholder,
  .contact-form input[type=email]::placeholder,
  .contact-form textarea::placeholder {
    font-size: 14px;
  }
}
.contact-form input[type=text],
.contact-form input[type=email] {
  height: 25.6px;
}
@media (min-width: 640px) {
  .contact-form input[type=text],
  .contact-form input[type=email] {
    height: 32px;
  }
}
.contact-form input[type=text].short,
.contact-form input[type=email].short {
  width: 188px;
}
.contact-form input[type=text].short + span,
.contact-form input[type=email].short + span {
  font-size: 14px;
  font-weight: bold;
  vertical-align: bottom;
  margin-left: 0.5em;
}
.contact-form textarea {
  max-width: 100%;
  height: 133.6px;
}
@media (min-width: 640px) {
  .contact-form textarea {
    height: 167px;
  }
}
.contact-form input[type=radio] {
  display: none;
  font-size: 14px;
}
.contact-form input[type=radio]:checked + label span::after {
  opacity: 1;
}
.contact-form .money .formError {
  margin-left: 0;
}
.contact-form .privacy-policy {
  text-align: center;
  margin-top: 16px;
  letter-spacing: 0;
}
@media (min-width: 960px) {
  .contact-form .privacy-policy {
    margin-top: 20px;
  }
}
.contact-form .privacy-policy a {
  text-decoration: underline;
  font-size: 10px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 960px) {
  .contact-form .privacy-policy a {
    font-size: 12px;
  }
}
.contact-form .privacy-policy a:hover {
  color: #002E78;
}

.form-btn {
  display: block;
  font-size: 19.2px;
  color: #fff;
  font-weight: bold;
  background-color: #002E78;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 321.6px;
  height: 59.2px;
  border-radius: 10px;
  padding: 10px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 31.2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 960px) {
  .form-btn {
    font-size: 24px;
    margin-top: 39px;
    width: 402px;
    height: 74px;
  }
}
.form-btn:hover {
  background-color: #fff;
  color: #002E78;
  border: 1px solid #002E78;
}
.form-btn span {
  display: block;
  font-size: 11.2px;
}
@media (min-width: 960px) {
  .form-btn span {
    font-size: 14px;
  }
}

/* #thanks
--------------------------------- */
#thanks {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {
  #thanks {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#thanks h2 {
  text-align: center;
  font-size: 19.2px;
  text-shadow: 0 0 0.1px #000;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 960px) {
  #thanks h2 {
    font-size: 24px;
  }
}
#thanks .thanks-txt {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 12px;
}
@media (min-width: 960px) {
  #thanks .thanks-txt {
    font-size: 14px;
    margin-top: 15px;
  }
}
#thanks .return {
  margin-top: 16px;
}
@media (min-width: 960px) {
  #thanks .return {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=body.css.map */