@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

.red {
  color: #ff0200;
}

.kanyu {
  color: #ff0200;
  font-weight: bold;
}

.blue {
  color: #2f02ee;
  font-weight: bold;
}

.yellow {
  color: #fed830;
}

.mb40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 750px) {
  .mb40 {
    margin-bottom: 5%;
  }
}

body {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: "Noto Sans JP", " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  box-sizing: border-box;
  background-color: #fff9fb;
  font-feature-settings: "palt";
  text-align: center;
}

@media only screen and (max-width: 750px) {
  body {
    font-size: 16px;
    line-height: 160%;
  }
}

a {
  text-decoration: none;
}

q::before,
q::after {
  content: none;
}

.sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

img {
  width: 100%;
}

.h2 {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  color: #fff;
  background-color: #2f02ee;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 80px;
  line-height: 120%;
  letter-spacing: 4px;
  position: relative;
}

.h2::before {
  content: "";
  width: 54px;
  height: 24px;
  background: url(../images/tri02.png) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -24px;
}

@media only screen and (max-width: 750px) {
  .h2 {
    font-size: 6.2vw;
    padding: 20px 0;
    margin-bottom: 60px;
    letter-spacing: 2px;
  }
}

.h2__txt {
  width: calc(100% - 20px);
  display: table;
  margin: 0 auto;
}

.wrap {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.header {
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
}

@media only screen and (max-width: 750px) {
  .header {
    padding: 0;
  }
}

.header__inner {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 100%;
}

@media only screen and (max-width: 750px) {
  .header__inner {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 750px) {
  .header__inner {
    width: 100%;
  }
}

.header__h1 {
  max-width: 319px;
  width: 68%;
  float: left;
}

@media only screen and (max-width: 750px) {
  .header__h1 {
    width: 210px;
    padding: 11px 0px 5px 10px;
  }
}

.header__btn {
  max-width: 240px;
  width: 30%;
  float: right;
  background-color: #2F02EE;
  line-height: 46px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  box-shadow: 0 5px 15px 0 rgba(47, 2, 238, 0.5);
}

@media only screen and (max-width: 750px) {
  .header__btn {
    width: 38%;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
  }
}

.header__icon {
  max-width: 31px;
  vertical-align: middle;
}

.main {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 150px;
}

@media only screen and (max-width: 750px) {
  .main {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 750px) {
  .main {
    width: 100%;
    margin-bottom: 80px;
  }
}

.main__mv {
  margin: 170px auto 60px;
}

@media only screen and (max-width: 750px) {
  .main__mv {
    margin: 80px auto 30px;
  }
}

.main__list {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .main__list {
    width: calc(100% - 30px);
  }
}

@media only screen and (min-width: 751px) {
  .main__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.main__link {
  font-weight: bold;
  max-width: 450px;
  width: 47%;
  display: block;
  letter-spacing: 3px;
  border-radius: 40px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background-color: #2f02ee;
  box-shadow: 0 5px 15px 0 rgba(16, 67, 114, 0.5);
}

@media only screen and (max-width: 750px) {
  .main__link {
    width: 100%;
    line-height: 60px;
    margin: 0 auto 10px;
  }
}

.main__big {
  font-size: 30px;
}

@media only screen and (max-width: 750px) {
  .main__big {
    font-size: 24px;
  }
}

.caution {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 10px 0;
  font-size: 36px;
  text-align: center;
  line-height: 200%;
  font-weight: bold;
  margin-top: 20px;
}

@media only screen and (max-width: 750px) {
  .caution {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 750px) {
  .caution {
    font-size: 4.5vw;
  }
}

.caution--last {
  margin-bottom: 120px;
}

.caution__big {
  font-weight: bold;
  font-size: 45px;
}

@media only screen and (max-width: 750px) {
  .caution__big {
    font-size: 7.2vw;
  }
}

.caution__st {
  font-weight: bold;
  font-size: 65px;
  display: inline-block;
}

@media only screen and (max-width: 750px) {
  .caution__st {
    font-size: 9.2vw;
  }
}

.caution__dd:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #666;
}

.caution {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
  font-size: 36px;
  text-align: center;
  line-height: 200%;
  font-weight: bold;
  margin-top: 20px;
}

@media only screen and (max-width: 750px) {
  .caution {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 750px) {
  .caution {
    font-size: 4.4vw;
    width: 100%;
    letter-spacing: 0;
  }
}

.caution--last {
  margin-bottom: 120px;
}

@media only screen and (max-width: 750px) {
  .caution--last {
    margin-bottom: 60px;
  }
}

.caution__big {
  font-weight: bold;
  font-size: 45px;
}

@media only screen and (max-width: 750px) {
  .caution__big {
    font-size: 6vw;
  }
}

.caution__st {
  font-weight: bold;
  font-size: 65px;
  display: inline-block;
}

@media only screen and (max-width: 750px) {
  .caution__st {
    font-size: 7.2vw;
  }
}

.caution__dd:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #666;
}

.sec01 {
  background-color: #def2fd;
  padding-top: 110px;
}

@media only screen and (max-width: 750px) {
  .sec01 {
    padding-top: 60px;
  }
}

.sec01__pict {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .sec01__pict {
    width: calc(100% - 30px);
  }
}

.sec02 {
  padding-bottom: 140px;
}

@media only screen and (max-width: 750px) {
  .sec02 {
    padding-bottom: 10%;
  }
}

.sec02__box {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .sec02__box {
    width: calc(100% - 30px);
  }
}

.sec02__pict {
  margin-bottom: 80px;
}

.sec02__st {
  font-weight: bold;
  font-size: 28px;
}

@media only screen and (max-width: 750px) {
  .sec02__st {
    font-size: 24px;
  }
}

.sec02__txt--sm {
  font-size: 14px;
  margin-top: 40px;
}

.sec02__info {
  border: solid 2px #2f02ee;
  border-radius: 9px;
}

.sec02__dt {
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  width: 100%;
  padding: 20px 0;
  background-color: #2f02ee;
}

@media only screen and (max-width: 750px) {
  .sec02__dt {
    font-size: 4.5vw;
    padding: 15px 0;
  }
}

.sec02__dd {
  padding: 20px;
}

@media only screen and (max-width: 750px) {
  .sec02__dd {
    padding: 10px;
    font-size: 14px;
  }
}

.sec02__dd--sm {
  margin-top: 20px;
  font-size: 14px;
}

@media only screen and (max-width: 750px) {
  .sec02__dd--sm {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.sec03 {
  background-color: #def2fd;
  padding: 100px 0 70px;
}

@media only screen and (max-width: 750px) {
  .sec03 {
    padding: 9% 0 11%;
  }
}

.sec03__box {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .sec03__box {
    width: calc(100% - 30px);
  }
}

.sec04 {
  /*タブ実装*/
}

@media only screen and (min-width: 751px) {
  .sec04__pict {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.sec04__img {
  max-width: 470px;
  width: 48%;
}

.sec04__right {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 15px;
  font-size: 14px;
  text-align: right;
}

@media only screen and (max-width: 750px) {
  .sec04__right {
    width: calc(100% - 30px);
  }
}

.sec04 .tab_box .btn_area {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 750px) {
  .sec04 .tab_box .btn_area {
    width: calc(100% - 30px);
  }
}

.sec04 .tab_box .tab_btn {
  max-width: 320px;
  width: 33%;
  font-size: 30px;
  padding: 8px 0;
  color: #2f02ee;
  background-color: #eee;
  font-weight: bold;
  text-align: center;
  border-radius: 9px 9px 0 0;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec04 .tab_box .tab_btn+.tab_btn {
  margin-left: 8px;
}

.sec04 .tab_box .tab_btn--sm {
  font-size: 20px;
  line-height: 130%;
}

.sec04 .tab_box .tab_btn:hover {
  background-color: #dce1e4;
}

.sec04 .tab_box .tab_btn.active {
  background: #def2fd;
}

.sec04 .tab_box .panel_area {
  background-color: #def2fd;
  padding: 80px 0;
}

.sec04 .tab_box .tab_panel {
  display: none;
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background-color: #def2fd;
}

@media only screen and (max-width: 750px) {
  .sec04 .tab_box .tab_panel {
    width: calc(100% - 30px);
  }
}

.sec04 .tab_box .tab_panel.active {
  display: block;
}

@media only screen and (min-width: 751px) {
  .sec04 .sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .sec04 .tab_box {
    display: none;
  }
}

.sec04 .tab-sp {
  margin-bottom: 50px;
}

.sec04 .h3 {
  font-size: 48px;
  padding: 20px 0;
  background-color: #ccc;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .sec04 .h3 {
    font-size: 7vw;
  }
}

.sec04 .h3::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 10px;
  background-color: #ccc;
}

.sec04 .h3__span {
  display: table;
  margin: 0 auto;
}

.sec04 .acd {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .sec04 .acd {
    width: calc(100% - 30px);
  }
}

.sec04 .acd:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  .sec04 .acd:not(:last-child) {
    margin-bottom: 10px;
  }
}

.sec04 .acd__check {
  display: none;
}

.sec04 .acd__label::before,
.sec04 .acd__content::before {
  font-size: 23px;
  line-height: 100%;
  border-radius: 4px;
  padding: 8px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -20px;
}

@media only screen and (max-width: 750px) {

  .sec04 .acd__label::before,
  .sec04 .acd__content::before {
    font-size: 20px;
    padding: 7px;
    left: 15px;
    margin-top: -17px;
  }
}

.sec04 .acd__label {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0;
  border-radius: 9px;
  display: block;
  color: #2f02ee;
  background-color: #e6e6e5;
  padding: 15px 25px 15px 15px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .sec04 .acd__label {
    line-height: 150%;
  }
}

.sec04 .acd__label:after {
  content: "\f078";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  width: 20px;
  height: 50px;
  position: absolute;
  right: 30px;
  top: 25px;
  font-weight: 900;
}

@media only screen and (max-width: 750px) {
  .sec04 .acd__label:after {
    font-size: 21px;
    width: 14px;
    height: 20px;
    right: 14px;
    top: 50%;
    margin-top: -18px;
    font-weight: 600;
  }
}

.sec04 .acd__img {
  width: 100%;
}

.sec04 .acd__img:not(:last-child) {
  margin-bottom: 20px;
}

.sec04 .acd__content {
  border: 2px solid #2f02ee;
  background-color: #def2fd;
  display: block;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  position: relative;
}

.sec04 .acd .acd__check:checked+.acd__label {
  background-color: #2f02ee;
  border-radius: 9px 9px 0 0;
  color: #fff;
}

.sec04 .acd .acd__check:checked+.acd__label:after {
  content: "\f077";
  color: #fff;
}

.sec04 .acd .acd__check:checked+.acd__label+.acd__content {
  height: auto;
  opacity: 1;
  padding: 26px 30px 26px;
  visibility: visible;
  transition: 0.5s;
}

@media only screen and (max-width: 750px) {
  .sec04 .acd .acd__check:checked+.acd__label+.acd__content {
    padding: 16px 20px 16px;
    line-height: 150%;
  }
}

.sec05 {
  padding: 100px 0 70px;
}

@media only screen and (max-width: 750px) {
  .sec05 {
    padding: 0 0 30px;
  }
}

.sec05__box {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .sec05__box {
    width: calc(100% - 30px);
  }
}

.sec05__pict {
  margin-top: 60px;
}

@media only screen and (max-width: 750px) {
  .sec05__pict {
    margin-top: 30px;
  }
}

.sec06 {
  background-color: #def2fd;
  padding: 100px 0 70px;
}

@media only screen and (max-width: 750px) {
  .sec06 {
    padding: 50px 0 35px;
  }
}

.sec06__box {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .sec06__box {
    width: calc(100% - 30px);
  }
}

.sec06__h3 {
  background-color: #2f02ee;
  color: #fff;
}

.sec06__link {
  display: block;
  color: #fff;
}

.sec06__sub {
  font-size: 36px;
  line-height: 160%;
  font-weight: bold;
  margin-bottom: 120px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 750px) {
  .sec06__sub {
    font-size: 4.5vw;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 751px) {
  .sec06__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.sec06__item {
  font-size: 28px;
  vertical-align: middle;
  line-height: 155px;
  color: #2f02ee;
}

@media only screen and (min-width: 751px) {
  .sec06__item {
    width: 48%;
  }

  .sec06__item:nth-child(n+3) {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 750px) {
  .sec06__item {
    font-size: 5.5vw;
    overflow: hidden;
    line-height: 125px;
  }

  .sec06__item:nth-child(n+2) {
    margin-top: 15px;
  }
}

.sec06__icon {
  max-width: 152px;
  width: 35%;
  float: left;
}

.sec06__span {
  font-weight: bold;
  line-height: 140%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 60%;
}

.sec06__info {
  margin-top: 35px;
  overflow: hidden;
}

.sec06__txt {
  line-height: 140%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 80%;
  margin-top: 30px;
}

@media only screen and (max-width: 750px) {
  .sec06__txt {
    width: 65%;
    margin-top: 0;
    font-size: 14px;
  }
}

.sec06__icon {
  max-width: 152px;
  width: 35%;
  float: left;
}

@media only screen and (max-width: 750px) {
  .sec06__icon {
    width: 30%;
  }
}

.sec07 {
  padding: 150px 0 70px;
  background: #1841a8;
}

@media only screen and (max-width: 750px) {
  .sec07 {
    padding: 70px 0 35px;
  }
}

.sec07__box {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .sec07__box {
    width: calc(100% - 30px);
  }
}

.sec07__ttl {
  color: #fff;
  line-height: 140%;
  padding: 0 0 7px 20px;
}

@media only screen and (max-width: 750px) {
  .sec07__ttl {
    padding: 0 0 5px 0px;
    display: block;
  }
}

.sec07__sm {
  font-size: 14px;
}

@media only screen and (max-width: 750px) {
  .sec07__sm {
    font-size: 12px;
  }
}

.sec07__text-right {
  float: right;
}

.contact-form {
  text-align: left;
}

.contact-form input {
  width: 92%;
  padding: 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 750px) {
  .contact-form input {
    width: 87%;
  }
}

.contact-form input[type=radio] {
  width: auto;
}

.contact-form input[name=join01] {
  width: 80%;
}

@media only screen and (max-width: 750px) {
  .contact-form input[name=join01] {
    width: 60%;
  }
}

.contact-form textarea {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  padding: 10px;
}

.contact-form__box {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .contact-form__box {
    width: calc(100% - 30px);
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  .contact-form__list--flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 751px) {
  .contact-form__list--flex .contact-form__item {
    width: 50%;
  }
}

.contact-form__item {
  margin-bottom: 20px;
  color: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  .contact-form__item {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.contact-form__item--info {
  display: table;
  margin: 20px auto;
}

.contact-form__red,
.contact-form__glay {
  font-style: normal;
  background-color: #ff0200;
  color: #fff;
  padding: 0 8px;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  margin-left: 5px;
}

.contact-form__glay {
  background-color: #808282;
}

.submit {
  max-width: 580px;
  width: 70%;
  padding: 15px;
  border: none;
  border-radius: 45px;
  font-size: 38px;
  font-weight: bold;
  background-color: #fed830;
  color: #000;
  text-align: center;
  display: table;
  margin: 0 auto;
  position: relative;
}

.submit::before {
  content: "\f054";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  width: 20px;
  height: 50px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -15px;
  font-weight: 900;
}

@media only screen and (max-width: 750px) {
  .submit::before {
    font-size: 20px;
    margin-top: -10px;
  }
}

.submit:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 750px) {
  .submit {
    font-size: 4.5vw;
    letter-spacing: 1px;
  }
}

.link {
  font-size: 20px;
  text-align: center;
  color: #29a9e1;
  text-decoration: underline;
}

@media only screen and (max-width: 750px) {
  .link {
    font-size: 14px;
  }
}

.line {
  position: relative;
}

.line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fed830;
  width: 100%;
  height: 13px;
  z-index: -1;
}

#send {
  color: #2f02ee;
  background: #fff;
  max-width: 600px;
  width: 80%;
  border-radius: 12px;
  line-height: 85px;
  margin: 0 auto 60px;
  letter-spacing: 5px;
  font-size: 30px;
}

.h3 {
  font-size: 36px;
  max-width: 720px;
  width: 80%;
  border-radius: 12px;
  line-height: 85px;
  margin: 0 auto 60px;
  letter-spacing: 5px;
  position: relative;
}

.h3::before {
  content: "";
  width: 54px;
  height: 24px;
  background: url(../images/tri02.png) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -24px;
}

.h3--w {
  color: #2f02ee;
  background-color: #fff;
}

.h3--w::before {
  width: 34px;
  height: 17px;
  background: url(../images/tri01.png) no-repeat center;
  bottom: -17px;
}

@media only screen and (max-width: 750px) {
  .h3 {
    width: 90%;
    font-size: 5.5vw;
    letter-spacing: 1px;
    line-height: 120%;
    padding: 15px 0;
    margin-bottom: 40px;
  }
}

.h4 {
  color: #2f02ee;
  font-size: 48px;
  line-height: 120%;
  margin: 0 auto 50px;
  letter-spacing: 5px;
}

@media only screen and (max-width: 750px) {
  .h4 {
    font-size: 7.5vw;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
}

.sec08 {
  padding: 50px 0 120px;
  background: #1841a8;
}

@media only screen and (max-width: 750px) {
  .sec08 {
    padding: 25px 0 60px;
  }
}

.sec08__box {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
  color: #fff;
}

@media only screen and (max-width: 750px) {
  .sec08__box {
    width: calc(100% - 30px);
  }
}

.sec08__pict {
  max-width: 724px;
  width: 100%;
  margin: 0 auto 5px;
}

.sec08__h3 {
  font-size: 28px;
}

@media only screen and (max-width: 750px) {
  .sec08__h3 {
    font-size: 4.5vw;
    width: 100%;
  }
}

.sec08__info {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 80px;
}

@media only screen and (max-width: 750px) {
  .sec08__info {
    width: calc(100% - 30px);
  }
}

.sec08__box {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .sec08__box {
    width: calc(100% - 30px);
  }
}

.sec09 {
  background-color: #def2fd;
  padding: 100px 0 70px;
}

@media only screen and (max-width: 750px) {
  .sec09 {
    padding: 50px 0 35px;
  }
}

.sec09__box {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .sec09__box {
    width: calc(100% - 30px);
  }
}

.sec09__item {
  text-align: left;
  margin-bottom: 30px;
}

.sec09__q,
.sec09__a {
  color: #2f02ee;
  position: relative;
  padding-left: 45px;
}

.sec09__q::before,
.sec09__a::before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
}

.sec09__q {
  font-weight: bold;
}

.sec09__q::before {
  content: "Q";
  background-color: #2f02ee;
  color: #fff;
}

.sec09__a {
  color: #000;
  margin-top: 20px;
}

.sec09__a::before {
  content: "A";
  border: solid 1px #2f02ee;
  color: #2f02ee;
}

.sec09__h3 {
  background-color: #2f02ee;
  color: #fff;
}

.sec09__info {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 80px;
}

@media only screen and (max-width: 750px) {
  .sec09__info {
    width: calc(100% - 30px);
  }
}

.sec09__box {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .sec09__box {
    width: calc(100% - 30px);
  }
}

.footer {
  padding: 50px 20px;
  background: #191919;
  text-align: left;
  color: #fff;
  line-height: 140%;
}

@media only screen and (max-width: 750px) {
  .footer {
    padding: 30px 20px;
  }
}

.footer__box {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 90%;
}

@media only screen and (max-width: 750px) {
  .footer__box {
    width: calc(100% - 30px);
  }
}

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


.color-blue {
  color: #1841A8;
}

.contact-form__red {
  margin-right: 15px;
}

@media only screen and (max-width: 750px) {
  .contact-form__red {
    margin-right: 0px;
  }
}

.fukidashi-pc {
  max-width: 980px;
  height: auto;
  margin: 20px auto 0;
}
.text-align-r {
  text-align: right;
}

.fukidashi-sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .fukidashi-pc {
    display: none;
  }

  .fukidashi-sp {
    display: block;
    max-width: 450px;
    margin: 0 auto;
  }
  .fukidashi-sp-left {
    padding-bottom: 40px;
  }
}