@charset "UTF-8";
main{
  overflow: hidden;
}
.under_mv{
  background: url("../../../img/mv.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro {
    padding-top: 60px;
    max-width: 1024px;
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 530px;
}
.intro_text > .talk_theme {margin-top: 30px;color: #7CD1F2;}

.description {
    padding-top: 60px;
    max-width: 1024px;
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.des_flex{
  display: flex;
  justify-content: center;
  gap:10px;
  
}
.des_card {
    display: flex;
    background: #A8A8A8;
    border-radius: 35px;
    max-width: 468px;
    width: 100%;
  overflow: hidden;
}
.des_plate {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    padding: 40px;
    background: #1673C2;
    color: #fff;
}
.des_post{
  font-size: 2.4rem;
}
.des_name {
    margin-top: 1em;
}
.talk {
    background: #ECECEC;
    position: relative;
    padding: 50px 0 75px;
}
.talk::before{
  content: '';
  background:#fff url("../img/bg_01.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 512px;
  position: absolute;
  top: -430px;
  left: 0;
}
.talk_inner {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.talk_block {
    padding: 60px 0;
  background: #fff;
}
.talk_block--rev{
  background: #1673C2;
  padding-bottom: 60px;
  color: #fff;
}
.talk_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: auto;
}
.talk_ribbon{
  display: block;
  max-width: 414px;
  width: 100%;
    background: linear-gradient(90deg, transparent, #1673C2, transparent);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: lighter;
}
.talk_block--rev .talk_ribbon{
    background: linear-gradient(90deg, transparent, #fff, transparent);
    color: #1673C2;
}
.talk_theme {
    font-size: 4.8rem;
    color: #1673C2;
    margin-top: 10px;
    font-weight: normal;
  text-align: center;
}
.talk_block--rev .talk_theme {
    color: #fff;
}
.talk_body{
  margin-top: 30px;
}
.talk_row {
  max-width: 956px;
  width: 90%;
  margin: auto;
    display: flex;
    gap: 20px;
  padding-top: 30px;
}
.talk_row.rev {
    flex-direction: row-reverse;
}
.talk_row.tri {
    max-width: 1078px;
    width: 95%;
    margin-right: 0;
  justify-content: space-between;
}
.talk_row.tri.rev {
    margin-right: auto;
  margin-left: 0;
}
.talk_icon{
  width: 68px;
  min-width: 68px;
}
.talk_text{
  line-height: 2;
}
.tri .talk_text{
  max-width: 425px;
}

.rec_menu {
    margin: 0;
}
.ft_cont::before{
  background: url("../../../img/ft_bg_t.png") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.talk_img:has(> img:nth-child(2)) {
  width: 100%;
  max-width: 540px;
  & > img:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
.intro {
    padding-bottom: 60px;
}
.des_flex {
    flex-direction: column;
    align-items: center;
}
.des_card {
    flex-direction: column-reverse;
    align-items: center;
  max-width: 234px;
}
.des_plate {
    width: 100%;
    padding: 20px 5%;
}

.talk::before {
  position: static;
  display: block;
  width: 100%;
    height: 120vw;
  background: url("../img/bg_01_sp.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.talk_block {
    padding: 40px 0;
}
.talk_block--rev{
    padding: 40px 0;
}
.talk_theme {
    font-size: 2.4rem;
  text-align: left;
}
.talk_row {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.talk_row.tri {
    width: 90%;
    margin-right: auto;
    justify-content: center;
}
.talk_row.tri.rev {
  flex-direction: row;
    margin-right: auto;
  margin-left: auto;
}
.talk_icon {
    min-width: 0;
    width: 75px;
}
.talk_row.tri.rev .talk_icon {
  order: 1;
}
.talk_row.tri.rev .talk_text {
  order: 2;
}
.talk_row.tri.rev .talk_img {
  order: 3;
}
}
@media print {
}