/* _setting CSS */
/* Scss Document */
/* _setting CSS */
/* pc & sp
------------------------------------------------------------------------- */
/* ////.pc & sp
------------------------------------------------------------------------- */
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media all and (min-width: 751px) {
  #breadcrumbs_wrap {
    margin-bottom: 0;
  }

  #breadcrumbs {
    margin-bottom: 0;
  }

  #aside {
    top: 0;
  }

  #contents .btn {
    text-align: center;
    height: 60px;
  }
  #contents .btn a {
    position: relative;
    display: inline-block;
    height: 100%;
    color: #fff;
    width: 330px;
    background-color: #0082a8;
    font-size: 2rem;
    letter-spacing: 0.07em;
    padding: 14px 35px;
    border-radius: 999px;
    font-weight: bold;
  }
  #contents .btn a:hover {
    opacity: .8;
  }
  #contents .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 23px;
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #contents .common_inner {
    max-width: 1100px;
  }
  #contents #head {
    background-color: #e1edf0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 83px 0;
  }
  #contents #head .head_inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
  }
  #contents #head .head_inner .sub_title {
    font-size: 2.4rem;
    color: #0082a8;
    font-weight: bold;
    text-align: center;
  }
  #contents #head .head_inner .title {
    font-size: 4rem;
    letter-spacing: 0.06em;
    color: #0082a8;
    font-weight: bold;
    text-align: center;
  }
  #contents #head .head_inner .head_acce {
    position: absolute;
    right: -156px;
    top: -46px;
    width: 154px;
    height: auto;
  }
  #contents #sec01 {
    padding: 100px 0 120px;
    position: relative;
  }
  #contents #sec01 h2 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #0082a8;
    text-align: center;
    margin-bottom: 55px;
  }
  #contents #sec01 .sec_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 7.8%;
  }
  #contents #sec01 .sec_cont .cont_text {
    font-size: 1.8rem;
    line-height: 2.2;
    font-weight: bold;
    color: #666666;
  }
  #contents #sec01 .sec_cont .cont_text strong {
    background-color: #feffbc;
  }
  #contents #sec01 .sec_cont .cont_img {
    display: block;
    width: 42.27%;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #contents #sec01 .sec01_text {
    font-size: 2.8rem;
    line-height: 1.71;
    text-align: center;
    font-weight: bold;
    margin: 110px 0 0;
  }
  #contents #sec01 .sec01_text strong {
    background-color: #feffbc;
  }
  #contents #sec01 .sec01_acce {
    width: 20.63%;
    max-width: 135px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -7px;
  }
  #contents #sec02 {
    background-color: #e1edf0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 160px 0 112px;
  }
  #contents #sec02 h2 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #0082a8;
    text-align: center;
    margin-top: 100px;
  }
  #contents #sec02 h2:first-of-type {
    margin-top: 0;
    position: relative;
  }
  #contents #sec02 h2:first-of-type::before {
    content: "";
    display: block;
    background-image: url(../images/about/recommend_sec02_head_acce.png);
    width: 377px;
    height: 118px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 30px;
    top: -60px;
  }
  #contents #sec02 .sub_text {
    font-size: 2rem;
    font-weight: bold;
    color: #0082a8;
    margin-top: 14px;
    text-align: center;
  }
  #contents #sec02 .white_box {
    background-color: #fff;
    width: 100%;
    padding: 60px 10.9%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 168, 154, 0.05);
            box-shadow: 0px 0px 10px 5px rgba(0, 168, 154, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 31px 0 0;
  }
  #contents #sec02 .white_box img {
    width: 100%;
    height: auto;
  }
  #contents #sec02 .white_box.glaph {
    padding-bottom: 30px;
  }
  #contents #sec02 .white_box.glaph img {
    max-width: 936px;
  }
  #contents #sec02 .white_box.table {
    padding-bottom: 70px;
  }
  #contents #sec02 .white_box.table img {
    max-width: 860px;
  }
  #contents #sec02 .link_acce {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #0082a8;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    position: relative;
    display: block;
    margin: 57px auto 20px;
  }
  #contents #sec02 .link_acce::before, #contents #sec02 .link_acce::after {
    content: "";
    display: block;
    width: 2px;
    height: 28px;
    background-color: #0082a8;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 20%;
  }
  #contents #sec02 .link_acce::before {
    -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
            transform: rotate(-22deg);
    left: -20px;
  }
  #contents #sec02 .link_acce::after {
    -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
            transform: rotate(22deg);
    right: -10px;
  }
  #contents #sec03 {
    padding: 140px 0 120px;
  }
  #contents #sec03 h2 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #0082a8;
    text-align: center;
  }
  #contents #sec03 .plan_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  #contents #sec03 .plan_list .plan_item {
    max-width: 160px;
    width: 14.54vw;
    aspect-ratio: 160/160;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #contents #sec03 .plan_list .plan_item:hover {
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
  }
  #contents #sec03 .plan_list .plan_item a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: clamp(15px, 3vw, 37px);
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(233, 233, 233, 0.8);
            box-shadow: 0px 0px 10px 5px rgba(233, 233, 233, 0.8);
    position: relative;
  }
  #contents #sec03 .plan_list .plan_item a > p {
    color: #0082a8;
    font-size: clamp(10px, 1.36vw, 15px);
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  #contents #sec03 .plan_list .plan_item a > img {
    height: 5.18vw;
    max-height: 57px;
    width: auto;
  }
  #contents #sec03 .plan_list .plan_item a::after {
    content: '';
    display: block;
    width: 0.81vw;
    height: 0.81vw;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #0082a8;
    border-right: 2px solid #0082a8;
    max-width: 9px;
    max-height: 9px;
    position: absolute;
    bottom: clamp(5px, 1.63vw, 18px);
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
        -ms-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
  }
  #contents #sec03 .plan_cont {
    background-color: #f6f6f6;
    border-radius: 14px;
    padding: 50px 5.45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  #contents #sec03 .plan_cont:first-of-type {
    margin-top: 40px;
  }
  #contents #sec03 .plan_cont:last-of-type {
    margin-bottom: 0;
  }
  #contents #sec03 .plan_cont .plan_left {
    width: 40.91%;
  }
  #contents #sec03 .plan_cont .plan_left .plan_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  #contents #sec03 .plan_cont .plan_left .plan_head .plan_head_img {
    width: 140px;
    height: 140px;
    background-color: #fff;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contents #sec03 .plan_cont .plan_left .plan_head .plan_head_img img {
    height: 100px;
    width: auto;
  }
  #contents #sec03 .plan_cont .plan_left .plan_head .plan_head_text {
    font-weight: bold;
    font-size: 2.4rem;
    color: #0082a8;
    margin-left: 19px;
  }
  #contents #sec03 .plan_cont .plan_left .plan_detail {
    font-size: 1.6rem;
    color: #666666;
    line-height: 1.8;
  }
  #contents #sec03 .plan_cont .plan_right {
    width: 54.08%;
    background-color: #fff;
    border-radius: 14px;
    padding: 40px;
    position: relative;
  }
  #contents #sec03 .plan_cont .plan_right::before {
    content: "";
    width: 41px;
    height: 46px;
    background-image: url(../images/about/recommend_star.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 4px;
    top: 4px;
  }
  #contents #sec03 .plan_cont .plan_right .plan_example_img {
    width: 100%;
    height: auto;
  }
  #contents #sec03 .plan_cont .plan_right .plan_red_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    border: 2px solid #ff9358;
    border-radius: 10px;
    padding: 15px 22px;
    margin-top: 22px;
  }
  #contents #sec03 .plan_cont .plan_right .plan_red_box > p {
    color: #666666;
    font-size: 1.6rem;
    line-height: 1.7;
    width: 100%;
  }
  #contents #sec03 .plan_cont .plan_right .plan_red_box > p strong {
    color: #0082a8;
  }
  #contents #sec03 .plan_cont .plan_right .plan_red_box > img {
    width: 60px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 20px;
  }
  #contents #sec03 .plan_cont .plan_right .btn {
    height: 40px;
    margin-top: 16px;
    text-align: right;
  }
  #contents #sec03 .plan_cont .plan_right .btn a {
    width: auto;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
    padding: 7px 40px;
  }
  #contents #sec03 .plan_cont .plan_right .btn a::after {
    width: 9px;
    height: 9px;
    top: 15px;
    right: 14px;
  }
  #contents #sec03 .plan_cont.plan01 .plan_left .plan_head .plan_head_img img {
    width: 93px;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan01 .plan_right .plan_red_box > img {
    width: 91px;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan02 .plan_left .plan_head .plan_head_img img {
    width: 74px;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan02 .plan_right .plan_red_box > img {
    width: 95px;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan03 .plan_left .plan_head .plan_head_img img {
    width: 69px;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan03 .plan_right .plan_red_box > img {
    width: 93px;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan04 .plan_left .plan_head .plan_head_img img {
    width: 36px;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan04 .plan_right .plan_red_box > img {
    width: 60px;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan05 .plan_left .plan_head .plan_head_img img {
    width: 87px;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan05 .plan_right .plan_red_box > img {
    width: 75px;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan06 .plan_left .plan_head .plan_head_img img {
    width: 65px;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan06 .plan_right .plan_red_box > img {
    width: 69px;
    height: auto;
  }
  #contents #sec04 {
    background-color: #e1edf0;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 160px;
    padding: 80px 0;
  }
  #contents #sec04 .activity_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contents #sec04 .activity_list li {
    width: 350px;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
  #contents #sec04 .activity_list li .activity_img {
    width: auto;
    height: 90px;
    margin-bottom: 10px;
  }
  #contents #sec04 .activity_list li .activity_name {
    font-size: 2.4rem;
    color: #0082a8;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #contents #sec04 .activity_list li .activity_text {
    font-size: 1.5rem;
    margin-bottom: 30px;
    line-height: 1.7;
  }
  #contents #sec04 .activity_list li:nth-of-type(1) {
    border-right: 2px dotted #0082a8;
  }
  #contents #sec04 .activity_list li:nth-of-type(1) img {
    width: 115px;
    height: auto;
  }
  #contents #sec04 .activity_list li:nth-of-type(2) {
    border-right: 2px dotted #0082a8;
  }
  #contents #sec04 .activity_list li:nth-of-type(2) img {
    width: 94px;
    height: auto;
  }
  #contents #sec04 .activity_list li:nth-of-type(3) img {
    width: 130px;
    height: auto;
  }
  #contents #sec04 .activity_list .btn {
    height: 50px;
  }
  #contents #sec04 .activity_list .btn a {
    width: 200px;
    background-color: #0082a8;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
    padding: 12px 35px;
  }
  #contents #sec04 .activity_list .btn a::after {
    border-color: #fff;
    width: 9px;
    height: 9px;
    top: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .tab {
    display: block;
  }

  #contents {
    margin-top: 0;
  }
  #contents #sec02 h2:first-of-type {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  #contents #sec02 h2:first-of-type::before {
    content: "";
    left: -140px;
    top: -60px;
  }
  #contents #sec04 .activity_list li {
    border-right: none !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 950px) {
  #contents {
    margin-top: 0;
  }
  #contents #sec03 .plan_cont {
    display: block;
  }
  #contents #sec03 .plan_cont .plan_left {
    width: 100%;
  }
  #contents #sec03 .plan_cont .plan_right {
    width: 100%;
    margin-top: 30px;
  }
  #contents #sec03 .plan_cont .plan_right .plan_red_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* ////.min-width:751px | 751px ~
------------------------------------------------------------------------- */
/* max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  	/* @media screen
    ------------------------------------------------------------------------- */
  #breadcrumbs {
    margin-bottom: 0;
  }

  #contents {
    margin-top: 0;
  }
  #contents .btn {
    text-align: center;
    height: 10.66667vw;
  }
  #contents .btn a {
    position: relative;
    display: inline-block;
    height: 100%;
    color: #fff;
    width: 56vw;
    background-color: #0082a8;
    font-size: 3.73333vw;
    letter-spacing: 0.07em;
    padding: 2.4vw 9.33333vw;
    border-radius: 999px;
    font-weight: bold;
  }
  #contents .btn a:hover {
    opacity: .8;
  }
  #contents .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 4.26667vw;
    right: 4.53333vw;
    content: '';
    display: block;
    width: 2.13333vw;
    height: 2.13333vw;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 0.53333vw solid #fff;
    border-right: 0.53333vw solid #fff;
  }
  #contents #head {
    background-color: #e1edf0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 13.33333vw 0;
  }
  #contents #head .head_inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
  }
  #contents #head .head_inner .sub_title {
    font-size: 4vw;
    color: #0082a8;
    font-weight: bold;
    text-align: center;
  }
  #contents #head .head_inner .title {
    font-size: 7.46667vw;
    color: #0082a8;
    font-weight: bold;
    text-align: center;
  }
  #contents #head .head_inner .head_acce {
    position: absolute;
    right: -10.66667vw;
    bottom: -17.6vw;
    width: 24.13333vw;
    height: auto;
  }
  #contents #sec01 {
    padding: 20vw 0 25.33333vw;
    position: relative;
    width: 84%;
  }
  #contents #sec01 h2 {
    font-size: 5.6vw;
    font-weight: bold;
    color: #0082a8;
    text-align: center;
    margin-bottom: 10.93333vw;
  }
  #contents #sec01 .sec_cont .cont_text {
    font-size: 3.73333vw;
    line-height: 1.78;
    font-weight: bold;
    color: #666666;
    margin-bottom: 8vw;
  }
  #contents #sec01 .sec_cont .cont_text strong {
    background-color: #feffbc;
  }
  #contents #sec01 .sec_cont .cont_img {
    display: block;
    width: 100%;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #contents #sec01 .sec01_text {
    font-size: 4.26667vw;
    line-height: 1.7;
    font-weight: bold;
    margin: 13.33333vw 0 0;
  }
  #contents #sec01 .sec01_text strong {
    background-color: #feffbc;
  }
  #contents #sec01 .sec01_acce {
    width: 28.66667vw;
    height: auto;
    position: absolute;
    left: -4vw;
    bottom: -1.46667vw;
  }
  #contents #sec02 {
    background-color: #e1edf0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 24vw 0 10.66667vw;
  }
  #contents #sec02 h2 {
    font-size: 5.6vw;
    font-weight: bold;
    color: #0082a8;
    text-align: center;
    margin-top: 13.33333vw;
  }
  #contents #sec02 h2:first-of-type {
    margin-top: 0;
    position: relative;
    text-align: left;
    padding-left: 16vw;
  }
  #contents #sec02 h2:first-of-type::before {
    content: "";
    display: block;
    background-image: url(../images/about/recommend_sec02_head_acce.png);
    width: 54.4vw;
    height: 17.46667vw;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -2.66667vw;
    top: -8vw;
  }
  #contents #sec02 h2:nth-of-type(2) {
    margin-top: 17.6vw;
  }
  #contents #sec02 .sub_text {
    font-size: 3.2vw;
    font-weight: bold;
    color: #0082a8;
    margin-top: 1.33333vw;
    text-align: left;
    padding-left: 16vw;
  }
  #contents #sec02 .simulation_sub_text {
    padding-left: 0;
    text-align: center;
  }
  #contents #sec02 .white_box {
    background-color: #fff;
    width: 100%;
    padding: 8vw 4vw;
    border-radius: 1.33333vw;
    -webkit-box-shadow: 0px 0px 2.66667vw 1.33333vw rgba(0, 168, 154, 0.05);
            box-shadow: 0px 0px 2.66667vw 1.33333vw rgba(0, 168, 154, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5.46667vw 0 0;
  }
  #contents #sec02 .white_box img {
    width: 100%;
    height: auto;
  }
  #contents #sec02 .link_acce {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #0082a8;
    font-weight: bold;
    font-size: 4.8vw;
    text-align: center;
    position: relative;
    display: block;
    margin: 5.33333vw auto 4.4vw;
  }
  #contents #sec02 .link_acce::before, #contents #sec02 .link_acce::after {
    content: "";
    display: block;
    width: 0.26667vw;
    height: 6.66667vw;
    background-color: #0082a8;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 5%;
  }
  #contents #sec02 .link_acce::before {
    -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
            transform: rotate(-22deg);
    left: -4vw;
  }
  #contents #sec02 .link_acce::after {
    -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
            transform: rotate(22deg);
    right: -1.33333vw;
  }
  #contents #sec03 {
    padding: 13.33333vw 0;
  }
  #contents #sec03 h2 {
    font-size: 5.6vw;
    font-weight: bold;
    color: #0082a8;
    text-align: center;
  }
  #contents #sec03 .plan_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 8vw;
    gap: 6.66667vw 8vw;
  }
  #contents #sec03 .plan_list .plan_item {
    width: 37.33333vw;
    aspect-ratio: 280/280;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #contents #sec03 .plan_list .plan_item:hover {
    -webkit-transform: translateY(4vw);
        -ms-transform: translateY(4vw);
            transform: translateY(4vw);
  }
  #contents #sec03 .plan_list .plan_item a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 2.66667vw 1.33333vw rgba(233, 233, 233, 0.8);
            box-shadow: 0px 0px 2.66667vw 1.33333vw rgba(233, 233, 233, 0.8);
    position: relative;
    padding-bottom: 3.46667vw;
  }
  #contents #sec03 .plan_list .plan_item a > p {
    color: #0082a8;
    font-size: 4.53333vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 1.33333vw;
  }
  #contents #sec03 .plan_list .plan_item a > img {
    height: 13.46667vw;
    width: auto;
  }
  #contents #sec03 .plan_list .plan_item a::after {
    content: '';
    display: block;
    width: 2.66667vw;
    height: 2.66667vw;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 0.53333vw solid #0082a8;
    border-right: 0.53333vw solid #0082a8;
    position: absolute;
    bottom: 3.46667vw;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
        -ms-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
  }
  #contents #sec03 .plan_list .plan_item.plan01 a > img {
    height: 13.46667vw;
  }
  #contents #sec03 .plan_list .plan_item.plan02 a > img {
    height: 14.93333vw;
  }
  #contents #sec03 .plan_list .plan_item.plan03 a > img {
    height: 14.13333vw;
  }
  #contents #sec03 .plan_list .plan_item.plan04 a > img {
    height: 14vw;
  }
  #contents #sec03 .plan_list .plan_item.plan05 a > img {
    height: 11.33333vw;
  }
  #contents #sec03 .plan_list .plan_item.plan06 a > img {
    height: 11.73333vw;
  }
  #contents #sec03 .plan_cont_wrap {
    padding-top: 10.66667vw;
    margin-top: -5.33333vw;
  }
  #contents #sec03 .plan_cont_wrap:first-of-type {
    margin-top: -2.66667vw;
  }
  #contents #sec03 .plan_cont {
    background-color: #f6f6f6;
    border-radius: 1.86667vw;
    padding: 6.66667vw 4vw;
  }
  #contents #sec03 .plan_cont .plan_left .plan_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4.26667vw;
  }
  #contents #sec03 .plan_cont .plan_left .plan_head .plan_head_img {
    width: 18.66667vw;
    height: 18.66667vw;
    background-color: #fff;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contents #sec03 .plan_cont .plan_left .plan_head .plan_head_img img {
    height: 13.33333vw;
    width: auto;
  }
  #contents #sec03 .plan_cont .plan_left .plan_head .plan_head_text {
    font-weight: bold;
    font-size: 5.06667vw;
    color: #0082a8;
    margin-left: 4.13333vw;
  }
  #contents #sec03 .plan_cont .plan_left .plan_detail {
    font-size: 3.73333vw;
    color: #666666;
    line-height: 1.7;
  }
  #contents #sec03 .plan_cont .plan_right {
    background-color: #fff;
    border-radius: 1.86667vw;
    padding: 5.33333vw 4vw;
    position: relative;
    margin-top: 4.8vw;
  }
  #contents #sec03 .plan_cont .plan_right::before {
    content: "";
    width: 8vw;
    height: 9.06667vw;
    background-image: url(../images/about/recommend_star.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: -0.4vw;
    top: -1.33333vw;
  }
  #contents #sec03 .plan_cont .plan_right .plan_example_img {
    width: 100%;
    height: auto;
  }
  #contents #sec03 .plan_cont .plan_right .plan_red_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    border: 0.26667vw solid #ff9358;
    border-radius: 1.33333vw;
    padding: 4vw 2.93333vw;
    margin-top: 4.53333vw;
  }
  #contents #sec03 .plan_cont .plan_right .plan_red_box > p {
    color: #666666;
    font-size: 3.73333vw;
    line-height: 1.7;
    width: 100%;
  }
  #contents #sec03 .plan_cont .plan_right .plan_red_box > p strong {
    color: #0082a8;
  }
  #contents #sec03 .plan_cont .plan_right .plan_red_box > img {
    width: 8vw;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0.8vw;
  }
  #contents #sec03 .plan_cont .plan_right .btn {
    height: 10.66667vw;
    margin-top: 4vw;
  }
  #contents #sec03 .plan_cont .plan_right .btn a {
    width: 100%;
    font-size: 3.46667vw;
    letter-spacing: 0.07em;
    padding: 2.4vw 4vw;
  }
  #contents #sec03 .plan_cont .plan_right .btn a::after {
    width: 1.6vw;
    height: 1.6vw;
    top: 4.26667vw;
    right: 3.73333vw;
  }
  #contents #sec03 .plan_cont.plan01 .plan_left .plan_head .plan_head_img img {
    width: 12.4vw;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan01 .plan_right .plan_red_box > img {
    width: 16vw;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan02 .plan_left .plan_head .plan_head_img img {
    width: 9.06667vw;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan02 .plan_right .plan_red_box > img {
    width: 16.13333vw;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan03 .plan_left .plan_head .plan_head_img img {
    width: 8.66667vw;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan03 .plan_right .plan_red_box > img {
    width: 16.13333vw;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan04 .plan_left .plan_head .plan_head_img img {
    width: 4.66667vw;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan04 .plan_right .plan_red_box > img {
    width: 13.86667vw;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan05 .plan_left .plan_head .plan_head_img img {
    width: 10.53333vw;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan05 .plan_right .plan_red_box > img {
    width: 16.13333vw;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan06 .plan_left .plan_head .plan_head_img img {
    width: 7.86667vw;
    height: auto;
  }
  #contents #sec03 .plan_cont.plan06 .plan_right .plan_red_box > img {
    width: 16.13333vw;
    height: auto;
  }
  #contents #sec04 {
    background-color: #e1edf0;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 26.66667vw;
  }
  #contents #sec04 .activity_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 92vw;
  }
  #contents #sec04 .activity_list li {
    width: 100%;
    position: relative;
    padding: 8vw 0 8vw 32vw;
  }
  #contents #sec04 .activity_list li .activity_img {
    position: absolute;
    width: auto;
    height: 90px;
    left: 0;
  }
  #contents #sec04 .activity_list li .activity_name {
    font-size: 5.06667vw;
    color: #0082a8;
    margin-bottom: 2.66667vw;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  #contents #sec04 .activity_list li .activity_text {
    font-size: 3.73333vw;
    margin-bottom: 5.33333vw;
    letter-spacing: 0.06em;
  }
  #contents #sec04 .activity_list li:nth-of-type(1) {
    border-bottom: 2px dotted #0082a8;
  }
  #contents #sec04 .activity_list li:nth-of-type(1) .activity_img {
    top: 21.33333vw;
  }
  #contents #sec04 .activity_list li:nth-of-type(1) img {
    width: 25.33333vw;
    height: auto;
  }
  #contents #sec04 .activity_list li:nth-of-type(2) {
    border-bottom: 2px dotted #0082a8;
  }
  #contents #sec04 .activity_list li:nth-of-type(2) .activity_img {
    top: 18.66667vw;
    left: 1.33333vw;
  }
  #contents #sec04 .activity_list li:nth-of-type(2) img {
    width: 21.73333vw;
    height: auto;
  }
  #contents #sec04 .activity_list li:nth-of-type(3) .activity_img {
    top: 18.66667vw;
    left: 4vw;
  }
  #contents #sec04 .activity_list li:nth-of-type(3) img {
    width: 23.46667vw;
    height: auto;
  }
  #contents #sec04 .activity_list .btn {
    text-align: left;
    height: 10.66667vw;
  }
  #contents #sec04 .activity_list .btn a {
    background-color: #0082a8;
    color: #fff;
    text-align: center;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    font-size: 3.73333vw;
    width: 48vw;
  }
  #contents #sec04 .activity_list .btn a::after {
    border-color: #fff;
  }
}
