@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
/* フォント
---------------------------------------- */
body #contents .txt-serif {
  font-family: YakuHanMP, "游明朝", YuMincho, "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif !important;
  font-weight: 600;
  /* Demibold */
}

#contents,
body #contents {
  min-width: 980px;
  background: #f0f0f0;
  font-family: "Noto Sans JP", YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Meiryo, "MS PGothic", Osaka, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}

.item-animate {
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0;
  transform: translateY(20px);
}
.item-animate.is-on {
  opacity: 1;
  transform: translateY(0);
}

.lp_container {
  width: 96%;
  max-width: 976px;
  margin: 0 auto;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox.reverse {
  flex-direction: row-reverse;
}

.sec_ttl {
  margin-bottom: 25px;
  color: #1E356A;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.sec_ttl::before {
  content: "";
  display: block;
  width: 0;
  height: 56px;
  margin: 0 auto 30px;
  border-left: 1px solid currentColor;
}

br.sp {
  display: none;
}

.bousai_banner {
  position: relative;
  display: flex;
  height: 220px;
  margin-top: 90px;
  padding-top: 10px;
  flex-direction: column;
  justify-content: center;
  background: #F2F1F1;
  border: 10px solid #1E356A;
  color: #1E356A;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  transition: opacity 0.5s;
}
.bousai_banner:hover {
  color: #1E356A;
  opacity: 0.5;
  text-decoration: none;
}
.bousai_banner .banner_ttl {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  z-index: 1;
}
.bousai_banner .banner_ttl span {
  font-weight: bold;
}
.bousai_banner .banner_text {
  margin: 10px 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.bousai_banner .banner_text02 {
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.bousai_banner .banner_text03 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0.075em;
}
.bousai_banner .banner_text03 span {
  font-weight: bold;
}
.bousai_banner .banner_text03 > span {
  display: inline-block;
  min-width: 170px;
  margin: 0 6px;
  padding: 6px 12px;
  background: #1E356A;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
.bousai_banner .banner_btn {
  position: relative;
  display: inline-block;
  width: 392px;
  max-width: 100%;
  margin: 0 auto 0;
  padding: 10px;
  background: #E6616E;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.bousai_banner .banner_btn::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.bousai_banner .banner_btn .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.bousai_banner .banner_img01 {
  position: absolute;
  left: 0;
  bottom: -10px;
}
.bousai_banner .banner_img02 {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.bousai_banner.banner02 {
  margin-top: 64px;
}
.bousai_banner.banner02 .banner_ttl {
  font-size: 28px;
}
.bousai_banner.banner02 .banner_img01 {
  left: -10px;
}
.bousai_banner.banner03 {
  margin-top: 70px;
  background: #ecd55e;
}
.bousai_banner.banner03 .banner_ttl {
  font-size: 19px;
  line-height: 1.4;
}
.bousai_banner.banner03 .banner_ttl .big01 {
  font-size: 28px;
}
.bousai_banner.banner03 .banner_ttl .big02 {
  font-size: 31px;
}
.bousai_banner.banner03 .banner_btn {
  margin-top: 15px;
}
.bousai_banner.banner03 .banner_img01 {
  left: 20px;
  bottom: 10px;
}
.bousai_banner.banner04 {
  padding-top: 0;
}
.bousai_banner.banner04 .banner_img02 {
  top: auto;
  right: 0;
  bottom: -10px;
  transform: unset;
}
.bousai_banner_note {
  padding: 15px 0 0;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.ft_banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f1f1;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 30;
  height: 85px;
}
.ft_banner .flexbox {
  gap: 20px;
}
.ft_banner a {
  position: relative;
  width: calc(50% - 10px);
  display: block;
  width: 392px;
  max-width: 100%;
  margin: 0 auto 0;
  padding: 10px;
  background: #E6616E;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  transition: all 0.5s;
}
.ft_banner a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.ft_banner a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.ft_banner a .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.ft_banner a.btn01 {
  color: #fff;
}
.ft_banner a.btn02 {
  background: #1E356A;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #contents,
  body #contents {
    min-width: 0;
  }
  .lp_container {
    width: calc(100% - 24px);
  }
  .sec_ttl {
    margin-bottom: 25px;
    font-size: 27px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .sec_ttl::before {
    margin-bottom: 20px;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
  .bousai_banner {
    height: auto;
    margin-top: 50px;
    padding-top: 30px;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 10px solid #1E356A;
  }
  .bousai_banner:hover {
    opacity: 1;
  }
  .bousai_banner .banner_ttl {
    width: 100%;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .bousai_banner .banner_text {
    width: 100%;
    margin: 15px 0;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .bousai_banner .banner_text02 {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .bousai_banner .banner_text03 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: 0.075em;
  }
  .bousai_banner .banner_text03 > span {
    min-width: 134px;
    margin: 0 6px;
    padding: 3px 12px;
  }
  .bousai_banner .banner_btn {
    width: calc(100% - 60px);
    padding: 10px;
    font-size: 15px;
  }
  .bousai_banner .banner_btn::after {
    right: 12px;
    width: 12px;
    height: 12px;
  }
  .bousai_banner .banner_btn .icon {
    margin-left: -20px;
  }
  .bousai_banner .banner_img01 {
    position: relative;
    max-width: 55%;
    left: auto;
    bottom: -10px;
    margin-right: -5%;
    overflow: hidden;
  }
  .bousai_banner .banner_img01 img {
    margin: 0 auto -10%;
  }
  .bousai_banner .banner_img02 {
    position: relative;
    right: auto;
    bottom: 10px;
    max-width: 45%;
    transform: unset;
  }
  .bousai_banner .banner_img02 img {
    max-width: 80%;
    height: auto;
    margin: 0 auto 0 0;
  }
  .bousai_banner.banner02 {
    margin-top: 40px;
    padding-top: 20px;
  }
  .bousai_banner.banner02 .banner_ttl {
    font-size: 27px;
    line-height: 1.4;
  }
  .bousai_banner.banner02 .banner_text {
    margin-top: 5px;
  }
  .bousai_banner.banner02 .banner_img01 {
    left: -10px;
  }
  .bousai_banner.banner03 {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .bousai_banner.banner03 .banner_ttl {
    font-size: 19px;
    line-height: 1.4;
  }
  .bousai_banner.banner03 .banner_ttl .big01 {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 1.3;
  }
  .bousai_banner.banner03 .banner_ttl .big02 {
    font-size: 25px;
  }
  .bousai_banner.banner03 .banner_btn {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .bousai_banner.banner03 .banner_img01 {
    left: 0;
    bottom: 0;
    margin-right: 0;
  }
  .bousai_banner.banner03 .banner_img01 img {
    margin-bottom: 0;
  }
  .bousai_banner.banner03 .banner_img02 {
    max-width: 35%;
  }
  .bousai_banner.banner03 .banner_img02 img {
    max-width: 100%;
  }
  .bousai_banner.banner04 {
    margin-top: 0;
    padding-top: 20px;
  }
  .bousai_banner.banner04 .banner_text02 {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .bousai_banner.banner04 .banner_ttl {
    line-height: 1.4;
  }
  .bousai_banner.banner04 .banner_btn {
    width: calc(100% - 30px);
  }
  .bousai_banner.banner04 .banner_img01 {
    max-width: 59%;
    margin-top: -10px;
    margin-right: -20%;
    z-index: 1;
    overflow: hidden;
  }
  .bousai_banner.banner04 .banner_img01 img {
    margin-bottom: -10%;
  }
  .bousai_banner.banner04 .banner_img02 {
    max-width: 60%;
    top: auto;
    right: 0;
    margin-top: -10px;
    margin-right: -10%;
    bottom: -10px;
    overflow: hidden;
  }
  .bousai_banner.banner04 .banner_img02 img {
    margin-bottom: -10%;
  }
  .bousai_banner_note {
    padding: 15px 0 0;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .ft_banner {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
  }
  .ft_banner .flexbox {
    width: 100%;
    gap: 0;
  }
  .ft_banner a {
    width: 100%;
    max-width: 100%;
    height: 45px;
    margin: 0 auto 0;
    padding: 10px;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .ft_banner a:hover {
    opacity: 1;
  }
}
/* ---------------------------------------------------
	main
------------------------------------------------------ */
#main {
  background: url(../img/mv.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
#main .lp_container {
  display: flex;
  height: 600px;
  flex-direction: column;
  justify-content: center;
}
#main .main_ttl {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #main {
    background: url(../img/mv_sp.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  #main .lp_container {
    justify-content: flex-end;
    height: 90.667vw;
    padding-bottom: 16vw;
  }
  #main .main_ttl {
    text-align: left;
  }
  #main .main_ttl img {
    width: 95%;
    height: auto;
  }
}
/* ---------------------------------------------------
	sec_lead
------------------------------------------------------ */
.sec_lead {
  padding: 80px 0 140px;
  background: #fff;
  text-align: center;
}
.sec_lead .sec_ttl.mt {
  margin-top: 60px;
}
.sec_lead .sec_ttl.mt::before {
  content: none;
}
.sec_lead .lead_text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.sec_lead .lead_text + .lead_text {
  margin-top: 15px;
}
.sec_lead .lead_bg {
  margin-top: 80px;
  background: url(../img/lead_bg01.jpg) no-repeat center;
  background-size: cover;
}
.sec_lead .lead_bg .lp_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 370px;
}
.sec_lead .lead_bg .bg_text {
  color: #1E356A;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
}
.sec_lead .lead_bg .bg_text .row {
  display: inline-block;
  margin: 12px 0;
  background: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec_lead {
    padding: 40px 0 100px;
  }
  .sec_lead .sec_ttl.mt {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 25px;
  }
  .sec_lead .lead_text {
    font-size: 15px;
    line-height: 2.1;
  }
  .sec_lead .lead_text + .lead_text {
    margin-top: 30px;
  }
  .sec_lead .lead_bg {
    margin-top: 70px;
    background: url(../img/lead_bg01_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .sec_lead .lead_bg .lp_container {
    justify-content: flex-end;
    height: 85.334vw;
    padding-left: 4vw;
    padding-bottom: 14vw;
  }
  .sec_lead .lead_bg .bg_text {
    font-size: 5vw;
    letter-spacing: 0.1em;
  }
  .sec_lead .lead_bg .bg_text .row {
    display: inline;
    margin: 0;
    background: none;
  }
  .sec_lead .lead_bg .bg_text .sp_row {
    display: inline-block;
    margin: 0.275em 0;
    background: #fff;
    font-weight: bold;
  }
}
/* ---------------------------------------------------
		sec_anshin
------------------------------------------------------ */
.sec_anshin {
  padding: 120px 0 140px;
  background: #DBE6F3;
  text-align: center;
}
.sec_anshin .anshin_lead {
  margin-bottom: 10px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec_anshin .anshin_lead.mt {
  margin-top: 30px;
  font-size: 22px;
}
.sec_anshin .anshin_text {
  padding: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec_anshin .anshin_movie {
  max-width: 623px;
  margin: 30px auto 0;
}
.sec_anshin .anshin_movie video {
  display: block;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .sec_anshin {
    padding: 70px 0 100px;
  }
  .sec_anshin .anshin_lead {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .sec_anshin .anshin_lead.mt {
    margin-top: 50px;
    font-size: 20px;
  }
  .sec_anshin .anshin_text {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec_anshin .anshin_movie {
    margin: 30px auto 0;
  }
}
/* ---------------------------------------------------
		sec_about
------------------------------------------------------ */
.sec_about {
  padding-bottom: 40px;
  background: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.sec_about .bold {
  font-weight: bold;
}
.sec_about .about_lead {
  padding: 110px 0;
  background: #fff;
  text-align: center;
}
.sec_about .about_lead .sec_ttl {
  font-size: 40px;
}
.sec_about .about_lead .lead_text {
  line-height: 2.2;
}
.sec_about .about_sec {
  padding: 120px 0 160px;
  background: #F4F7F9;
  text-align: left;
}
.sec_about .about_sec.even {
  background: #fff;
}
.sec_about .about_head .head_ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 200px;
  padding-bottom: 10px;
  background: #8CB4E3;
  border-radius: 50%;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec_about .about_head .head_ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  border-radius: 50%;
  pointer-events: none;
}
.sec_about .about_head .head_ttl .big {
  display: block;
  margin-top: 5px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.sec_about .about_head .head_ttl .big.ls {
  padding-left: 0.3em;
  font-size: 41px;
  letter-spacing: 0.3em;
}
.sec_about .about_head .head_text {
  width: calc(100% - 236px);
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: left;
}
.sec_about .about_head .head_text p {
  padding: 0;
  line-height: 2;
}
.sec_about .about_head .head_text .text_lead {
  margin-bottom: 15px;
  padding-left: 20px;
  border-left: 3px solid currentColor;
  color: #1E356A;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.sec_about .about_box {
  margin-top: 30px;
  padding: 30px 40px;
  background: #fff;
  border: 3px solid #e8eef3;
  border-radius: 10px;
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.sec_about .about_box .box_col {
  gap: 24px;
  justify-content: center;
  text-align: center;
}
.sec_about .about_box .box_col .col_item .item_text {
  font-size: 17px;
  line-height: 1.4;
}
.sec_about .about_box .box_col .col_item .item_text .color {
  color: #1E356A;
  font-size: 23px;
  font-weight: bold;
}
.sec_about .about_box .box_col .col_item .item_img {
  margin-top: 15px;
}
.sec_about .about_box .box_col .col_item .item_img img {
  margin: 0 auto;
  border-radius: 5px;
}
.sec_about .about_box .box_text {
  margin-top: 20px;
  padding: 0;
  color: #1E356A;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
}
.sec_about .about_box .box_text02 {
  padding: 0;
  color: #202750;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.sec_about .about_box .box_text02 img {
  margin: 0 auto 10px;
}
.sec_about .about_box .box_list {
  margin-top: 15px;
  gap: 20px;
  justify-content: center;
  list-style-type: none;
  line-height: 1;
}
.sec_about .about_box .box_col02 {
  gap: 50px;
  margin: 30px 0 20px;
  justify-content: center;
}
.sec_about .about_box .box_col02 .col_item .item_img img {
  margin: 0 auto;
  border-radius: 10px;
}
.sec_about .about_box .box_col02 .col_item .item_text {
  margin-top: 18px;
  padding: 8px;
  background: #8cb4e3;
  border-radius: 100vmax;
  color: #fff;
  text-align: center;
}
.sec_about .about_box .box_col02 .col_item .item_text img {
  margin: 0 auto;
}
.sec_about .fukidashi_box {
  margin-top: 40px;
  align-items: flex-end;
}
.sec_about .fukidashi_box .box_text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 190px);
  min-height: 120px;
  padding: 20px 5% 20px 8%;
  background: #8cb4e3;
  border-radius: 12px;
  color: #1E356A;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.sec_about .fukidashi_box .box_text::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -12px;
  border-style: solid;
  border-width: 12px 0px 12px 30px;
  border-color: transparent transparent transparent #8cb4e3;
}
.sec_about .fukidashi_box .box_text p {
  padding: 0;
  font-weight: bold;
}
.sec_about .fukidashi_box .box_img {
  text-align: center;
}
.sec_about .fukidashi_box.reverse .box_text::before {
  left: auto;
  right: 100%;
  border-width: 12px 30px 12px 0px;
  border-color: transparent #8cb4e3 transparent transparent;
}
.sec_about .about_sec01 .about_box img {
  margin: 0 auto;
}
.sec_about .about_sec04 {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .sec_about {
    padding-bottom: 0;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .sec_about .bold {
    font-weight: bold;
  }
  .sec_about .about_lead {
    padding: 70px 0 100px;
  }
  .sec_about .about_lead .sec_ttl {
    font-size: 27px;
  }
  .sec_about .about_lead .lead_text {
    line-height: 2;
  }
  .sec_about .about_sec {
    padding: 100px 0 70px;
  }
  .sec_about .about_head {
    display: block;
  }
  .sec_about .about_head .head_ttl {
    margin: 0 auto;
    padding-bottom: 0;
  }
  .sec_about .about_head .head_text {
    width: 100%;
    margin-top: 25px;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .sec_about .about_head .head_text p {
    line-height: 2;
  }
  .sec_about .about_head .head_text .text_lead {
    margin-bottom: 30px;
    padding-left: 16px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .sec_about .about_box {
    margin-top: 35px;
    padding: 35px 10px;
    border: 2px solid #e8eef3;
  }
  .sec_about .about_box .box_col {
    gap: 0;
    justify-content: space-between;
  }
  .sec_about .about_box .box_col .col_item {
    max-width: 50%;
  }
  .sec_about .about_box .box_col .col_item .item_text {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .sec_about .about_box .box_col .col_item .item_text .color {
    font-size: 12px;
    letter-spacing: 0.075em;
  }
  .sec_about .about_box .box_col .col_item .item_img {
    margin-top: 10px;
  }
  .sec_about .about_box .box_col .col_item .item_img img {
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
  }
  .sec_about .about_box .box_text {
    margin-top: 15px;
    font-size: 15px;
  }
  .sec_about .about_box .box_text02 {
    font-size: 15px;
  }
  .sec_about .about_box .box_text02 img {
    width: 210px;
    height: auto;
    margin: 0 auto 10px;
  }
  .sec_about .about_box .box_list {
    margin-top: 12px;
    margin-bottom: 10px;
    gap: 0;
    justify-content: space-between;
  }
  .sec_about .about_box .box_list li {
    max-width: 24%;
  }
  .sec_about .about_box .box_list li img {
    margin: 0 auto;
  }
  .sec_about .about_box .box_col02 {
    gap: 0;
    margin: 15px 0 10px;
    padding: 0 10px;
    justify-content: space-between;
  }
  .sec_about .about_box .box_col02 .col_item {
    width: 48%;
  }
  .sec_about .about_box .box_col02 .col_item .item_img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .sec_about .about_box .box_col02 .col_item .item_text {
    margin-top: 10px;
    padding: 5px;
    border-radius: 100vmax;
  }
  .sec_about .about_box .box_col02 .col_item .item_text img {
    width: auto;
    height: 10px;
    margin: 0 auto;
    object-fit: cover;
  }
  .sec_about .fukidashi_box {
    display: block;
    margin-top: 40px;
  }
  .sec_about .fukidashi_box .box_text {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 20px;
    border-radius: 12px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .sec_about .fukidashi_box .box_text::before {
    left: 50%;
    top: 100%;
    margin-top: 0;
    margin-left: -11px;
    border-width: 32px 11px 0px 11px;
    border-color: #8cb4e3 transparent transparent transparent;
  }
  .sec_about .fukidashi_box .box_text p {
    line-height: 1.8;
  }
  .sec_about .fukidashi_box .box_img {
    margin-top: 40px;
  }
  .sec_about .fukidashi_box .box_img img {
    margin: 0 auto;
  }
  .sec_about .fukidashi_box.reverse .box_text::before {
    left: 50%;
    right: auto;
    border-width: 32px 11px 0px 11px;
    border-color: #8cb4e3 transparent transparent transparent;
  }
  .sec_about .about_sec01 .about_box {
    padding: 20px 10px;
  }
  .sec_about .about_sec04 {
    padding-bottom: 70px;
  }
  .sec_about .about_sec04 .about_head .head_text .text_lead {
    font-size: 22px;
  }
}
/* ---------------------------------------------------
		sec_recommend
------------------------------------------------------ */
.sec_recommend {
  padding: 100px 0 140px;
  background: #dbe6f3;
}
.sec_recommend .sec_ttl {
  font-size: 40px;
}
.sec_recommend .recommend_mv img {
  margin: 0 auto;
}
.sec_recommend .recommend_box {
  padding: 30px 60px;
  border: 1px solid #3d68ac;
  background: #fff;
}
.sec_recommend .recommend_box .box_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #3d68ac;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.sec_recommend .recommend_box .box_ttl .icon {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.sec_recommend .recommend_box .box_ttl::after {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  margin-left: 15px;
  border-top: 1px solid #3d68ac;
  flex-grow: 1;
}
.sec_recommend .recommend_box .box_list {
  padding-left: 20px;
  font-size: 18px;
}
.sec_recommend .recommend_box .box_list ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
.sec_recommend .recommend_box .box_list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 1em;
  height: 1em;
  border: 1px solid currentColor;
}
.sec_recommend .fukidashi_box {
  max-width: 795px;
  margin: 50px auto 0;
  align-items: flex-end;
}
.sec_recommend .fukidashi_box .box_text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 190px);
  min-height: 120px;
  padding: 20px 2% 20px 5%;
  background: #3e68af;
  border-radius: 12px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.sec_recommend .fukidashi_box .box_text::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -12px;
  border-style: solid;
  border-width: 12px 0px 12px 30px;
  border-color: transparent transparent transparent #3e68af;
}
.sec_recommend .fukidashi_box .box_text p {
  padding: 0;
  font-weight: bold;
}
.sec_recommend .fukidashi_box .box_img {
  text-align: center;
}
.sec_recommend .fukidashi_box.reverse .box_text::before {
  left: auto;
  right: 100%;
  border-width: 12px 30px 12px 0px;
  border-color: transparent #3e68af transparent transparent;
}

@media screen and (max-width: 768px) {
  .sec_recommend {
    padding: 80px 0 70px;
  }
  .sec_recommend .sec_ttl {
    font-size: 27px;
  }
  .sec_recommend .recommend_mv img {
    margin: 0 auto;
  }
  .sec_recommend .recommend_box {
    margin-top: 20px;
    padding: 25px 10px;
  }
  .sec_recommend .recommend_box .box_list {
    padding-left: 20px;
    font-size: 17px;
  }
  .sec_recommend .recommend_box .box_list ul li {
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .sec_recommend .fukidashi_box {
    display: block;
    margin-top: 30px;
  }
  .sec_recommend .fukidashi_box .box_text {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 20px 20px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .sec_recommend .fukidashi_box .box_text::before {
    left: 50%;
    top: 100%;
    margin-top: 0;
    margin-left: -11px;
    border-width: 32px 11px 0px 11px;
    border-color: #3e68af transparent transparent transparent;
  }
  .sec_recommend .fukidashi_box .box_text p {
    line-height: 1.8;
  }
  .sec_recommend .fukidashi_box .box_img {
    margin-top: 40px;
  }
  .sec_recommend .fukidashi_box .box_img img {
    margin: 0 auto;
  }
  .sec_recommend .fukidashi_box.reverse .box_text::before {
    left: 50%;
    right: auto;
    border-width: 32px 11px 0px 11px;
    border-color: #3e68af transparent transparent transparent;
  }
}
/* ---------------------------------------------------
		sec_seminar
------------------------------------------------------ */
.sec_seminar {
  padding: 100px 0 140px;
  background: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec_seminar p {
  line-height: 2;
}
.sec_seminar .sec_ttl {
  margin-bottom: 15px;
}
.sec_seminar .seminar_lead {
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.sec_seminar .seminar_mv {
  margin-top: 30px;
  margin-bottom: 20px;
}
.sec_seminar .seminar_col {
  margin-top: 50px;
}
.sec_seminar .seminar_col .col_item {
  width: 46.2%;
  max-width: 450px;
}
.sec_seminar .seminar_col .col_item p {
  padding: 10px 0 0;
}
.sec_seminar .seminar_btn {
  margin-top: 65px;
  text-align: center;
}
.sec_seminar .seminar_btn a {
  position: relative;
  display: inline-block;
  width: 392px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #E6616E;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.sec_seminar .seminar_btn a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.sec_seminar .seminar_btn a .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .sec_seminar {
    padding: 80px 0 70px;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .sec_seminar .sec_ttl {
    margin-bottom: 10px;
  }
  .sec_seminar .seminar_lead {
    padding: 0;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec_seminar .seminar_mv {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .sec_seminar .seminar_col {
    margin-top: 40px;
    gap: 30px;
  }
  .sec_seminar .seminar_col .col_item {
    width: 100%;
    max-width: 100%;
  }
  .sec_seminar .seminar_col .col_item .item_img img {
    width: 100%;
    height: auto;
  }
  .sec_seminar .seminar_col .col_item p {
    padding: 10px 0 0;
  }
  .sec_seminar .seminar_btn {
    margin-top: 30px;
  }
  .sec_seminar .seminar_btn a {
    padding: 20px;
    font-size: 15px;
  }
  .sec_seminar .seminar_btn a::after {
    width: 12px;
    height: 12px;
  }
  .sec_seminar .seminar_btn a .icon {
    margin-left: -20px;
  }
}
/* ---------------------------------------------------
		sec_tenji
------------------------------------------------------ */
.sec_tenji {
  padding: 100px 0 140px;
  text-align: center;
}
.sec_tenji .sec_ttl {
  margin-bottom: 20px;
  font-size: 40px;
}
.sec_tenji .tenji_lead {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.78;
}

@media screen and (max-width: 768px) {
  .sec_tenji {
    padding: 80px 0 90px;
  }
  .sec_tenji .sec_ttl {
    margin-bottom: 20px;
    font-size: 27px;
  }
  .sec_tenji .tenji_lead {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
}