@charset "UTF-8";
/* ------------------------------------------------------------ fv */

.fzpc_33 {
  font-size: 33px;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .fzpc_33 {
    font-size: 5.5vw;
  }
}

#wrapper {
  padding-top: 166px;
}

@media only screen and (max-width: 640px) {
  #wrapper {
    padding-top: 70px;
  }
}
#fv_slider .slide {
  position: relative; /* height: 800px; */
}

#fv_slider .slide img {
  width: 100%;
  height: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  #wrapper img {
    width: 100%;
  }
}
.bg_white {
  background: #fff;
  border-radius: 44px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  box-sizing: content-box;
}
.bg_white strong {
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .bg_white {
    border-radius: 14px;
  }
}

.ttl_blue {
  position: relative;
  color: #fff;
  background-color: #254595;
  text-align: center;
}
.ttl_blue:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background: url("../images/index/ttl_deco.png") repeat center;
  left: 0;
  bottom: -12px;
}
.ttl_blue .l_inner {
  position: relative;
  min-height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}
.ttl_blue .l_inner i {
  position: absolute;
}
.ttl_blue h2 {
  font-weight: 500;
  font-size: 32px;
  padding: 23px 0;
}
.ttl_blue h2 span {
  font-weight: 500;
  font-size: 42px;
  display: inline-block;
  margin: 0 18px;
}
@media only screen and (max-width: 640px) {
  .ttl_blue h2 {
    line-height: 35px;
    padding: 23px 20px;
    font-size: 24px;
  }
  .ttl_blue h2 span {
    font-size: 32px;
    margin: 0 8px;
  }
}

.cta {
  background: url("../images/common/bg1.jpg");
  padding: 43px 30px 57px;
  text-align: center;
}
.cta .l_inner {
  width: 100%;
  max-width: 953px;
}
.cta h2 {
  margin-bottom: 43px;
  display: flex;
  justify-content: center;
}
.cta h2 p {
  font-weight: 700;
  font-size: 29px;
  line-height: 1.5;
}
.cta h2 p span {
  margin-bottom: 14px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cta h2 p span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  z-index: -1;
  width: 100%;
  height: 15px;
  background: #F5FF07;
}
@media only screen and (max-width: 640px) {
  .cta {
    padding: 26px 5% 33px;
  }
  .cta h2 {
    margin-bottom: 24px;
  }
  .cta h2 p {
    font-size: 21px;
  }
  .cta h2 p span {
    margin-bottom: 11px;
  }
  .cta h2 p span:before {
    bottom: -5px;
    height: 11px;
  }
}

.cta2 {
  text-align: center;
  padding: 56px 30px 80px;
  width: 100%;
  overflow: hidden;
}
.cta2 .fzpc_33 {
  line-height: 48px;
}
.cta2 .cta2-txt1 {
  margin: 10px 0 30px;
}
.cta2 .btn_blue {
  margin-bottom: 50px;
}
.cta2 .btn_blue a {
  padding: 0;
  border-radius: 41px;
  height: 81px;
}
.cta2 .btn_blue a:before {
  display: none;
}
.cta2 .btn_blue a p {
  font-size: 23px;
}
.cta2 .btn_blue a i {
  position: absolute;
  left: 30px;
}
.cta2 .cta2-list {
  justify-content: center;
}
.cta2 .cta2-list li:not(:first-child) {
  margin-left: 49px;
}
.cta2 .cta2-list li .df {
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 500;
}
.cta2 .cta2-list li i {
  margin-right: 13px;
}
@media only screen and (max-width: 640px) {
  .cta2 {
    padding: 44px 0 5px;
  }
  .cta2 .cta2-txt1 {
    margin: 13px 0 20px;
    line-height: 24px;
  }
  .cta2 .btn_blue {
    margin-bottom: 50px;
  }
  .cta2 .btn_blue a {
    height: 14.1vw;
    max-height: 61px;
  }
  .cta2 .btn_blue a p {
    font-size: 17px;
  }
  .cta2 .btn_blue a i {
    position: absolute;
    left: 27px;
    max-width: 21px;
    width: 4.9vw;
  }
  .cta2 .cta2-list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .cta2 .cta2-list li {
    width: 36%;
    margin-bottom: 27px;
  }
  .cta2 .cta2-list li:not(:first-child) {
    margin-left: 0;
  }
  .cta2 .cta2-list li:last-child {
    width: 28%;
  }
  .cta2 .cta2-list li p {
    font-size: 16px;
  }
  .cta2 .cta2-list li i {
    width: 20px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 640px) {
  #index-group {
    flex-wrap: wrap;
  }
}

#sec1 {
  background: #FEFCEF;
  padding: 38px 30px 97px;
}
#sec1 .fzpc_33 {
  text-align: center;
  line-height: 48px;
  margin-bottom: 67px;
}
#sec1 .sec1-ttl {
  position: relative;
  text-align: center;
  color: #254595;
  font-weight: 500;
  background-color: #D9EEFE;
  font-size: 18px;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  padding-left: 11%;
  margin-bottom: 33px;
}
#sec1 .sec1-ttl p{
	font-weight: 500;
	align-items: flex-end;
}
#sec1 .sec1-ttl span {
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
  margin-right: 7px;
}
#sec1 .sec1-ttl i {
  display: block;
  position: absolute;
  bottom: 0;
  left: 4%;
  width: 29.6%;
}
#sec1 .sec1-ttl i img {
  width: 100%;
}
#sec1 .sec1-col {
  margin-bottom: 80px;
}
#sec1 .sec1-col .border_blue {
  margin-top: 41px;
}
#sec1 .sec1-col .border_blue a {
  border: 2px solid #254595;
  background-color: #fff;
  border-radius: 36px;
  min-width: 309px;
  height: 72px;
  color: #254595;
  padding: 0 20px 0 0;
}
#sec1 .sec1-col .border_blue a p {
  font-size: 19px;
  font-weight: 500;
}
#sec1 .sec1-col .border_blue a i {
  position: absolute;
  right: 12px;
}
#sec1 .sec1-col .border_blue a:before {
  display: none;
}
#sec1 .list-check {
  font-family: "alternate-gothic-atf", sans-serif;
}
#sec1 .list-check li {
  line-height: 41px;
  position: relative;
  padding-left: 40px;
}
#sec1 .list-check li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("../images/index/icon_check.svg") no-repeat center/100% auto;
}
#sec1 .toggle-link {
  position: relative;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
}
#sec1 .toggle-link:hover {
  opacity: 0.7;
}
#sec1 .toggle-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #707070;
}
#sec1 .toggle-link span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 20px;
  width: 133px;
  height: 40px;
  position: relative;
  z-index: 1;
}
#sec1 .toggle-link span:before {
  content: "もっと見る";
}
#sec1 .toggle.active .toggle-link span:before {
  content: "閉じる";
}
#sec1 .sec1-ttl2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
}
#sec1 .sec1-txt2 {
  margin: 25px 0 30px;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  #sec1 .l_inner {
    width: 100%;
    max-width: 1200px;
  }
  #sec1 .sec1-col {
    width: calc((100% - 74px) / 3);
  }
}
@media only screen and (max-width: 640px) {
  #sec1 {
    width: 100%;
    box-sizing: content-box;
    padding: 38px 0 58px;
  }
  #sec1 .fzpc_33 {
    line-height: 35px;
    margin-bottom: 57px;
  }
  #sec1 .sec1-ttl {
    padding-left: 27%;
  }
  #sec1 .sec1-ttl span {
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
    margin-right: 7px;
  }
  #sec1 .sec1-ttl i {
    width: 34%;
  }
  #sec1 .btn-global a {
    max-width: 320px;
    width: 82.3%;
  }
  #sec1 .sec1-col {
    margin-bottom: 80px;
  }
  #sec1 .sec1-col:last-child {
    margin-bottom: 0;
  }
  #sec1 .sec1-col .border_blue {
    margin-top: 26px;
    margin-bottom: 18px;
  }
  #sec1 .sec1-col .border_blue a {
    border: 2px solid #254595;
    background-color: #fff;
    border-radius: 36px;
    min-width: 309px;
    height: 72px;
    color: #254595;
    padding: 0 20px 0 0;
  }
  #sec1 .sec1-col .border_blue a p {
    font-size: 19px;
    font-weight: 500;
  }
  #sec1 .sec1-col .border_blue a i {
    position: absolute;
    right: 12px;
  }
  #sec1 .sec1-col .border_blue a:before {
    display: none;
  }
  #sec1 .btn_red a {
    width: 93.5%;
    font-size: 21px;
    height: 67px;
  }
  #sec1 .btn_red a:before {
    display: none;
  }
}

#sec2 {
  background: url("../images/common/bg1.jpg") repeat center;
  padding-bottom: 60px;
}
#sec2 .ttl_blue {
  margin-bottom: 50px;
}
#sec2 .ttl_blue .l_inner .ttl-deco1 {
  width: 258px;
  bottom: -30px;
  left: 0;
}
#sec2 .ttl_blue .l_inner .ttl-deco2 {
  width: 183px;
  bottom: 0;
  right: 30px;
}
#sec2 .sec2-txt1 {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 60px;
  position: relative;
}
#sec2 .sec2-txt1:before, #sec2 .sec2-txt1:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 2px;
  height: 37px;
  background-color: #254595;
}
#sec2 .sec2-txt1:before {
  left: 0;
  transform: rotate(-15deg);
}
#sec2 .sec2-txt1:after {
  right: 0;
  transform: rotate(15deg);
}
#sec2 .sec2-txt1 p {
  font-weight: 700;
  font-size: 30px;
}
#sec2 .sec2-txt1 p span {
  font-weight: 700;
  font-size: 46px;
}
#sec2 .bg_white {
  margin-bottom: 32px;
  padding: 48px 50px;
}
#sec2 .point-ttl {
  align-items: center;
  margin-bottom: 32px;
}
#sec2 .point-ttl .point-num {
  color: #fff;
  font-family: "helvetica-lt-pro", sans-serif;
  background-color: #254595;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  font-size: 16px;
}
#sec2 .point-ttl .point-num span {
  font-weight: 700;
  font-size: 47px;
  display: block;
}
#sec2 .point-ttl .point-txt {
  width: calc(100% - 130px);
}
#sec2 .point-ttl .point-txt p:nth-child(1) {
  color: #254595;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
#sec2 .point-ttl .point-txt p:nth-child(2) {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 7px;
}
#sec2 .point-row1:not(:last-child) {
  margin-bottom: 50px;
}
#sec2 .point-txt2 .point-row {
  margin-bottom: 33px;
  align-items: center;
  min-height: 85px;
}
#sec2 .point-txt2 .point-row.df-start{
	align-items: flex-start;
}
#sec2 .point-txt2 .point-row:last-child {
  margin-bottom: 0;
}
#sec2 .point-txt2 .point-row i {
  width: 90px;
  text-align: center;
}
#sec2 .point-txt2 .point-row p {
  width: calc(100% - 110px);
  font-size: 18px;
  line-height: 30px;
}
#sec2 .point-txt2 p strong {
  font-size: 19px;
  line-height: 27px;
}
#sec2 .toggle {
  margin-top: 48px;
}
#sec2 .toggle ul {
  padding-top: 40px;
  flex-wrap: wrap;
}
#sec2 .toggle ul li {
  width: calc((100% - 80px) / 5);
}
#sec2 .toggle ul li > div {
  color: #254595;
  background-color: #E5EDF8;
  border-radius: 50%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 20px;
}
#sec2 .toggle ul li > div div {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#sec2 .toggle ul li > div div p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
#sec2 .toggle .point-txt3 {
  line-height: 26px;
}
#sec2 .toggle .toggle-link {
  position: relative;
  margin-top: 60px;
  text-align: center;
  cursor: pointer;
}
#sec2 .toggle .toggle-link:hover {
  opacity: 0.7;
}
#sec2 .toggle .toggle-link span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 0 26px;
  height: 38px;
  position: relative;
  z-index: 1;
  box-sizing: content-box;
}
#sec2 .toggle .toggle-link span:after {
  content: "続きを見る";
}
#sec2 .toggle .toggle-link span i {
  opacity: 0;
  position: absolute;
  left: 18px;
  line-height: 1;
  display: block;
}
#sec2 .toggle.active .toggle-link span {
  padding: 0 41px;
}
#sec2 .toggle.active .toggle-link span:after {
  content: "閉じる";
}

#sec2 .toggle .toggle-link span.more:after {
  content: "講師指名制度について";
}

#sec2 .toggle.active .toggle-link span.more:after {
  content: "閉じる";
}

#sec2 .toggle.active .toggle-link span i {
  opacity: 1;
}
#sec2 .point-txt4 {
  display: block;
  margin-top: 20px;
  line-height: 24px;
	font-size: 14px;
}
#sec2 .point-row2 {
  margin-top: 88px;
  align-items: center;
}
#sec2 .point-row2 .point-img2 img {
  width: 100%;
}
#sec2 .point-row2 dl dt {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 28px;
}
#sec2 .point-row2 dl dd {
  font-size: 18px;
  line-height: 29px;
}
#sec2 .point-row3 {
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  padding: 15px;
  min-height: 115px;
  justify-content: flex-end;
  z-index: 0;
  margin-bottom: 76px;
}
#sec2 .point-row3:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F2F2ED;
  height: 100%;
  width: 95%;
  z-index: -1;
}
#sec2 .point-row3 dt {
  color: #fff;
  background-color: #254595;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#sec2 .point-row3 dd {
  width: calc(100% - 180px);
  display: flex;
  align-items: center;
}
#sec2 .point-row3 dd p {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 641px) {
  #sec2 .point-img {
    width: calc(50% - 58px);
  }
  #sec2 .point-img img {
    width: 100%;
  }
  #sec2 .point-txt2 {
    width: 50%;
  }
  #sec2 .point-row2 .point-img2 {
    width: calc(100% - 450px);
  }
  #sec2 .point-row2 .point-img2 img {
    width: 100%;
  }
  #sec2 .point-row2 dl {
    width: 390px;
  }
}
@media only screen and (max-width: 640px) {
  #sec2 {
    padding-bottom: 50px;
    width: 100%;
    order: -1;
    margin-top: 26vw;
  }
  #sec2 .ttl_blue {
    margin-bottom: 40px;
  }
  #sec2 .ttl_blue .l_inner .ttl-deco1 {
    width: 43.4vw;
    bottom: auto;
    top: -25.1vw;
    left: 0;
  }
  #sec2 .ttl_blue .l_inner .ttl-deco2 {
    width: 25.2vw;
    bottom: auto;
    right: 17%;
    top: 0;
    transform: translateY(-100%);
  }
  #sec2 .sec2-txt1 {
    display: none;
  }
  #sec2 .bg_white {
    margin-bottom: 32px;
    padding: 18px 15px 30px;
  }
  #sec2 .point-ttl {
    align-items: flex-start;
    margin-bottom: 12px;
  }
  #sec2 .point-ttl .point-num {
    width: 50px;
    height: 50px;
    font-size: 8px;
    padding-top: 5px;
    box-sizing: border-box;
  }
  #sec2 .point-ttl .point-num span {
    font-size: 19px;
  }
  #sec2 .point-ttl .point-txt {
    width: calc(100% - 60px);
  }
  #sec2 .point-ttl .point-txt p:nth-child(1) {
    font-size: 12px;
    line-height: 18px;
  }
  #sec2 .point-ttl .point-txt p:nth-child(2) {
    font-size: 18px;
    line-height: 23px;
    margin-top: 2px;
  }
  #sec2 .point-img { margin-bottom: 17px; }
  #sec2 .point-row1:not(:last-child) {
    margin-bottom: 25px;
  }
  #sec2 .point-txt2 .point-row {
    margin-bottom: 10px;
    align-items: flex-start;
    min-height: inherit;
  }
  #sec2 .point-txt2 .point-row i {
    width: 35px;
  }
  #sec2 .point-txt2 .point-row p {
    width: calc(100% - 43px);
    font-size: 13px;
    line-height: 20px;
  }
  #sec2 .point-txt2 p strong {
    font-size: clamp(3.1vw, 3.6vw, 17px);
    line-height: 20px;
    text-align: center;
    display: block;
  }
  #sec2 .btn-global a:before {
    display: none;
  }
  #sec2 .btn-global a p {
    font-size: 16px;
  }
  #sec2 .toggle {
    margin-top: 30px;
  }
  #sec2 .toggle ul {
    padding-top: 0;
  }
  #sec2 .toggle ul li {
    width: 90%;
    margin: 0 auto 30px;
  }
  #sec2 .toggle ul li > div {
    margin: 0 auto 10px;
    width: 35vw;
    padding-top: 35vw;
  }
  
  #sec2 .toggle ul li > div div i {
    width: 60px;
    display: block;
    margin: 0 auto;
  }
  #sec2 .toggle ul li > div div p {
    font-size: 13px;
    margin-top: 5px;
  }
  
  #sec2 .toggle .toggle-link {
    margin-top: 25px;
  }
  #sec2 .toggle .point-txt3 { line-height: 21px; font-size: 14px; }
  #sec2 .point-txt4 {
    display: block;
    margin-top: 20px;
  }
  #sec2 .point-row2 {
    margin-top: 30px;
    align-items: center;
  }
  #sec2 .point-row2 dl dt {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 14px;
  }
  #sec2 .point-row2 dl dd {
    font-size: 14px;
    line-height: 22px;
  }
  #sec2 .point-row3 {
    padding: 0;
    margin-bottom: 40px;
  }
  #sec2 .point-row3:before {
    width: 100%;
  }
  #sec2 .point-row3 dt {
    border-radius: 15px;
    width: 100%;
    height: auto;
    font-size: 22px;
    position: static;
    transform: translateY(0);
    padding: 20px 0;
    margin-bottom: 20px;
  }
  #sec2 .point-row3 dd {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 20px 30px;
  }
}

#sec3 {
  width: 100%;
  margin-bottom: 120px;
}
#sec3 .ttl_blue {
  margin-bottom: 85px;
}
#sec3 .ttl_blue .l_inner .ttl-deco1 {
  width: 235px;
  top: 5px;
  left: 150px;
}
#sec3 .ttl_blue .l_inner .ttl-deco2 {
  width: 159px;
  top: 0;
  right: 210px;
}
#sec3 .sec3-txt1 {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 86px;
}
#sec3 .sec3-list1 {
  justify-content: center;
  margin-bottom: 88px;
}
#sec3 .box {
  background-color: #E5EDF8;
  border-radius: 14px;
  box-sizing: border-box;
  width: 255px;
  margin: 0 12px;
  position: relative;
}
#sec3 .box .box-num {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #254595;
  background-color: #FFF500;
  width: 60px;
  height: 60px;
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
}
#sec3 .box .box-ttl {
  color: #fff;
  border-radius: 14px 14px 0 0;
  background-color: #254595;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  padding: 30px 0 16px;
}
#sec3 .box .box-txt {
  padding: 15px 15px 25px;
  color: #254595;
  line-height: 25px;
}
#sec3 .sec3-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
}
#sec3 .sec3-txt2 {
  margin: 24px 0 30px;
  text-align: center;
}
#sec3 .sec3-btn {
  margin: 0 auto;
  max-width: 923px;
  padding-bottom: 8px;
}
#sec3 .sec3-btn .btn-global a:before {
  right: 15px;
}
#sec3 .sec3-btn .radian_org a {
  padding-left: 14px;
}
#sec3 .sec3-btn .radian_org a i {
  position: absolute;
  left: 18px;
}
#sec3 .sec3-btn .btn_red a {
  font-weight: 700;
  font-size: 20px;
  background: #FF8081;
  background: linear-gradient(-90deg, rgb(255, 128, 129) 0%, rgb(242, 60, 63) 100%);
}
@media only screen and (max-width: 640px) {
  #sec3 {
    width: 100%;
    overflow: hidden;
  }
  #sec3 .ttl_blue {
    margin-bottom: 45px;
  }
  #sec3 .ttl_blue .l_inner {
    min-height: 110px;
  }
  #sec3 .ttl_blue .l_inner .ttl-deco1 {
    width: 29vw;
    top: 13px;
    left: -12%;
  }
  #sec3 .ttl_blue .l_inner .ttl-deco2 {
    width: 23.7vw;
    top: -4px;
    right: -9%;
  }
  #sec3 .sec3-txt1 {
    font-size: 20px;
    line-height: 29px;
    margin: 0 -20px 40px;
  }
  #sec3 .sec3-list1 {
    justify-content: center;
    margin-bottom: 28px;
  }
  #sec3 .box {
    width: 100%;
    margin: 0 0 8px;
  }
  #sec3 .box .box-num {
  	width: 33px;
    height: 33px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    top: 6px;
    left: 11px;
    transform: translate(0, 0);
  }
  #sec3 .box .box-ttl {
    padding: 8px 0;
  }
  #sec3 .box .box-txt {
    padding: 10px 20px 12px;
  line-height: 20px;
  font-size: 14px;
  }
  #sec3 .sec3-ttl {
    font-size: 24px;
    line-height: 35px;
  }
  #sec3 .sec3-txt2 {
    margin: 8px 0 30px;
  }
  #sec3 .sec3-btn .btn-global a {
    height: 63px;
  }
  #sec3 .sec3-btn .radian_org {
    margin-top: 29px;
  }
  #sec3 .sec3-btn .radian_org a {
    padding-left: 14px;
  }
  #sec3 .sec3-btn .radian_org a i {
    width: 25px;
    left: 10px;
  }
  #sec3 .sec3-btn .radian_org a p {
    font-size: 16px;
  }
  #sec3 .sec3-btn .radian_org a p span {
    font-size: 13px;
  }
}

#sec4 {
  margin-bottom: 120px;
}
#sec4 .ttl_blue {
  margin-bottom: 60px;
}
#sec4 .ttl_blue .l_inner .ttl-deco1 {
  width: 140px;
  bottom: -14px;
  left: 218px;
}
#sec4 .ttl_blue .l_inner .ttl-deco2 {
  width: 144px;
  bottom: -14px;
  right: 196px;
}
#sec4 .sec4-txt1 {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
}
#sec4 .sec4-txt2 {
  margin: 20px 0 44px;
  text-align: center;
  line-height: 34px;
}
#sec4 .sec4-btn {
  margin: 0 auto;
  max-width: 1025px;
}
#sec4 .btn-global {
  margin-bottom: 0;
}
#sec4 .btn-global a {
  min-width: 327px;
  color: #254595;
  border: 1px solid #254595;
  box-shadow: 0 6px 0 #254595;
  height: 70px;
  font-weight: 500;
  font-size: 19px;
}
#sec4 .btn-global a:before {
  border-top: solid 1px #254595;
  border-right: solid 1px #254595;
}
@media only screen and (max-width: 640px) {
  #sec4 .ttl_blue {
    width: 100%;
    margin-bottom: 45px;
  }
  #sec4 .ttl_blue h2 {
    font-size: 22px;
  }
  #sec4 .ttl_blue .l_inner {
    min-height: 110px;
  }
  #sec4 .ttl_blue .l_inner .ttl-deco1 {
    width: 20.5vw;
    top: -7px;
    left: -2%;
  }
  #sec4 .ttl_blue .l_inner .ttl-deco2 {
    width: 21.7vw;
    top: -14px;
    right: -4%;
  }
  #sec4 .sec4-txt1 {
    font-size: 20px;
    line-height: 29px;
    margin: 0 -20px;
  }
  #sec4 .sec4-txt2 {
    text-align: left;
    margin: 17px 0 25px;
    line-height: 22px;
    font-size: 15px;
  }
  #sec4 .btn-global {
    margin-bottom: 15px;
  }
  #sec4 .btn-global a {
    height: 52px;
    font-size: 16px;
  }
}

.toggle2 {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 18px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px 40px 15px 30px;
}
.toggle2 .df {
  align-items: flex-start;
}
.toggle2 .q, .toggle2 .a {
  font-size: 30px;
  width: 50px;
  line-height: 1;
  font-family: "Alte DIN 1451 Mittelschrift";
}
.toggle2 .q {
  color: #254595;
}
.toggle2 .a {
  color: #171CFA;
}
.toggle2 .toggle-txt {
  width: calc(100% - 50px);
}
.toggle2 .toggle-link2 {
  position: relative;
  cursor: pointer;
}
.toggle2 .toggle-link2:before, .toggle2 .toggle-link2:after {
  content: "";
  position: absolute;
  background: #254595;
}
.toggle2 .toggle-link2:before {
  height: 2px;
  width: 27px;
  right: -12px;
  top: 50%;
}
.toggle2 .toggle-link2:after {
  width: 2px;
  height: 27px;
  right: 0;
  top: calc(50% - 12px);
  transition: ease 0.3s;
}
.toggle2 .toggle-link2 .toggle-txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
.toggle2 .toggle-main2 {
  margin-top: 15px;
  font-size: 15px;
  line-height: 32px;
  display: none;
}
.toggle2 .toggle-main2 .toggle-txt {
  font-size: 15px;
  line-height: 25px;
}
.toggle2.active .toggle-link2:after {
  transform: rotate(90deg);
}
@media only screen and (max-width: 640px) {
  .toggle2 {
    padding: 7px 10px;
    margin-bottom: 8px;
    border-radius: 10px;
  }
  .toggle2 .q, .toggle2 .a {
    width: 30px;
    font-size: 20px;
  }
  .toggle2 .toggle-txt {
    width: 100%;
  }
  .toggle2 .toggle-link2:before, .toggle2 .toggle-link2:after {
    display: none;
  }
  .toggle2 .toggle-link2 .toggle-txt {
    font-size: 14px;
    line-height: 20px;
  }
}

#sec5 {
  background-color: #E5EDF8;
  padding: 70px 30px 60px;
}
#sec5 .sec5-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 52px;
}
#sec5 .faq {
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1088px;
  align-items: flex-start;
}
#sec5 .faq .toggle-link2 {
  min-height: 85px;
  align-items: center;
}
@media only screen and (min-width: 641px) {
  #sec5 .faq {
    display: flex;
		justify-content: space-between;
  }
  #sec5 .faq .toggle2 {
    width: calc(50% - 19px);
  }
}
@media only screen and (max-width: 640px) {
  #sec5 {
    padding: 30px 0 50px;
  }
  #sec5 .sec5-ttl {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #sec5 .faq .toggle2 {
    width: 100%;
  }
  #sec5 .faq .toggle-link2 {
    min-height: inherit;
    align-items: flex-start;
  }
  #sec5 .faq .toggle-main .toggle-txt {
    line-height: 28px;
  }
}

.news_item {
  margin-bottom: 42px;
}
.news_item .news_img {
  width: 100%;
  padding-top: 56%;
  position: relative;
}
.news_item .news_img img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  
}
.news_item .news-ttl {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  margin: 20px 0;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.news_item .news-date {
  align-items: center;
  justify-content: flex-start;
}
.news_item .news-date .news-cate {
  margin-right: 14px;
  display: block;
  background-color: #004BB2;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding: 0 12px;
}
.news_item .news-date p:last-child {
  font-size: 14px;
  font-weight: 500;
  color: #595959;
}
@media only screen and (max-width: 640px) {
  .news_item {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #E2E2E2;
    align-items: flex-start;
  }
  .news_item .news_img {
    width: 48.7%;
    padding-top: 27%;
  }
  .news_item .news-info {
    width: 47%;
  }
  .news_item .news-ttl {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .news_item .news-date {
    margin-top: 10px;
  }
  .news_item .news-date .news-cate {
    margin-right: 10px;
    font-size: 11px;
    line-height: 19px;
    padding: 0 10px;
  }
  .news_item .news-date p:last-child {
    font-size: 11px;
  }
}

#sec6 {
  margin-bottom: 168px;
}
#sec6 .ttl_blue {
  margin-bottom: 60px;
}
#sec6 .ttl_blue .l_inner .ttl-deco1 {
  width: 103px;
  top: -18px;
  left: 247px;
}
#sec6 .ttl_blue .l_inner .ttl-deco2 {
  width: 105px;
  top: -18px;
  right: 253px;
}
#sec6 .sec6-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1100px;
}
#sec6 .btn_arrow {
  margin-top: 50px;
}
@media only screen and (min-width: 641px) {
  #sec6 article {
    width: calc((100% - 80px) / 3);
    margin-left: 40px;
    margin-bottom: 40px;
  }
  #sec6 .news_item {
    width: 100%;
  }
  #sec6 article:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #sec6 {
    margin-bottom: 62px;
  }
  #sec6 .ttl_blue {
    width: 100%;
    margin-bottom: 45px;
  }
  #sec6 .ttl_blue h2 {
    font-size: 22px;
  }
  #sec6 .ttl_blue .l_inner {
    min-height: 110px;
  }
  #sec6 .ttl_blue .l_inner .ttl-deco1 {
    width: 19vw;
    top: -15px;
    left: -2%;
  }
  #sec6 .ttl_blue .l_inner .ttl-deco2 {
    width: 19vw;
    top: -15px;
    right: 0;
  }
  #sec6 .sec6-list {
    border-top: 1px solid #E2E2E2;
  }
  #sec6 .btn_arrow {
    margin: 30px auto 0;
    width: 80%;
    max-width: 320px;
  }
  #sec6 .btn_arrow a {
    height: 61px;
  }
  #sec6 .btn_arrow a:before {
    width: 26px;
    height: 26px;
  }
}

#sec7 {
  margin-bottom: 76px;
}
#sec7 .ttl_blue {
  margin-bottom: 96px;
}
#sec7 .ttl_blue .l_inner .ttl-deco1 {
  width: 239px;
  bottom: 0;
  left: 170px;
}
#sec7 .ttl_blue .l_inner .ttl-deco2 {
  width: 177px;
  bottom: 0;
  right: 230px;
}
#sec7 .sec6-list {
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1068px;
}
#sec7 .btn_arrow {
  margin-top: 50px;
}
@media only screen and (min-width: 641px) {
   #sec7 article {
    width: calc(50% - 16px);
  }
 
  #sec7 .news_item {
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    align-items: flex-start;
    padding-bottom: 28px;
    margin-bottom: 22px;
  }
  #sec7 .news_item .news_img {
    width: 44.2%;
    padding-top: 148px;
  }
  #sec7 .news_item .news-info {
    width: 53.8%;
  }
  #sec7 .news_item .news-ttl {
    margin: 0;
  }
  #sec7 .news_item .news-date {
    margin-top: 10px;
  }
  #sec7 .news_item .news-date .news-cate {
    font-size: 13px;
  }
  #sec7 .news_item .news-date p:last-child {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  #sec7 {
    margin-bottom: 50px;
  }
  #sec7 .ttl_blue {
    width: 100%;
    padding: 0;
    margin-bottom: 45px;
  }
  #sec7 .ttl_blue h2 {
    font-size: 22px;
  }
  #sec7 .ttl_blue .l_inner {
    min-height: 110px;
    width: 100%;
    overflow: hidden;
  }
  #sec7 .ttl_blue .l_inner .ttl-deco1 {
    width: 29vw;
    top: 15px;
    left: -5%;
  }
  #sec7 .ttl_blue .l_inner .ttl-deco2 {
    width: 20vw;
    top: 15px;
    right: 3%;
  }
  #sec7 .l_inner {
    width: 100%;
  }
  #sec7 .sec6-list {
    border-top: 1px solid #E2E2E2;
  }
  #sec7 .news_item {
    padding: 10px 3%;
    box-sizing: content-box;
  }
  #sec7 .news_item .news_img {
    width: 25%;
    padding-top: 17%;
  }
  #sec7 .news_item .news-info {
    width: 68%;
  }
  #sec7 .news_item .news-ttl {
    -webkit-line-clamp: 2;
  }
  #sec7 .news_item .news-date .news-cate {
    display: none;
  }
  #sec7 .btn_arrow {
    margin: 30px auto 0;
    width: 80%;
    max-width: 320px;
  }
  #sec7 .btn_arrow a {
    height: 61px;
  }
  #sec7 .btn_arrow a:before {
    width: 26px;
    height: 26px;
  }
}

#sec8 {
  background-color: #F5F5F5;
  padding: 47px 30px 52px;
}
#sec8 .l_inner {
  width: 100%;
  max-width: 1100px;
  background-color: #fff;
  padding: 57px 30px 20px;
  box-sizing: border-box;
}
#sec8 .fzpc_33 {
  text-align: center;
  margin-bottom: 47px;
}
#sec8 dl {
  border-top: 1px solid #E2E2E2;
  padding: 19px 0;
  margin: 0 auto;
  max-width: 926px;
}
#sec8 dl dt {
  width: 140px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
#sec8 dl dd {
  width: calc(100% - 140px);
  font-size: 14px;
  line-height: 24px;
}
#sec8 dl dd a {
  display: inline-block;
  text-decoration: underline;
  color: #2793FF;
}
#sec8 dl:last-child() {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  #sec8 {
    padding: 25px 20px 48px;
  }
  #sec8 .l_inner {
    padding: 16px 35px 20px;
  }
  #sec8 .fzpc_33 {
    margin-bottom: 10px;
  }
  #sec8 dl {
    padding: 15px 0;
  }
  #sec8 dl dt {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 9px;
  }
  #sec8 dl dd {
    width: 100%;
    font-size: 11px;
    line-height: 18px;
  }
}

.remodal-wrapper {
  box-sizing: border-box;
}

.remodal {
  background: #fff;
  max-width: 1100px;
  border-radius: 26px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.26);
  padding: 65px 30px;
}
.remodal .remodal-close {
  width: 28px;
  top: 30px;
  right: 30px;
}
.remodal .remodal-close img {
  width: 100%;
}
.remodal .wrap {
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
}
.remodal .popup-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 33px;
  margin-bottom: 58px;
}
.remodal .popup_txt1 {
  margin-bottom: 10px;
}
.remodal .popup_txt1 span {
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
  margin: 0 2px;
}
.remodal .popup_row {
  border-top: 1px solid #D8D8D8;
  padding: 30px 0;
  position: relative;
}
.remodal .popup_row:last-child {
  border-bottom: 1px solid #D8D8D8;
}
.remodal .popup_row p {
  line-height: 24px;
}
.remodal .popup_row .row_ttl {
  color: #0D54BB;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 17px;
}
.remodal .popup_row .row-address, .remodal .popup_row .row-tel {
  position: relative;
  padding-left: 23px;
  margin-bottom: 7px;
}
.remodal .popup_row .row-address:before, .remodal .popup_row .row-tel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
}
.remodal .popup_row .row-address:before {
  background: url("../images/common/address.svg") no-repeat center/100% auto;
  width: 13px;
  height: 18px;
}
.remodal .popup_row .row-tel:before {
  background: url("../images/common/tel.svg") no-repeat center/100% auto;
  width: 15px;
  height: 15px;
}
.remodal .popup_row .row-tel {
  margin-bottom: 10px;
}
.remodal .popup_row .row-txt2 {
  justify-content: flex-start;
}
.remodal .popup_row .row-txt2 p:nth-child(1) {
  color: #fff;
  background-color: #004EA2;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 79px;
  height: 28px;
  margin-right: 13px;
}
@media only screen and (min-width: 641px) {
  .remodal .popup_row .btn_arrow {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 238px;
  }
  .remodal .popup_row .btn_arrow a {
    width: 100%;
    min-width: inherit;
    height: 58px;
    background-color: #004EA2;
  }
  .remodal .popup_row .btn_arrow a:before {
    right: 18px;
  }
  .remodal .popup_row .btn_arrow a p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .remodal {
    padding: 70px 20px 50px;
  }
  .remodal .remodal-close {
    top: 20px;
    right: 20px;
  }
  .remodal .popup-ttl {
    font-size: 28px;
  }
  .remodal .popup_row .btn_arrow {
    margin-top: 20px;
  }
  .remodal .popup_row .btn_arrow a {
    height: 58px;
  }
  .remodal .popup_row .btn_arrow a:before {
    width: 26px;
    height: 26px;
  }
}/*# sourceMappingURL=index.css.map */

.toggle .option-h3 { background: #254595; font-size: 27px; color: #fff; text-align: center; padding: 10px 0; }
.toggle .option { padding: 40px 0 0 ; display: flex; }
.toggle .option div { padding: 0 0 0 40px; }
.toggle .option div h4 { font-size: 26px; padding: 0 0 30px;}
.toggle .option div p { font-size: 18px; padding: 0 0 15px;}
.toggle .option div p.notice { font-size: 14px; padding: 0 0 25px;}
.toggle .option div dl { border: 1px solid #254595; margin-bottom: 10px; }
.toggle .option div dl dt { display: inline-block; background: #254595; color: #fff; font-size: 16px; padding: 20px ; text-align: center;}
.toggle .option div dl dd { display: inline-block; font-size: 16px; padding: 20px; text-align: center;}

@media only screen and (max-width: 640px)  {
	
	.toggle .option-h3 { background: #254595; font-size: 18px; color: #fff; text-align: center; padding: 10px 0; }
	.toggle .option { padding: 20px 0 0 ; display: block; }
	.toggle .option img { width: 100%; height: auto; }
	.toggle .option div { padding: 10px 0 0 ; }
	.toggle .option div h4 { font-size: 20px; padding: 0 0 20px; text-align: center;}
	.toggle .option div p { font-size: 16px; padding: 0 0 15px; line-height: 160%;}
	.toggle .option div p.notice { font-size: 12px; padding: 0 0 25px; line-height: 160%;}
	.toggle .option div dl { border: 1px solid #254595; margin-bottom: 10px; }
	.toggle .option div dl dt { display: block; background: #254595; color: #fff; font-size: 16px; padding: 20px ; text-align: center;}
	.toggle .option div dl dd { display: block; font-size: 16px; padding: 20px; text-align: center;}
	
	.btn-global a { height: 60px; }
	
	
#fix-contact .btn02 { background: url(../images/common/document.svg) no-repeat center #F8B332; background-position: center top 11px; background-size: 32px auto; }

}

