@charset "UTF-8";
.lp {
  color: #3a393a;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 1130px) {
  .lp {
    letter-spacing: 0.05em;
  }
}

.serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  display: inline-block;
  transition: 0.3s ease;
}
a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.pc_br {
  display: block;
}
@media only screen and (max-width: 1130px) {
  .pc_br {
    display: none;
  }
}

.mp_br {
  display: none;
}
@media only screen and (max-width: 1130px) {
  .mp_br {
    display: block;
  }
}

.sp_br {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp_br {
    display: block;
  }
}

.contact_btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.1em;
  width: 600px;
  height: 80px;
  background-color: #003876;
}
@media only screen and (max-width: 640px) {
  .contact_btn {
    width: 320px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.contact_btn .btn_arrow {
  width: 14px;
}

.inner__01 {
  max-width: 985px;
  margin: 0 auto;
}
@media only screen and (max-width: 1130px) {
  .inner__01 {
    max-width: 640px;
  }
}
@media only screen and (max-width: 640px) {
  .inner__01 {
    max-width: 320px;
  }
}

.inner__02 {
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1130px) {
  .inner__02 {
    max-width: 640px;
  }
}
@media only screen and (max-width: 640px) {
  .inner__02 {
    max-width: 320px;
  }
}

.sec_title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #003876;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .sec_title {
    font-size: 26px;
  }
}
.sec_title__black {
  color: #3a393a;
}
.sec_title__white {
  color: #fff;
}

.sec_text {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .sec_text {
    font-size: 16px;
  }
}
.sec_text__01 {
  padding: 80px 0 145px;
}
@media only screen and (max-width: 640px) {
  .sec_text__01 {
    padding: 60px 0;
  }
}
.sec_text__02 {
  padding: 40px 0 100px;
}
@media only screen and (max-width: 640px) {
  .sec_text__02 {
    padding: 40px 0 60px;
  }
}

.mv {
  text-align: center;
  background: url(../imgs/mv@2x.png) center no-repeat;
  background-size: cover;
  padding: 80px 0 80px;
}

.mv_title {
  color: #003876;
  font-size: 32px;
  line-height: 2;
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .mv_title {
    font-size: 26px;
  }
}

.introduction {
  padding: 98px 0 150px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1130px) {
  .introduction {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 640px) {
  .introduction {
    padding: 80px 0 100px;
  }
}
.introduction .intro_title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #003876;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .introduction .intro_title {
    font-size: 20px;
  }
}
.introduction .intro_subtitle {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 32px;
  color: #003876;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .introduction .intro_subtitle {
    font-size: 22px;
    letter-spacing: 0;
  }
}
.introduction .intro_subtitle .marker {
  position: relative;
  z-index: 0;
}
.introduction .intro_subtitle .marker::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0em;
  width: 100%;
  height: 0.5em;
  background-color: #f5e828;
  transform: skewX(-8deg);
  z-index: -1;
  border-radius: 0.1em;
}
@media only screen and (max-width: 640px) {
  .introduction .intro_subtitle .marker::before {
    width: 90%;
    left: 5px;
  }
}
.introduction .intro_subtitle__02 {
  padding-top: 80px;
}
@media only screen and (max-width: 640px) {
  .introduction .intro_subtitle__02 {
    padding-top: 50px;
  }
}
.introduction .container_01 {
  padding-top: 135px;
}
@media only screen and (max-width: 640px) {
  .introduction .container_01 {
    padding-top: 100px;
  }
}
.introduction .container_01 .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.introduction .container_01 .check_box {
  padding: 80px 0 145px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .introduction .container_01 .check_box {
    padding: 80px 0 100px;
  }
}
.introduction .container_01 .check_box li {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 26px;
}
@media only screen and (max-width: 640px) {
  .introduction .container_01 .check_box li {
    align-items: flex-start;
    line-height: 1.5;
    font-size: 18px;
    gap: 12px;
  }
}
.introduction .container_01 .check_box li .check {
  width: 30px;
}
@media only screen and (max-width: 640px) {
  .introduction .container_01 .check_box li .check {
    width: 20px;
    padding-top: 2px;
  }
}
.introduction .container_02 {
  text-align: center;
}
.introduction .container_02 .point_img_01 {
  width: 140px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .introduction .container_02 .point_img_01 {
    width: 112px;
  }
}

.reason {
  background: url(../../common/imgs/bg01.jpg);
  padding-bottom: 135px;
}
@media only screen and (max-width: 640px) {
  .reason {
    padding-bottom: 100px;
  }
}
.reason .r_title_box {
  padding: 70px 0 85px;
}
@media only screen and (max-width: 640px) {
  .reason .r_title_box {
    padding: 50px 0 60px;
  }
}
.reason .r_title_box p {
  padding-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 640px) {
  .reason .r_title_box p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    padding-bottom: 0;
  }
}
.reason .case_container__01 .case_btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1130px) {
  .reason .case_container__01 .case_btn_box {
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .reason .case_container__01 .case_btn_box {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
  }
}
.reason .case_container__01 .case_btn_box li {
  position: relative;
  width: 240px;
  height: 240px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  background-color: #003876;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__01 .case_btn_box li {
    text-align: start;
    width: 320px;
    height: 90px;
    font-size: 18px;
    border-radius: 45px;
    justify-content: flex-start;
  }
}
.reason .case_container__01 .case_btn_box li:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.reason .case_container__01 .case_btn_box li .case_btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__01 .case_btn_box li .case_btn {
    flex-direction: row;
  }
}
.reason .case_container__01 .case_btn_box li .case_btn .case_number {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__01 .case_btn_box li .case_btn .case_number {
    padding-left: 30px;
    font-size: 16px;
  }
}
.reason .case_container__01 .case_btn_box li .case_btn .case_number::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 44px;
  background-color: #f5e828;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__01 .case_btn_box li .case_btn .case_number::after {
    width: 2px;
    height: 26px;
    bottom: 0;
    top: 50%;
    left: auto;
    right: -8px;
    transform: translateY(-50%) translateX(0);
  }
}
.reason .case_container__01 .case_btn_box li .case_btn .case_number .case {
  font-size: 12px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__01 .case_btn_box li .case_btn .case_number .case {
    font-size: 8px;
  }
}
.reason .case_container__01 .case_btn_box li .case_btn .case_title {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__01 .case_btn_box li .case_btn .case_title {
    width: 200px;
  }
}
.reason .case_container__01 .case_btn_box li .case_btn .case_title__01 {
  padding: 32px 0 47px;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__01 .case_btn_box li .case_btn .case_title__01 {
    padding: 0 0 0 20px;
  }
}
.reason .case_container__01 .case_btn_box li .case_btn .case_title__02 {
  padding: 22px 0 32px;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__01 .case_btn_box li .case_btn .case_title__02 {
    padding: 0 0 0 20px;
  }
}
.reason .case_container__01 .case_btn_box li .case_btn .case_arrow {
  position: absolute;
  width: 26px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .reason .case_container__01 .case_btn_box li .case_btn .case_arrow {
    width: 18px;
    left: auto;
    bottom: auto;
    top: 50%;
    right: 25px;
    transform: translateX(0) translateY(-50%);
  }
}
.reason .case_container__02 {
  /* 吹き出し */
}
.reason .case_container__02 .case_box {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 150px;
}
@media only screen and (max-width: 1130px) {
  .reason .case_container__02 .case_box {
    margin-bottom: 100px;
  }
}
.reason .case_container__02 .case_box:last-child {
  padding-bottom: 0;
}
.reason .case_container__02 .case_box .case_box_inner {
  padding: 70px 0;
}
@media only screen and (max-width: 1130px) {
  .reason .case_container__02 .case_box .case_box_inner {
    padding: 70px 20px;
  }
}
@media only screen and (max-width: 1130px) {
  .reason .case_container__02 .case_box .case_box_inner {
    padding: 30px 20px;
  }
}
.reason .case_container__02 .case_title {
  background-color: #003876;
  padding: 20px 24px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .case_title {
    padding: 14px 10px;
  }
}
.reason .case_container__02 .case_title .case_title_inner {
  display: flex;
  align-items: center;
}
.reason .case_container__02 .case_title .case_num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 30px;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .case_title .case_num {
    padding-right: 8px;
  }
}
.reason .case_container__02 .case_title .case_num .case_label {
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .case_title .case_num .case_label {
    font-size: 8px;
  }
}
.reason .case_container__02 .case_title .case_num .case_number {
  font-size: 34px;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .case_title .case_num .case_number {
    font-size: 16px;
  }
}
.reason .case_container__02 .case_title .case_bar {
  display: inline-block;
  width: 2px;
  height: 45px;
  background-color: #f5e828;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .case_title .case_bar {
    height: 25px;
  }
}
.reason .case_container__02 .case_title .case_text {
  padding-left: 30px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .case_title .case_text {
    padding-left: 10px;
    font-size: 18px;
  }
}
.reason .case_container__02 .speech {
  padding-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .speech {
    flex-direction: column;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .speech__icon {
    order: 2;
  }
}
.reason .case_container__02 .speech__icon .case_img_01 {
  width: 117px;
}
.reason .case_container__02 .speech__icon .case_img_02 {
  width: 147px;
}
.reason .case_container__02 .speech__icon .case_img_04 {
  width: 113px;
}
.reason .case_container__02 .speech__icon .case_img_06 {
  width: 139px;
}
.reason .case_container__02 .speech__icon .case_img_08 {
  width: 124px;
}
.reason .case_container__02 .speech__bubble {
  position: relative;
  width: 620px; /* 指定どおり固定幅 */
  max-width: calc(100vw - 130px); /* SPでのはみ出し防止（任意） */
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #3a393a;
  border-radius: 12px;
  padding: 22px 30px;
  color: #3a393a;
  line-height: 2;
  font-size: 18px;
  /* 左側のノッチ（三角） */
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .speech__bubble {
    font-size: 16px;
    padding: 15px;
    order: 1;
  }
}
.reason .case_container__02 .speech__bubble::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-top: 2px solid #3a393a;
  border-left: 2px solid #3a393a;
  /* バブルの角丸と馴染ませるための微調整 */
  box-shadow: -1px -1px 0 #fff;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .speech__bubble::before {
    left: 50%;
    top: auto;
    bottom: -10px; /* 吹き出しの下 */
    transform: translateX(-50%) rotate(45deg);
    border-top: none;
    border-left: none;
    border-right: 2px solid #3a393a;
    border-bottom: 2px solid #3a393a;
    box-shadow: 1px 1px 0 #fff;
  }
}
.reason .case_container__02 .speech__bubble__02::before {
  left: auto;
  right: -10px;
  transform: translateY(-50%) rotate(45deg);
  border-left: none;
  border-top: 2px solid #3a393a;
  border-right: 2px solid #3a393a;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .speech__bubble__02::before {
    left: 50%;
    top: auto;
    bottom: -10px; /* 吹き出しの下 */
    transform: translateX(-50%) rotate(45deg);
    border-top: none;
    border-left: none;
    border-right: 2px solid #3a393a;
    border-bottom: 2px solid #3a393a;
    box-shadow: 1px 1px 0 #fff;
  }
}
.reason .case_container__02 .speech__bubble p {
  margin: 0;
}
.reason .case_container__02 .voice_container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #f7f7f7;
  padding: 37px 45px 50px;
}
@media only screen and (max-width: 1130px) {
  .reason .case_container__02 .voice_container {
    max-width: 600px;
  }
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .voice_container {
    max-width: 280px;
    padding: 25px 20px 30px;
  }
}
.reason .case_container__02 .voice_title {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #003876;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .voice_title {
    font-size: 20px;
  }
}
.reason .case_container__02 .voice_title::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 2px;
  background-color: #f5e828;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .voice_title::after {
    width: 110px;
  }
}
.reason .case_container__02 .voice_box__01 {
  padding-top: 60px;
  display: flex;
  gap: 35px;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .voice_box__01 {
    padding-top: 45px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.reason .case_container__02 .voice_box__01 .item__01 {
  max-width: 220px;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .voice_box__01 .item__01 {
    max-width: 240px;
  }
}
.reason .case_container__02 .voice_box__01 .item__02 .v_name {
  font-size: 30px;
  font-weight: 600;
  color: #003876;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .voice_box__01 .item__02 .v_name {
    font-size: 22px;
  }
}
.reason .case_container__02 .voice_box__01 .item__02 .v_name__02 {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #3a393a;
}
@media only screen and (max-width: 1130px) {
  .reason .case_container__02 .voice_box__01 .item__02 .v_name__02 {
    display: block;
    padding: 5px 0 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .voice_box__01 .item__02 .v_name__02 {
    font-size: 12px;
  }
}
.reason .case_container__02 .voice_box__01 .item__02 .v_title {
  display: block;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #003876;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .voice_box__01 .item__02 .v_title {
    font-size: 12px;
  }
}
.reason .case_container__02 .voice_box__01 .item__02 .v_text {
  padding-top: 25px;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1130px) {
  .reason .case_container__02 .voice_box__01 .item__02 .v_text {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .voice_box__01 .item__02 .v_text {
    font-size: 18px;
  }
}
.reason .case_container__02 .voice_line {
  margin: 50px auto;
  width: 336px;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #003876 0, #003876 2px, transparent 3px, transparent 6px);
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .voice_line {
    width: 200px;
    margin: 35px auto 30px;
  }
}
.reason .case_container__02 .voice_box__02 {
  max-width: 804px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .reason .case_container__02 .voice_box__02 {
    font-size: 16px;
  }
}

.teach {
  padding: 150px 0 135px;
}
@media only screen and (max-width: 640px) {
  .teach {
    padding: 100px 0;
  }
}
.teach .teach_title_box .point_img_02 {
  display: block;
  width: 90px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .teach .teach_title_box .point_img_02 {
    width: 72px;
  }
}
.teach .power_container {
  padding: 70px 0 100px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1130px) {
  .teach .power_container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .teach .power_container {
    padding: 50px 0 100px;
  }
}
.teach .power_box {
  width: 350px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 20px 45px;
  background-color: rgba(200, 201, 202, 0.25);
}
@media only screen and (max-width: 1130px) {
  .teach .power_box {
    width: 640px;
  }
}
@media only screen and (max-width: 640px) {
  .teach .power_box {
    width: 320px;
  }
}
.teach .p_num {
  position: relative;
  font-size: 34px;
  font-weight: 600;
  color: #003876;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .teach .p_num {
    font-size: 26px;
  }
}
.teach .p_num::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5e828;
  height: 2px;
  width: 45px;
}
.teach .p_title {
  font-size: 24px;
  font-weight: 600;
  color: #003876;
  text-align: center;
  padding: 25px 0 30px;
}
@media only screen and (max-width: 640px) {
  .teach .p_title {
    font-size: 22px;
    padding: 20px 0;
  }
}
.teach .p_subtitle {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  color: #003876;
  text-align: center;
  padding: 30px 0 25px;
}
@media only screen and (max-width: 1130px) {
  .teach .p_subtitle {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.teach .p_text {
  width: 300px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1130px) {
  .teach .p_text {
    margin: 0 auto;
    width: 640px;
  }
}
@media only screen and (max-width: 640px) {
  .teach .p_text {
    width: 280px;
  }
}
.teach .process_container {
  margin: 40px auto 100px;
  padding: 45px 0 90px;
  background-color: rgba(200, 201, 202, 0.25);
}
@media only screen and (max-width: 1130px) {
  .teach .process_container {
    padding: 45px 20px 90px;
  }
}
@media only screen and (max-width: 640px) {
  .teach .process_container {
    padding: 30px 10px 60px;
  }
}
.teach .process_box h5 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1130px) {
  .teach .process_box h5 {
    line-height: 2;
  }
}
@media only screen and (max-width: 640px) {
  .teach .process_box h5 {
    font-size: 20px;
    padding-bottom: 50px;
  }
}
.teach .process_box .process_item__01 .process__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .teach .process_box .process_item__01 .process__list {
    flex-direction: column;
    gap: 50px;
  }
}
.teach .process_box .process_item__01 .process__item {
  position: relative;
  background-color: #003876;
  color: #fff;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1130px) {
  .teach .process_box .process_item__01 .process__item {
    width: 119px;
    height: 119px;
  }
}
.teach .process_box .process_item__01 .process__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -64px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 28px;
  border-color: transparent transparent transparent #f5e828;
}
@media only screen and (max-width: 1130px) {
  .teach .process_box .process_item__01 .process__item::after {
    right: -31px;
    border-width: 19px 0 19px 19px;
  }
}
@media only screen and (max-width: 640px) {
  .teach .process_box .process_item__01 .process__item::after {
    top: auto;
    bottom: -35px;
    right: 50%;
    transform: translateX(50%);
    border-width: 20px 20px 0 20px;
    border-color: #f5e828 transparent transparent transparent;
  }
}
.teach .process_box .process_item__01 .process__item:last-child::after {
  display: none;
}
.teach .process_box .process_item__01 .process__icon .teach_01_img {
  width: 68px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1130px) {
  .teach .process_box .process_item__01 .process__icon .teach_01_img {
    width: 47.6px;
  }
}
.teach .process_box .process_item__01 .process__icon .teach_02_img {
  width: 69px;
  padding-bottom: 11px;
}
@media only screen and (max-width: 1130px) {
  .teach .process_box .process_item__01 .process__icon .teach_02_img {
    width: 48.3px;
  }
}
.teach .process_box .process_item__01 .process__icon .teach_03_img {
  width: 67px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1130px) {
  .teach .process_box .process_item__01 .process__icon .teach_03_img {
    width: 46.9px;
  }
}
.teach .process_box .process_item__01 .process__icon .teach_04_img {
  width: 91px;
  padding: 0 0 8px 10px;
}
@media only screen and (max-width: 1130px) {
  .teach .process_box .process_item__01 .process__icon .teach_04_img {
    width: 63.7px;
    padding: 0 0 20px 10px;
  }
}
.teach .process_box .process_item__01 .process__label {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1130px) {
  .teach .process_box .process_item__01 .process__label {
    font-size: 19px;
  }
}
.teach .process_box .process_item_02 {
  margin-top: 70px;
  padding: 60px 92px;
  background-color: #fff;
  color: #3a393a;
}
@media only screen and (max-width: 1130px) {
  .teach .process_box .process_item_02 {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .teach .process_box .process_item_02 {
    margin-top: 50px;
    padding: 35px 10px;
  }
}
.teach .process_box .process_item_02 .process_item_list .process_item {
  position: relative;
  border-bottom: 2px dotted #003876;
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1130px) {
  .teach .process_box .process_item_02 .process_item_list .process_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .teach .process_box .process_item_02 .process_item_list .process_item {
    gap: 15px;
    padding: 15px 0;
  }
}
.teach .process_box .process_item_02 .process_item_list .process_item:first-child {
  padding: 0 0 30px 0;
}
@media only screen and (max-width: 640px) {
  .teach .process_box .process_item_02 .process_item_list .process_item:first-child {
    padding: 0 0 20px 0;
  }
}
.teach .process_box .process_item_02 .process_item_list .process_item::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #003876;
  top: 3px;
  left: 23px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .teach .process_box .process_item_02 .process_item_list .process_item::before {
    width: 15px;
    height: 15px;
    left: 18px;
  }
}
.teach .process_box .process_item_02 .process_item_list .process_item__02::before {
  top: 40%;
}
@media only screen and (max-width: 1130px) {
  .teach .process_box .process_item_02 .process_item_list .process_item__02::before {
    top: 24%;
  }
}
@media only screen and (max-width: 640px) {
  .teach .process_box .process_item_02 .process_item_list .process_item__02::before {
    top: 15%;
  }
}
.teach .process_box .process_item_02 .process_item_list .process_item .title {
  font-size: 26px;
  font-weight: 600;
  padding-left: 50px;
  width: 222px;
}
@media only screen and (max-width: 640px) {
  .teach .process_box .process_item_02 .process_item_list .process_item .title {
    font-size: 20px;
    padding-left: 35px;
  }
}
.teach .process_box .process_item_02 .process_item_list .process_item .text {
  font-size: 20px;
}
@media only screen and (max-width: 1130px) {
  .teach .process_box .process_item_02 .process_item_list .process_item .text {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .teach .process_box .process_item_02 .process_item_list .process_item .text {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.question {
  padding: 80px 0 150px;
  background: url(../../common/imgs/bg03.jpg);
  /* 見出しバー（summary） */
  /* 開いているときは矢印を上向きに */
  /* 質問テキスト（リンク風の下線） */
  /* 回答部（下に出る本文） */
  /* ブラウザのデフォ矢印マーカー無効化（Firefox等） */
}
@media only screen and (max-width: 640px) {
  .question {
    padding: 60px 0;
  }
}
.question .qa {
  counter-reset: q;
  margin: 80px auto 0;
}
@media only screen and (max-width: 640px) {
  .question .qa {
    margin: 50px auto 0;
  }
}
.question .qa__item {
  background: #fff;
  border: 2px solid #dbdcdc;
  margin-bottom: 50px;
  /* 開閉のアニメ（高さ） */
}
.question .qa__item[open] .qa__a {
  grid-template-rows: 1fr;
  opacity: 1;
}
.question .qa__summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 30px 25px;
  cursor: pointer;
  position: relative;
  /* 左側の Q番号 */
  /* 右側の矢印（チート：ボーダーで作る） */
}
@media only screen and (max-width: 640px) {
  .question .qa__summary {
    padding: 15px;
    gap: 0;
  }
}
.question .qa__summary::before {
  counter-increment: q;
  content: "Q" counter(q) "．";
  color: #003876;
  font-weight: 600;
  font-size: 34px;
  margin-right: 6px;
}
@media only screen and (max-width: 640px) {
  .question .qa__summary::before {
    font-size: 20px;
    margin: 0;
  }
}
.question .qa__summary::after {
  content: "";
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-right: 3px solid #003876;
  border-bottom: 3px solid #003876;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
.question .qa__item[open] .qa__summary::after {
  transform: rotate(-135deg);
}
.question .qa__q {
  font-size: 26px;
  font-weight: 600;
  color: #003876;
}
@media only screen and (max-width: 640px) {
  .question .qa__q {
    font-size: 18px;
    line-height: 1.5;
  }
}
.question .qa__a {
  padding: 30px 18px 35px;
  border-top: 1px solid #e6e6e6;
  line-height: 1.9;
  color: #333;
  /* 開閉アニメ用の“グリッド高さトリック” */
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease, opacity 0.28s ease;
  opacity: 0;
}
.question .qa__a > * {
  min-height: 0;
}
.question .qa__summary::-webkit-details-marker {
  display: none;
}

.section.num04,
.section.num05 {
  padding: 80px 0 150px;
}
@media only screen and (max-width: 640px) {
  .section.num04,
  .section.num05 {
    padding: 50px 20px 100px;
  }
}

.section.num05 .sec05-items__item + .sec05-items__item {
  background: none;
  margin: 0;
  padding: 0;
}

.lp_contact {
  background-color: #eeeeef;
  padding: 80px 0 150px;
  /* スマホ：1カラムに崩す */
}
@media only screen and (max-width: 640px) {
  .lp_contact {
    padding: 60px 0 100px;
  }
}
@media only screen and (max-width: 640px) {
  .lp_contact .sec_title {
    font-size: 22px;
  }
}
.lp_contact .lp_contact_container {
  background-color: #fff;
  padding: 50px 66px 80px;
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  .lp_contact .lp_contact_container {
    margin-top: 50px;
    padding: 15px;
  }
}
.lp_contact .contact {
  max-width: 850px;
  margin: 0 auto;
  font-size: 20px;
}
.lp_contact .contact__grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  border: 1px solid #dbdcdc;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.lp_contact .contact .row {
  display: contents;
}
.lp_contact .contact .label {
  background: #eeeeef;
  padding: 14px 16px;
  border-right: 1px solid #dbdcdc;
  border-bottom: 1px solid #dbdcdc;
  display: flex;
  align-items: center;
  line-height: 1.6;
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .lp_contact .contact .label {
    font-size: 16px;
    padding: 10px;
  }
}
.lp_contact .contact .field {
  padding: 14px 16px;
  border-bottom: 1px solid #dbdcdc;
  min-height: 56px;
  display: flex;
  align-items: center;
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .lp_contact .contact .field {
    font-size: 16px;
    padding: 10px;
  }
}
.lp_contact .contact .field input[type=text],
.lp_contact .contact .field input[type=email],
.lp_contact .contact .field input[type=tel],
.lp_contact .contact .field select,
.lp_contact .contact .field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font: inherit;
  line-height: 1.5;
}
.lp_contact .contact .field input[type=text]:focus,
.lp_contact .contact .field input[type=email]:focus,
.lp_contact .contact .field input[type=tel]:focus,
.lp_contact .contact .field select:focus,
.lp_contact .contact .field textarea:focus {
  outline: 2px solid rgba(0, 56, 118, 0.15);
  border-color: #003876;
}
.lp_contact .contact .field textarea {
  resize: vertical;
  line-height: 1.8;
}
.lp_contact .contact__grid > .field:last-of-type, .lp_contact .contact__grid > .label:last-of-type {
  border-bttom: 0;
}
.lp_contact .contact__actions {
  text-align: center;
  margin: 80px 0 0 0;
}
@media only screen and (max-width: 640px) {
  .lp_contact .contact__actions {
    margin: 50px 0 50px 0;
    font-size: 20px;
  }
}
.lp_contact .contact .btn-submit {
  width: 350px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #003876;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 26px;
  border-radius: 999px;
  padding: 22px 0;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media only screen and (max-width: 640px) {
  .lp_contact .contact .btn-submit {
    width: 280px;
    font-size: 20px;
    padding: 12px 0;
  }
}
.lp_contact .contact .btn-submit::after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -6px;
}
.lp_contact .contact .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}
.lp_contact .contact .btn-submit:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.lp_contact .radio-list {
  padding: 6px 0 6px 0;
}
.lp_contact .radio-list .wpcf7-list-item {
  display: block;
  margin-bottom: 8px;
}
.lp_contact .radio-list input[type=radio] {
  margin-right: 6px;
  transform: translateY(1px);
}
@media (max-width: 1130px) {
  .lp_contact .contact {
    max-width: 100%;
    padding: 0 16px;
  }
  .lp_contact .contact__grid {
    grid-template-columns: 1fr;
    border-radius: 0;
  }
  .lp_contact .contact .label {
    border-right: 0;
    font-weight: 600;
  }
  .lp_contact .contact .field {
    padding-top: 10px;
  }
}
@media (max-width: 1130px) {
  .lp_contact .contact {
    padding: 0;
  }
}

.lp_contact .row > p {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

span.wpcf7-list-item {
  margin: 0 0 0 5px !important;
}
@media (max-width: 1130px) {
  span.wpcf7-list-item {
    margin: 0 0 5px 0 !important;
  }
}/*# sourceMappingURL=index.css.map */