<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =============================================================================
    Reset style
   ========================================================================== */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.armg_lpheader div,
.armg_lpheader dl,
.armg_lpheader dt,
.armg_lpheader dd,
.armg_lpheader ul,
.armg_lpheader ol,
.armg_lpheader li,
.armg_lpheader h1,
.armg_lpheader h2,
.armg_lpheader h3,
.armg_lpheader h4,
.armg_lpheader h5,
.armg_lpheader h6,
.armg_lpheader pre,
.armg_lpheader code,
.armg_lpheader form,
.armg_lpheader fieldset,
.armg_lpheader legend,
.armg_lpheader input,
.armg_lpheader textarea,
.armg_lpheader p,
.armg_lpheader blockquote,
.armg_lpheader th,
.armg_lpheader td,
.armg_main div,
.armg_main dl,
.armg_main dt,
.armg_main dd,
.armg_main ul,
.armg_main ol,
.armg_main li,
.armg_main h1,
.armg_main h2,
.armg_main h3,
.armg_main h4,
.armg_main h5,
.armg_main h6,
.armg_main pre,
.armg_main code,
.armg_main form,
.armg_main fieldset,
.armg_main legend,
.armg_main input,
.armg_main textarea,
.armg_main p,
.armg_main blockquote,
.armg_main th,
.armg_main td {
  margin: 0;
  padding: 0;
}

.armg_lpheader table,
.armg_main table {
  border-collapse: collapse;
  border-spacing: 0;
}

.armg_lpheader fieldset,
.armg_lpheader img,
.armg_main fieldset,
.armg_main img {
  border: 0;
}

.armg_lpheader address,
.armg_lpheader caption,
.armg_lpheader cite,
.armg_lpheader code,
.armg_lpheader dfn,
.armg_lpheader em,
.armg_lpheader strong,
.armg_lpheader th,
.armg_lpheader var,
.armg_main address,
.armg_main caption,
.armg_main cite,
.armg_main code,
.armg_main dfn,
.armg_main em,
.armg_main strong,
.armg_main th,
.armg_main var {
  font-style: normal;
  font-weight: normal;
}

.armg_lpheader ol,
.armg_lpheader ul,
.armg_main ol,
.armg_main ul {
  list-style: none;
}

.armg_lpheader caption,
.armg_lpheader th,
.armg_main caption,
.armg_main th {
  text-align: left;
}

.armg_lpheader h1,
.armg_lpheader h2,
.armg_lpheader h3,
.armg_lpheader h4,
.armg_lpheader h5,
.armg_lpheader h6,
.armg_main h1,
.armg_main h2,
.armg_main h3,
.armg_main h4,
.armg_main h5,
.armg_main h6 {
  font-size: 100%;
  font-weight: normal;
}

.armg_lpheader q:before,
.armg_lpheader q:after,
.armg_main q:before,
.armg_main q:after {
  content: "";
}

.armg_lpheader abbr,
.armg_lpheader acronym,
.armg_main abbr,
.armg_main acronym {
  border: 0;
  font-variant: normal;
}

.armg_lpheader sup,
.armg_main sup {
  vertical-align: text-top;
}

.armg_lpheader sub,
.armg_main sub {
  vertical-align: text-bottom;
}

.armg_lpheader input,
.armg_lpheader textarea,
.armg_lpheader select,
.armg_main input,
.armg_main textarea,
.armg_main select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

.armg_lpheader legend,
.armg_main legend {
  color: #000;
}

.armg_lpheader #yui3-css-stamp.cssreset,
.armg_main #yui3-css-stamp.cssreset {
  display: none;
}

/* =============================================================================
Basic style
========================================================================== */
/*
 * body InitialStyle
 */
body {
  -webkit-text-size-adjust: none;
  background: #fff;
  color: #333;
}

.armg_lpheader a:hover,
.armg_main a:hover {
  text-decoration: none;
}

/* =============================================================================
Font
========================================================================== */
.black {
  color: #000;
}

.white {
  color: #fff;
}

.blue {
  color: #004ea1;
}

.yellow {
  color: #f7ff76;
}

.aqua {
  color: #1d8ab3;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

/* =============================================================================
Image
========================================================================== */
img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}

/*==============================================================================
Animation
============================================================================= */
.fade,
.fadeup {
  opacity: 0;
}

.fadeIn {
  animation: fade-in .8s ease-out forwards;
}

.fadeUp {
  animation: fade-up .8s ease-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*==============================================================================
Responsive
============================================================================= */
/* SP側の設定 */
@media screen and (max-width: 640px) {
  .armg_lpheader .inner,
  .armg_main .inner {
    width: 93.75%;
    margin: 0 auto;
    position: relative;
  }
  .armg_lpheader .pc-only,
  .armg_main .pc-only {
    display: none;
  }
  .armg_lpheader .sp-only,
  .armg_main .sp-only {
    display: block;
  }
  img {
    width: 100%;
  }
  br .pc-only {
    display: none;
  }
  br .sp {
    display: block;
  }
}

/* PC側の設定 */
@media screen and (min-width: 641px) {
  .armg_lpheader .inner,
  .armg_main .inner {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .armg_lpheader .pc-only,
  .armg_main .pc-only {
    display: block;
  }
  .armg_lpheader .sp-only,
  .armg_main .sp-only {
    display: none;
  }
}

/* =============================================================================
font style
========================================================================== */
.armg_main .medium {
  font-weight: 500;
}

.armg_main .bold {
  font-weight: 700;
}

.armg_main .blue {
  color: #004ea2;
}

.armg_main h2,
.armg_main h3,
.armg_main h4 {
  letter-spacing: .04em;
}

/* =============================================================================
common style
 ========================================================================== */
.armg_lpheader {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

main {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
}

/* =============================================================================
armg_lpheader style
========================================================================== */
@media screen and (min-width: 641px) {
  .armg_lpheader {
    background-color: #f5f6f9;
    border-bottom: 1px solid #d6d8e0;
  }
  .armg_lpheader .inner {
    width: auto;
    min-width: 1240px;
    margin: 0 auto;
  }
  .armg_lpheader.armg_fixed .armg_lpheader_item {
    height: 50px;
  }
  .armg_lpheader.armg_fixed .armg_lpheader_cta {
    height: 53px;
  }
  .armg_lpheader .armg_lpheader_logo {
    margin: 0 auto;
    padding: 10px 0;
  }
  .armg_lpheader .armg_lpheader_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .armg_lpheader .armg_lpheader_item {
    display: table-cell;
    width: auto;
    height: 75px;
    list-style: none;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    vertical-align: middle;
    border-left: 1px solid #d6d8e0;
  }
  .armg_lpheader .armg_lpheader_item:first-child {
    border-left: none;
  }
  .armg_lpheader .armg_lpheader_item .tel a {
    font-size: 1.6rem;
  }
  .armg_lpheader .armg_lpheader_item .tel p {
    font-size: 1rem;
  }
  .armg_lpheader .armg_lpheader_item &gt; a {
    padding: 0 10px;
    color: #404040;
    transition: opacity .3s;
  }
  .armg_lpheader .armg_lpheader_item &gt; a:hover {
    opacity: .7;
  }
  .armg_lpheader .armg_lpheader_logo {
    margin: 0 auto;
    font-weight: bold;
    transition: opacity .3s;
  }
  .armg_lpheader .armg_lpheader_logo span {
    color: #064f9f;
  }
  .armg_lpheader .armg_lpheader_logo:hover {
    opacity: .7;
  }
  .armg_lpheader .armg_lpheader_cta {
    background-color: #fcf53d;
    display: table;
    width: 100%;
    height: 75px;
    line-height: 1.2;
    transition: opacity .3s;
  }
  .armg_lpheader .armg_lpheader_cta span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .armg_lpheader .armg_lpheader_cta:hover {
    opacity: .7;
  }
}

/* =============================================================================
fv
========================================================================== */
@media screen and (min-width: 641px) {
  .fv .fv__bg {
    overflow: hidden;
    padding: 75px 0 45px;
    background: url(../img/fv_bg01.webp) no-repeat center/cover;
  }
  .fv .fv__inner {
    position: relative;
    width: 1200px;
  }
  .fv .fv__ttl01 {
    position: relative;
    width: 652px;
    font-weight: bold;
    letter-spacing: -0.1em;
  }
  .fv .fv__ttl01 .sub01 {
    display: inline-block;
    padding: 5px 45px 5px 39px;
    font-size: 26px;
    letter-spacing: .14em;
    color: #fff;
    background: url(../img/fv_ttl_bg01.webp) no-repeat center/contain;
  }
  .fv .fv__ttl01 .sub02 {
    position: absolute;
    font-size: 19px;
    text-align: center;
    letter-spacing: .04em;
    top: -63px;
    right: 1px;
    background: url(../img/fv_ttl_bg02.webp) no-repeat center/contain;
    padding: 40px 40px 58px;
    line-height: 1.4;
  }
  .fv .fv__ttl01 .sub02 .medium {
    font-size: 32px;
    font-weight: bold;
  }
  .fv .fv__ttl01 .sub03 {
    position: relative;
    display: inline-block;
    margin: 20px 0 0;
    font-size: 22px;
    letter-spacing: -.03em;
  }
  .fv .fv__ttl01 .sub03::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -26%;
    transform: translateY(-50%);
    display: block;
    width: 109px;
    height: 1px;
    background: #004ea1;
  }
  .fv .fv__ttl01 .main {
    display: inline-block;
    font-size: 56px;
    line-height: 1.2;
    margin: 18px 0 0;
    letter-spacing: -0.09em;
  }
  .fv .fv__ttl01 .blue {
    color: #004ea1;
  }
  .fv .fv__txt {
    width: 642px;
    margin: 50px 0 0 -12px;
  }
  .fv .fv__img01 {
    position: absolute;
    width: 300px;
    top: 10px;
    right: 260px;
  }
  .fv .fv__code {
		position: absolute;
		width: 100%;
		font-size: 80%;
		bottom:15px;
		text-align:center;
  }
}

/* =============================================================================
cta
========================================================================== */
@media screen and (min-width: 641px) {
  .cta .cta__bg {
    padding: 40px 0 50px;
    background: url(../img/cta_bg01.webp) top center/cover no-repeat;
  }
  .cta .cta__ttl {
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1.5;
  }
  .cta .cta__ttl .bold {
    font-size: 44px;
  }
  .cta .cta__lead {
    position: relative;
    width: 640px;
    margin: 12px auto 0;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .cta .cta__lead::before, .cta .cta__lead::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 178px;
    height: 1px;
    background: #fff;
  }
  .cta .cta__lead::before {
    left: 0;
  }
  .cta .cta__lead::after {
    right: 0;
  }
  .cta .cta__btn {
    display: block;
    width: 640px;
    margin: 15px auto 0;
  }
}

/* =============================================================================
repeat
========================================================================== */
@media screen and (min-width: 641px) {
  .repeat .repeat__bg01 {
    padding: 90px 0 110px;
    background-color: #f5f7fa;
  }
  .repeat .repeat__inner {
    position: relative;
  }
  .repeat .repeat__lead {
    position: relative;
    width: 520px;
    padding-bottom: 5px;
    border-bottom: 1px solid #0f3778;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: .06em;
  }
  .repeat .repeat__lead::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateY(100%);
    margin: 0 auto;
    display: block;
    width: 1px;
    height: 19px;
    background: #004ea1;
  }
  .repeat .repeat__ttl01 {
    margin-top: 25px;
    font-weight: bold;
    font-size: 38px;
  }
  .repeat .repeat__ttl01 .big {
    font-size: 45px;
  }
  .repeat .repeat__ttl01 .num {
    font-size: 63px;
    line-height: 1;
  }
  .repeat .repeat__img01 {
    position: absolute;
    width: 390px;
    top: -18px;
    right: 0;
  }
  .repeat .repeat__bg02 {
    position: relative;
    padding: 96px 0 106px;
    background-color: #d9dfe9;
  }
  .repeat .repeat__bg02:after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 40px 0 40px;
    border-color: #d9dfe9 transparent transparent transparent;
  }
  .repeat .repeat__lead02 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 167px;
    border-radius: 5px;
    background: url(../img/repeat_bg01.webp) top center/cover no-repeat;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
  }
  .repeat .repeat__lead02 .big {
    font-size: 42px;
  }
  .repeat .repeat__list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .repeat .repeat__item {
    position: relative;
    width: 300px;
    box-shadow: 0 7px 16px 2px rgba(65, 87, 110, 0.1);
    border-radius: 10px;
    background-color: #fff;
  }
  .repeat .repeat__num {
    position: absolute;
    left: 20px;
    top: -15px;
  }
  .repeat .repeat__num img {
    height: 30px;
    width: auto;
  }
  .repeat .repeat__head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 93px;
    border-radius: 10px 10px 0 0;
    background-color: #627283;
    background-image: linear-gradient(to top, #586776 0%, #73879b 100%);
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
  }
  .repeat .repeat__head .small {
    font-size: 22px;
  }
  .repeat .repeat__body {
    position: relative;
    padding: 165px 20px 33px;
  }
  .repeat .repeat__icon01 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .repeat .repeat__icon01--num01 {
    width: 139px;
    top: 70px;
  }
  .repeat .repeat__icon01--num02 {
    width: 119px;
    top: 20px;
  }
  .repeat .repeat__icon01--num03 {
    width: 98px;
    top: 45px;
  }
  .repeat .repeat__txt {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
  }
}

/* =============================================================================
program
========================================================================== */
@media screen and (min-width: 641px) {
  .program .program__bg01 {
    padding: 45px 0 34px;
    background: url(../img/program_bg01.webp) top center/cover no-repeat;
  }
  .program .program__bg01--num02 {
    background: url(../img/voice_bg01.webp) top center/cover no-repeat;
  }
  .program .program__ttl01 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .06em;
  }
  .program .program__ttl01 .lead {
    position: relative;
    display: table;
    margin: 0 auto 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    font-size: 24px;
  }
  .program .program__ttl01 .lead::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateY(100%);
    margin: 0 auto;
    display: block;
    width: 1px;
    height: 13px;
    background: #fff;
  }
  .program .program__ttl01 .big {
    font-size: 48px;
  }
  .program .program__ttl01 .yellow {
    color: #f7ff76;
  }
  .program .program__ttl01--num02 .lead {
    font-size: 32px;
  }
  .program .program__bg02 {
    padding: 37px 0 100px;
    background: url(../img/program_bg02.webp) top center/cover no-repeat;
  }
  .program .program__ttl02 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
  .program .program__ttl02 .comment {
    display: block;
    width: 611px;
    height: 132px;
    margin: 0 auto -20px;
    padding-top: 40px;
    line-height: 1;
    font-size: 30px;
    background: url(../img/program_bg03.webp) top center/100% 100% no-repeat;
  }
  .program .program__ttl02 .big {
    color: #004ea1;
    font-size: 50px;
  }
  .program .program__box01 {
    width: 980px;
    margin-top: 25px;
    box-shadow: 4px 5px 20px 1px rgba(57, 87, 122, 0.11);
    border-radius: 10px;
    background-color: #fff;
  }
  .program .program__box01__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
    background-color: #e7f2ff;
    background-image: linear-gradient(to right, #0093e9 0%, #17bbb6 100%);
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }
  .program .program__box01__img {
    width: 858px;
    margin: 0 auto;
    padding: 32px 0;
  }
  .program .program__ttl03 {
    margin-top: 85px;
    padding: 27px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .06em;
    background: url(../img/program_bg04.webp) top center/cover no-repeat;
  }
  .program .program__ttl03 .big {
    font-size: 42px;
    font-weight: 700;
  }
  .program .program__flex {
    position: relative;
    margin-top: 40px;
  }
  .program .program__box02 {
    position: relative;
    width: 580px;
    padding: 35px 40px;
    border-radius: 5px;
    background-color: #fff;
  }
  .program .program__box02::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -10px;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #004ea1;
  }
  .program .program__box02__ttl {
    color: #004ea1;
    font-size: 26px;
    line-height: 1.5;
  }
  .program .program__box02__lead {
    margin: 15px 0 10px;
    color: #004ea1;
    font-size: 18px;
  }
  .program .program__box02__txt {
    line-height: 1.7;
  }
  .program .program__img01 {
    position: absolute;
    top: 50px;
    right: 0;
    width: 450px;
  }
  .program .program__list {
    margin-top: 190px;
  }
  .program .program__item {
    position: relative;
    margin-top: 75px;
    box-shadow: 4px 5px 20px 1px rgba(57, 87, 122, 0.11);
    border-radius: 10px;
    background-color: #fff;
  }
  .program .program__num {
    position: absolute;
    top: -20px;
    left: 30px;
  }
  .program .program__num img {
    height: 44px;
    width: auto;
  }
  .program .program__item__ttl01 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    border-radius: 10px 10px 0 0;
    background-color: #004ea1;
    background-image: linear-gradient(to right, #0091e5 0%, #0052a5 100%);
    color: #fff;
    font-size: 34px;
    font-weight: 700;
  }
  .program .program__item__body {
    padding: 25px 40px 40px;
  }
  .program .program__item__body.body01 {
    padding-bottom: 10px;
  }
  .program .program__item__sub {
    color: #004ea1;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: .06em;
  }
  .program .program__item__txt {
    margin-top: 5px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 500;
  }
  .program .program__item__ttl02 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding: 10px;
    border-radius: 15px 15px 0 0;
    background-color: #004ea1;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .06em;
    font-size: 26px;
    font-weight: 700;
    background-image: linear-gradient(to right, #0093e9 0%, #17bbb6 100%);
  }
  .program .program__item__ttl02--small {
    margin-top: 60px;
  }
  .program .program__item__flex {
    display: flex;
    margin-top: 20px;
    background: #e4f0ff;
    align-items: center;
    padding: 20px 0 25px;
  }
  .program .program__item__left {
    width: 98px;
    margin: 0 0 0 60px;
  }
  .program .program__item__right {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 0 100px;
    letter-spacing: .08em;
    line-height: 2;
  }
  .program .program__item__right li {
    position: relative;
  }
  .program .program__item__right li::before {
    position: absolute;
    content: "";
    left: -40px;
    top: 9px;
    width: 22px;
    height: 22px;
    background: url(../img/program_check.webp) no-repeat center/cover;
  }
  .program .program__low {
    margin-top: 20px;
    padding: 15px 60px 30px;
    background-color: #e4f0ff;
  }
  .program .program__low__txt {
    color: #004ea1;
    letter-spacing: .06em;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  .program .program__list03 {
    display: flex;
    justify-content: space-between;
    margin-top: 23px;
  }
  .program .program__item03 {
    position: relative;
    width: 246px;
  }
  .program .program__item03__txt {
    position: absolute;
    top: -5px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: #004ea1e3;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .1em;
  }
  .program .program__img03 {
    width: 896px;
    margin: 38px auto 50px;
  }
  .program .program__item__ttl04 {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    line-height: 1.5;
    background-color: #1b6bb7;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }
  .program .program__item__ttl04--num02 {
    background-color: #17bbb6;
  }
  .program .program__item__ttl04--num03 {
    margin-top: 42px;
    background-color: #17bbb6;
  }
  .program .program__img04 {
    width: 896px;
    margin: 0 0 0 5px;
  }
  .program .program__note {
    display: table;
    margin: 15px 0 0 auto;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.7;
  }
  .program .program__img05 {
    width: 866px;
    margin-top: 30px;
  }
  .program .program__box03 {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .program .program__box03__img {
    position: absolute;
    width: 110px;
    top: 0;
    left: 391px;
  }
  .program .program__dl02 {
    width: 365px;
  }
  .program .program__dt02 {
    position: relative;
    padding-left: 72px;
    color: #039d9a;
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 700;
  }
  .program .program__dt02 .img {
    position: absolute;
    display: block;
    top: -30px;
    left: 12px;
    width: 49px;
  }
  .program .program__dt02--num02 .img {
    width: 53px;
    top: -31px;
    left: 6px;
  }
  .program .program__dd02 {
    margin-top: 30px;
    padding-left: 20px;
  }
  .program .program__dd02__list {
    counter-reset: section;
  }
  .program .program__dd02__item {
    padding-left: 13px;
    text-indent: -13px;
    font-weight: 500;
    padding-top: 4px;
    line-height: 1.6;
    margin-top: 0px;
  }
  .program .program__dd02__item::before {
    counter-increment: section;
    content: counter(section) ".";
  }
}

/* =============================================================================
voice
========================================================================== */
@media screen and (min-width: 641px) {
  .voice .voice__bg {
    padding: 65px 0 95px;
  }
  .voice .voice__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .voice .voice__item {
    width: 470px;
    padding: 20px 20px 40px;
    box-shadow: 4px 5px 20px 1px rgba(57, 87, 122, 0.11);
    border-radius: 10px;
    background-color: #fff;
  }
  .voice .voice__head {
    position: relative;
    padding: 10px 0 21px 149px;
    border-bottom: 1px solid #004ea1;
    font-weight: 700;
  }
  .voice .voice__img01 {
    position: absolute;
    top: 5px;
    left: 11px;
    width: 120px;
  }
  .voice .voice__ttl01 {
    color: #004ea1;
    font-size: 23px;
    letter-spacing: 0;
  }
  .voice .voice__info {
    margin-top: 5px;
    font-size: 18px;
  }
  .voice .voice__txt01 {
    margin-top: 15px;
    padding: 0 10px;
    line-height: 1.8;
  }
  .voice .voice__txt01 .bold {
    color: #004ea1;
    font-weight: bold;
  }
  .voice .voice__txt01 .kakko01 {
    margin-left: 5px;
  }
  .voice .voice__txt01 .kakko02 {
    margin-right: 5px;
  }
  .voice .voice__img02 {
    width: 865px;
    margin: 35px 0 0 95px;
  }
}

/* =============================================================================
plan
========================================================================== */
@media screen and (min-width: 641px) {
  .plan .plan__bg {
    position: relative;
    z-index: 2;
    padding: 70px 0 150px;
    background: #e7f2ff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  }
  .plan .plan__ttl01 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: .06em;
    text-align: center;
  }
  .plan .plan__table {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 4px 5px 20px 1px rgba(57, 87, 122, 0.11);
  }
  .plan .plan__tr {
    border-top: 1px solid #cecece;
  }
  .plan .plan__tr:first-child {
    border-top: none;
  }
  .plan .plan__tr:first-child .plan__th {
    border-radius: 10px 0 0 0;
  }
  .plan .plan__tr:first-child .plan__td:nth-child(2), .plan .plan__tr:first-child .plan__td:nth-child(4) {
    background-color: #004ea1;
    border-left: 1px solid #004ea1;
  }
  .plan .plan__tr:first-child .plan__td:nth-child(3), .plan .plan__tr:first-child .plan__td:nth-child(5) {
    background-color: #179ceb;
    border-left: 1px solid #179ceb;
  }
  .plan .plan__tr:first-child .plan__td:nth-child(5) {
    border-radius: 0 10px 0 0;
  }
  .plan .plan__tr:nth-child(3) .plan__td:nth-child(2) {
    padding: 12px 7px;
  }
  .plan .plan__tr:last-child .plan__th {
    border-radius: 0 0 0 10px;
  }
  .plan .plan__th {
    width: 84px;
    background-color: #e3e3e3;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .plan .plan__td {
    width: 223px;
    min-height: 62px;
    padding: 12px 14px;
    text-align: center;
    font-size: 18px;
    border-left: 1px solid #cecece;
  }
  .plan .plan__td .small {
    text-align: left;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .plan .plan__td .small .space {
    display: inline-block;
    margin: 5px 0;
  }
  .plan .plan__td--white {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 0;
    line-height: 1.5;
  }
  .plan .plan__td--white .small {
    display: block;
    font-size: 14px;
    text-align: center;
  }
  .plan .plan__td .blue {
    font-size: 16px;
  }
  .plan .plan__td .num {
    font-weight: bold;
    font-size: 27px;
    line-height: 1;
  }
  .plan .plan__note {
    margin-top: 30px;
    font-size: 14px;
  }
  .plan .plan__note .circle {
    color: #004ea1;
  }
}

/* =============================================================================
faq
========================================================================== */
@media screen and (min-width: 641px) {
  .faq .faq__bg {
    position: relative;
    z-index: 1;
    padding: 0 0 100px;
  }
  .faq .faq__ttl01 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: .06em;
    text-align: center;
  }
  .faq .faq__list {
    margin-top: -13px;
    letter-spacing: .06em;
  }
  .faq .faq__item {
    margin-top: 35px;
  }
  .faq .faq__q {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 90px;
    padding: 15px 25px;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    background-image: linear-gradient(to right, rgba(0, 147, 233, 0.9) 0%, rgba(23, 187, 182, 0.9) 100%);
  }
  .faq .faq__q::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 75px;
    width: 1px;
    height: 60%;
    background: #fff;
  }
  .faq .faq__q__en {
    width: 24px;
    margin-right: 55px;
  }
  .faq .faq__q__txt {
    width: 845px;
    color: #fff;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
  }
  .faq .faq__a {
    display: flex;
    margin-top: 20px;
    padding: 0 25px;
  }
  .faq .faq__a__en {
    width: 23px;
    margin-right: 57px;
  }
  .faq .faq__a__txt {
    width: 839px;
    color: #222222;
    font-size: 18px;
    font-weight: 500;
  }
}
</pre></body></html>