@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.message {
  background: url("../img/bg_01.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 55px;
  padding: 60px 0;
  position: relative;
}
.mes_inner {
    background: #fff url("../img/bg_01_1.png") no-repeat center;
  -webkit-background-size: 80%;
  background-size: 80%;
    max-width: 1024px;
    width: 90%;
    margin: auto;
    padding: 55px 65px 80px;
}
.mes_text {
    margin-top: 40px;
    line-height: 2;
}
.mes_ceo {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 40px;
}
.policy{
  position: relative;
}
.pol_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}
.pol_card {
    max-width: 502px;
    width: 100%;
    border: 1px solid #111868;
}
.pol_midashi {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C3C5D9;
    color: #111868;
    font-size: 2.4rem;
    font-weight: bold;
}
.pol_midashi:before, .pol_midashi:after {
  border-top: 1px solid #111868;
  content: "";
  width: 10%; /* 線の長さ */
}
.pol_midashi:before {
  margin-right: 20px; /* 文字の右隣 */
}
.pol_midashi:after {
  margin-left: 20px; /* 文字の左隣 */
}
.pol_body {
    display: flex;
    padding: 40px 35px;
    justify-content: space-between;
}
.pol_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}
.col_num {
    color: #C3C5D9;
    font-size: 2.4rem;
    font-weight: bold;
}
.col_sub {
    font-weight: bold;
    color: #111868;
    margin-top: 5px;
    letter-spacing: 2px;
    padding-left: 2px;
}
.col_main {
    font-size: 4.5rem;
    font-weight: bold;
    color: #C5010F;
    letter-spacing: 9px;
    padding-left: 9px;
}
.col_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    margin-top: 10px;
}
.pol_phi {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
.pol_bold {
    font-size: 2.4rem;
    font-weight: bold;
    color: #111868;
    letter-spacing: 4px;
    padding-left: 4px;
}
.pol_img {
    margin-top: 40px;
}

.offer{
  background: url("../img/bg_02.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 80px 0;
}
.off_top {
    max-width: 890px;
  width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.off_flow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 122px;
    background: url(../img/img_02.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 0 110px 0 40px;
}
.off_midashi {
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 3px;
}
.off_cont {
    display: flex;
    justify-content: space-between;
    max-width: 802px;
    margin-top: 5px;
    margin-left: 15px;
}
.off_card {
    max-width: 352px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.off_sub {
    font-size: 2.4rem;
    font-weight: bold;
    color: #111868;
}
.off_main {
    font-size: 2.6rem;
    font-weight: bold;
    color: #C62B1F;
    text-align: center;
}
.off_com {
    font-weight: bold;
    color: #1E2959;
    margin-top: 15px;
    line-height: 2;
}
.off_line {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2.3rem;
    font-weight: bold;
    color: #c62b1f;
}
.off_bot {
    max-width: 1024px;
    width: 90%;
    margin: 40px auto 0;
    background: rgba(255,255,255,.8);
    padding: 35px 5%;
}
.off_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.off_item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #111868;
    max-width: 174px;
    height: 50px;
    width: calc(50% - 10px);
    background: #fff;
    border: 1px solid #111868;
}
.off_last {
    color: #C5010F;
    font-size: 2.4rem;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
.mes_inner {
    padding: 40px 5%;
}
.mes_text {
    margin-top: 20px;
}
.pol_inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.pol_body {
    padding: 30px 5%;
}
.col_sub {
    font-size: 1.1rem;
}
.col_main {
    letter-spacing: 0;
    padding: 0;
    text-align: center;
    font-size: 3rem;
}
.pol_bold {
    font-size: min(4.2vw,2.5rem);
}
.offer{
  padding-top: 40px;
}
.off_top {
    flex-direction: row;
    max-width: 500px;
}
.off_flow {
    min-width: 95px;
    width: 122px;
    height: 695px;
    padding: 40px 0 90px;
    flex-direction: column;
    background: url(../img/img_02_sp.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.off_midashi {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.8rem;
}
.off_cont {
    justify-content: center;
    flex-direction: column;
    padding-right: 5%;
    margin: 0;
    gap: 50px;
}
.off_sub {
    font-size: min(5vw,2.4rem);
    text-align: center;
}
.off_main {
    font-size: min(4.4vw,2.6rem);
}
.off_line {
    -ms-writing-mode: initial;
    writing-mode: inherit;
    text-align: center;
}
.off_item {
    font-size: min(5vw,2.4rem);
}
.off_last {
    font-size: 1.8rem;
}














}
@media print {

}