@charset "utf-8";
.container800 {
    width: 800px;
    margin: 0 auto;
    max-width: 90%;
}
.pad80 {
    padding: 80px 0;
}
.serif {
    font-family: serif;
}
.font15 {
    font-size: 1.5rem;
}
.font28 {
    font-size: 2.8rem;
}
:root {
    --blue: #036eb8;
}

.info_top {
    position: relative;
    overflow: hidden;
}
.h1 {
    top: 0px;
}
.header {
    box-shadow: none;
    padding-top: 0px;
    top:0 ;
}
.headr_contact {
    align-items: center;
    gap: 0 15px;
}
.gnavi__lists {
    margin-top: 0px;
}
.header_tell {
    margin-left: 30px;
}
.header_tell a {
    font-size: 2.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.header_tell a img {
    width: 23px;
    padding-right: 5px;
}
.header_info_btn {
    background-image: url(../../img/info/top/co1.svg);
    background-size: cover;
    transition: 0.4s;
}
.header_info_btn a p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 25px 10px;
}
.dropdown__lists {
    top: 70px;
    padding: 0;
    background-color: #fff;
}
@media (hover: hover) {
    .header_info_btn:hover {
        filter: brightness(1.2);
        transition: 0.4s;
    }
    .info_btn:hover {
        filter: brightness(1.2);
        transition: 0.4s;
    }

}
.dropdown__lists_wrap {
    display: block;
}
.dropdown__lists {
    width: 200px;
    left: inherit;
}
.dropdown__lists .container {
    width: auto;
}
.dropdown__list {
    width: 100%;
}





/* ===============================
item PC
=============================== */
.info_btn {
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 230px;
    border-radius: 50px;
    border: 3px solid #fff;
    transition: 0.4s;
}
.info_btn.green {
    background-image: url(../../img/info/top/co1.svg);
} 
.info_btn.blue {
    background-image: url(../../img/info/top/co2.svg);
} 
.info_btn.orenge {
    background-image: url(../../img/info/nyukokukoshu/co.svg);
    max-width: 270px;
} 
.info_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 0 10px;
}
.info_btn a p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    width: auto;
}
.info_btn a img {
    width: 30px;
}
.form_form7 p span {
    display: inline;
    color: #cf2e2e;
}
select {
    appearance: auto;
    padding: 10px 5px;
    margin: 10px 0;
}
/* ===============================
FV pc
=============================== */
.info_fv {
    background-image: url(../../img/info/top/top1_2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 858px;
}
.info_fv_box {
    padding: 280px 0 180px;
}
.info_fv_box h2 {
    font-size: 3.2rem;
    font-size: clamp(32px, 4vw, 45px);
}
.info_fv_box p {
    margin: 25px 0 60px;
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 2em;
}
/* ===============================
TOPコンテンツ pc
=============================== */
.back_info {
    background-color: #e3e6e9;
    padding-bottom: 80px;
}
.info_service {
    position: relative;
}
.container_info {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.world {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
}
.info_service_h2 {
    text-align: center;
    padding: 85px 0 125px;
    position: relative;
    z-index: 10;
}
.info_service_h2 span{
    color: var(--blue);
}   
.info_service_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info_service_content .left {
    width: 56%;
}
.info_service_content .right {
    width: 40%;
}
.info_service_content h3 {
    border: 1px solid #333;
    padding: 5px 10px;
    display: inline-block;
}
.info_service_content h2 {
    margin: 20px 0;
}
.info_service_content p {
    margin-bottom: 20px;
    line-height: 1.8em;
}
.albums {
    margin-top: 30px;
    display: flex;
    gap: 0 30px;
    max-width: 750px;
    position: relative;
    z-index: 10;
}
.album {
    height: auto;
    position: relative;
}
.album img {
    object-fit: cover;
    width: 100%;
    height: 98%;
}
.info_service_text {
    position: absolute;
    top: -50px;
    right: 0;
    width: 80%;
}
.container_info.c2rd, .container_info.c3rd {
    margin-top: 120px;
}
.container_info.c2rd .info_service_content {
    flex-direction: row-reverse;
}
.container_info.c2rd .info_service_text {
    right: inherit;
    left: 0;
}
.back2_img {
    position: absolute;
    width: 50%;
    left: -5%;
    bottom: -217px;
}
.back3_img {
    position: absolute;
    width: 50%;
    right: -40px;
    bottom: -168px;
}
.info_policy {
    background: linear-gradient(#fff 0%, #e3e6e9 100%); /* 徐々に透明にする */
    border-radius: 0 10px 10px 0;
    padding: 60px 0;
    position: relative;
    left: -10%;
}
.info_policy h3 {
    text-align: end;
}
.info_policy h2 {
    text-align: end;
    color: #0071bc;
    margin: 10px 0 30px;
}
.info_policy .container {
    position: relative;
    left: 10%;
    width: 800px;
}   
.back_co2 {
    background-color: #e3e6e9;
    position: relative;
}
.info_policy_items {
    display: flex;
    gap: 0 20px;
    justify-content: space-between;
    margin-top: 40px;
}
.info_policy_item {
    width: 33%;
}
.ltd_text {
    width: 50%;
    margin: 0 0 0 auto;
}
.info_greeting {
    background: linear-gradient(#fff 0%, #e3e6e9 100%); 
    border-radius: 10px 0 0 0;
    padding: 60px 0;
    position: relative;
    /* right: -10%; */
    margin-left: 2vw;
}
.info_greeting .container {
    position: relative;
    /* right: 10%; */
    width: 800px;
}
.info_greeting_wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}
.info_greeting_wrap .left {
    width: 100%;
} 
/* .info_greeting_wrap .right {
    width: 38%;
}  */
.info_greeting h2 {
    color: #0071bc;
    margin: 10px 0 30px;
}
.info_greeting .ceo {
    text-align: end;
    margin: 20px 0 10px;
}
.info_greeting_wrap .left img{
    width: 100px;
    margin: 0 0 0 auto;
} 
.info_company {
    padding: 60px 0;
}
.info_company h2 {
    color: #0071bc;
    margin: 10px 0 30px;
    text-align: center;
}
.info_company h3 {
    text-align: center;
}
.info_date_flex {
    display: flex;
    border-top: 1px solid #ccc;
    padding: 20px 30px;
}
.info_date_flex:last-child {
    border-bottom: 1px solid #ccc;
}
.info_date_flex .left {
    font-weight: bold;
    color: #0071bc;
    width: 18%;
}
.info_date_flex .right {
    width: 82%;
}

/* ===============================
フッター info PC
=============================== */
footer {
    background-image: none;
}
.info_footer {
    background-color: #e3e5e8;
    padding: 80px 0;
}
.footer_info_flex {
    display: flex;
    justify-content: space-between;
}
.footer_info_flex .left {
    width: 70%;
}
.footer_info_flex .right {
    width: 30%;
    border-left: 1px solid #333;
    padding-left: 40px;
}
.footer_info_flex .right .info_btn_top {
    margin: 15px 0;
}
.footer_info_flex .left ul {
    display: flex;
}
.footer_info_flex .left ul li {
    width: 30%;
}
.footer_info_flex .left ul li .font16 {
    font-weight: bold;
}
.footer_info_flex .left ul li a {
    margin-bottom: 5px;
}
.footer_info_flex .left ul li a:hover {
    color: #0071bc;
    text-decoration: underline;
}
.footer_info_flex.bottom_f {
    margin-top: 50px;
}
.footer_info_flex.bottom_f img {
    width: 250px;
    margin-bottom: 5px;
}
.footer_info_flex.bottom_f p {
    margin-bottom: 5px;
}
.footer_info_flex.bottom_f .right {
    border: none;
    text-align: end;
}
.footer_info_flex.bottom_f .right a:hover {
    color: #0071bc;
    text-decoration: underline;
}
small {
    color: #333;
    text-align: end;
    font-size: 1.5rem;
}








/* ===============================
nyukokukoshu PC
=============================== */
.hid {
    position: relative;
    overflow: hidden;
}
.info_fv.nyukoku_fv {
    background-image: url(../../img/info/nyukokukoshu/img1.jpg);
    background-position-y: center;
    background-position-x: 15%;
    height: auto;
    margin-top: 70px;
}
.info_fv_box.nyukoku_box {
    width: 47vw;
    margin: 0 0 0 auto;
    max-width: 800px;
}
.info_fv_box.nyukoku_box .fv_text {
    margin: 0 0 30px auto;
}
.info_fv_box.nyukoku_box .info_btn {
    margin: 0 auto;
}
.nyukoku_about {
    padding: 140px 0 60px;
    position: relative;
    background-color: #dce6eb;
}
.nyukoku_about h2 {
    color: #1d4a79;
    text-align: center;
}
.check_point_nyukoku {
    background-color: #1d4a79;
    width: 60%;
    position: absolute;
    right: 0;
    top: -80px;
    display: flex;
    padding: 30px;
}
.check_point_nyukoku .left {
    width: 240px;
}
.check_point_nyukoku .right {
    width: calc(100% - 240px);
}
.check_point_nyukoku .left p {
    color: #fff;
    font-weight: bold;
}
.check_point_nyukoku .right ul li {
    display: flex;
    gap: 0 5px;
    margin-bottom: 5px;
    align-items: flex-start;
}
.check_point_nyukoku .right ul li img {
    width: 20px;
}
.check_point_nyukoku .right ul li p {
    color: #fff;
}
.nyukoku_about_flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 50px;
}
.nyukoku_about_flex .left {
    width: 53%;
}
.nyukoku_about_flex .right {
    width: 38%;
}
.slash_h3 h3 {
    color: #1d4a79;
    position: relative;
    top: -30px;
    left: 100px;
}
.slash {
    display: inline-block;
    width: 45px;
    position: relative;
    left: 15px;
}
.slash_h3 .h3_text {
    width: 260px;
}
.nyukoku_about_flex p {
    width: 83%;
    margin: 0 0 0 auto;
}
.all_service {
    padding: 40px 0 65px;
    background-image: url(../../img/info/nyukokukoshu/img5.jpg);
    background-size: cover;
}
.all_service_items {
    display: flex;
    justify-content: space-between;
}
.all_service_item {
    width: 22%;
}
.all_service h2 {
    text-align: center;
    margin-bottom: 35px;
    color: #fff;
}
.nyukoku_region {
    background-color: #f2f2f2;
    padding: 65px 0 120px;
}
.nyukoku_h2 {
    text-align: center;
    color: #1d4a79;
} 
.nyukoku_regionline {
    width: 80px;
    margin: 20px auto 40px;
    height: 2px;
    background: #1d4a79;
}
.nyukoku_region_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.nyukoku_region_item {
    width: calc(50% - 30px);
    background-color: #fff;
    box-shadow: 2px 5px 14px -5px #878787;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.nyukoku_region_item h3 {
    background-color: #1d4a79;
    text-align: center;
    padding: 20px;
    font-weight: normal;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.nyukoku_region_item .pad_w {
    padding: 0 5px 5px 5px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.nyukoku_region_item_innner {
    padding: 20px;
    background: linear-gradient(#fff 0%, #f0f0f0 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.nyukoku_region_item_innner img {
    width: 30%;
    margin: 0 auto;
}
.nyukoku_region_item_innner h4 {
    text-align: center;
    color: #1d4a79;
    margin: 20px 0;
}
.nyukoku_region_item_innner p {
    flex-grow: 1;
}
.nyukoku_about.curriculum {
    padding: 80px 0;
}
.nyukoku_about.curriculum .slash_h3 .h3_text {
    width: 430px;
}
.nyukoku_about.curriculum .slash_h3 h3 {
    left: 240px;
}
.nyukoku_plan {
    background-color: #f2f2f2;
    padding: 60px 0;
}
.nyukoku_plan_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.nyukoku_plan_item .right, .nyukoku_plan_item .left {
    width: 48%;
    box-shadow: 2px 5px 14px -5px #878787;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
}
.nyukoku_plan_item .plan_box {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.nyukoku_plan_item h3 {
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    font-weight: normal;
}
.nyukoku_plan_item h3.blue {
    background-color: #2f6db1;
}
.nyukoku_plan_item h3.orenge {
    background-color: #d85f2d;
}
.plan_box_top {
    display: flex;
    border-bottom: 1px solid #000;
    align-items: center;
    margin-bottom: 10px;
}
.plan_box_plan {
    font-size: 1.6rem;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    margin-right: 5px;
}
.plan_box_plan.blue {
    background-color: #c3e0ea;
}
.plan_box_plan.orenge {
    background-color: #edb74d;
}
.plan_box_top .amount {
    font-size: 3.5rem;
    font-weight: bold;
    position: relative;
    top: -4px;
}
.plan_box_top .amount_en {
    font-size: 1.6rem;
}
.plan_box_top .amount_en span {
    font-weight: bold;
    padding: 0 2px;
}
.nyukoku_plan_innner {
    background: linear-gradient(#e9e9e9 0%, #fff 80%);
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 99%;
    margin: 0 auto;
    flex-grow: 1;
    border-radius: 0 0 10px 10px;
}
.nyukoku_plan_innne p {
    flex-grow: 1;
}
.c {
    color: #1d4a79;
}
.nyukoku_seminar {
    background-color: #dce6eb;
    padding: 60px 0;
}
.nyukoku_seminar_box {
    border-radius: 10px;
    box-shadow: 2px 5px 15px -8px #777777;
}
.nyukoku_seminar_box h3 {
    background-color: #2f6db1;
    color: #fff;
    font-weight: normal;
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
}
.nyukoku_seminar_line {
    display: flex;
    border-bottom: 1px solid #000;
}
.nyukoku_seminar_line .left {
    width: 20%;
    background-color: #d8ecf7;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nyukoku_seminar_line .right {
    width: 20%;
    background-color: #e6e6e6;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nyukoku_seminar_line .center {
    width: 60%;
    padding: 20px;
    background-color: #fff;
}
.nyukoku_seminar_line_last {
    display: flex;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}
.nyukoku_seminar_line_last .left {
    width: 80%;
}
.nyukoku_seminar_line_last .right {
    padding: 10px;
    width: 20%;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 0;
}
.nyukoku_contact {
    background-image: url(../../img/info/nyukokukoshu/img4.jpg);
    background-size: cover;
    padding: 80px 0;
    background-position: center center;
}
.nyukoku_contact_title_en {
    width: 400px;
    margin: 0 auto;
}
.nyukoku_contact_title h2 {
    color: #fff;
    width: 397px;
    margin: -24px 0 50px auto;
}
.nyukoku_contact_title h2 img {
    width: 40px;
    display: inline-block;
}
.nyukoku_contact .font16 {
    color: #fff;
    text-align: center;
}
.nyukoku_contact .info_btn.orenge {
    margin: 40px auto 0;
}
.nyukoku_map {
    display: flex;
    justify-content: space-between;
}
.nyukoku_map .right, .nyukoku_map .left {
    width: 47%;
}
.nyukoku_map h2, .nyukoku_map span {
    color: #1d4a79;
}
.nyukoku_map ul {
    margin-top: 50px;
}
.nyukoku_map li p {
    text-indent: -1em;
    padding-left: 1em;
}





/* ===============================
info_content (include) PC
=============================== */
.include_top {
    padding: 60px 0 0;
}
.info_inclide_h2 {
    text-align: center;
    font-weight: bold;
}   
.info_inclide_h2 span {
    font-size: 3.5rem;
    color: #5ad18b;
}
.include_line {
    background-color: #e6e6e6;
    height: 3px;
    width: 80px;
    margin: 30px auto;
}
.include_top .font16 {
    text-align: center;
}
.include_bottom {
    background-color:#4e566a;
    padding-bottom: 60px;
}
.include_bottom .container {
    position: relative;
}
.include_bottom_text {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
}
.include_bottom_text span {
    color: #f7931e;
}
.include_z_index {
    position: relative;
    z-index: 10;
}
.check_index {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.include_program {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 45px;
}
.include_program h3 {
    background-color: #5ad18b;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.include_program .plan_box_plan.green {
    background-color: rgba( 103, 207, 146, 0.3);

}
.include_program .plan_box_top {
    justify-content: center;
}
.include_program .font16 {
    text-align: center;
}
.include_program .nyukoku_plan_innner {
    padding: 20px 140px;
}
.include_link {
    margin: 30px auto 0;
    text-align: center;
}
.include_link a {
    color: #fff;
    background-color: #5ad18b;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    max-width: 400px;
    transition: 0.4s;
}
.include_link a:hover {
    filter: brightness(1.2);
    transition: 0.4s;
}
input[type="submit"]:hover {
    opacity: 0.8;
}
.info_back {
    background-color:#f7f7f7;
}
.form_form7 p span.wpcf7-list-item-label {
    color: #333;
    margin-top: 5px;
    display: inline-block;
}
.form_form7 label {
    display: block;
}

.form_form7 textarea {
    margin-top: 10px;
}
/* Google Mapを囲う要素 */
.map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
  }
  /* Google Mapのiframe */
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


/* ===============================
shien PC
=============================== */
.shien_h2 {
    font-size: 3.5rem;
    text-align: center;
    color: #59b4c5;
}
.shien_h2.green {
    color: #acc948;
}
.shien_fv {
    padding: 45px 0;
    background-image: url(../../img/info/shien/img1.jpg);
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.shien_text1 {
    width: 60%;
}
.shien_fv_btn_wrap {
    margin: 30px auto 0;
    width: 60%;
}
.shien_support .font16 {
    text-align: center;
}
.include_line.shien {
    margin: 20px auto;
}
.shien_support_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 60px;
}
.shien_support_item {
    width: 16%;
}
.shien_support_items_new {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
.shien_support_item_new {
    width: 16%;
    gap: 0 20px;
}
.shien_nayami {
    background-image: url(../../img/info/shien/back.svg);
    background-size: cover;
    background-position: bottom;
    padding: 50px 0 100px;
}
.shien_nayami h2 {
    text-align: center;
    color: #fff;
    margin: 0 auto 10px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 20px;
}
.shien_nayami ul {
    max-width: 450px;
    margin: 40px auto 0;
}
.shien_nayami ul li {
    display: flex;
}
.shien_nayami ul p {
    color: #fff;
    font-size: 2.4rem;
}
.shien_nayami ul img {
    width: 25px;
    margin-right: 5px;
}
.shien_solution .font16 {
    text-align: center;
    margin-bottom: 40px;
}
.shien_solution_img {
    max-width: 640px;
    margin: 0 auto;
}
.shien_bar_lin {
    background-color: #f7931e;
}
.shien_bar_lin:hover {
    filter: brightness(1.2);
}
.shien_bar_lin a {
    padding: 20px;
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
}
.shien_bar_lin a img {
    width: 35px;
    display: inline-block;
    margin-left: 10px;
}
.shien_service, .shien_flow {
    background-color: #dbe7ed;
}
.include_line.shien.ww {
    background-color: #fff;
}
h2.center {
    text-align: center;
    margin: 0 0 -10px 0;
}
.shien_service_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
    margin-top: 40px;
}
.shien_service_item {
    width: 48%;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px;
}
.shien_service_item span {
    color: #59b4c5;
}
.shien_service_item .img {
    width: 120px;
    margin: 0 auto 20px;
}
.shien_service_item h3 {
    color: #59b4c5;
    text-align: center;
    margin-bottom: 10px;
}
.shien_service_item .font16 {
    text-align: center;
}
.shien_service_item .en {
    font-size: 1.6rem;
}
.shien_voice {
    background-image: url(../../img/info/shien/img3.jpg);
    background-size: cover;
    background-position: center;
}
.shien_voice_box {
    border: 2px solid #e6e6e6;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 40px;
}
.shien_voice_box_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 100px 45px;
}
.shien_voice_box_top .left {
    width: 30%;
}
.shien_voice_box_top .right {
    width: 66%;
}
.shien_voice_box_top h2 {
    color: #59b4c5;
}
.shien_voice_box_top .img {
    height: 2px;
    margin: 15px 0;
}
.shien_voice_box_botoom {
    padding: 0 40px 40px;
    display: flex;
    justify-content: space-between;
}
.shien_voice_box_botoom .right, .shien_voice_box_botoom .left {
    background-color: #eeeeef;
    border-radius: 10px;
    text-align: center;
    width: 48%;
    padding: 10px 20px;
}
.shien_qa {
    background-color: #f7f8f8;
}





/* 支援のQA アコーディオンここから */
.accordion-001 {
    background-color: #fff;
}
.accordion-001:not([open]) {
    margin-bottom: 20px;
}
.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 20px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}
.accordion-001 summary::-webkit-details-marker {
    display: none;
}
.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}
.accordion-001[open] summary::after {
    transform: rotate(225deg);
}
.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    color: #333333;
    transition: transform .5s, opacity .5s;
    border: 1px solid #dcdddd;
    display: flex;
}
.accordion-001[open] p {
    transform: none;
    opacity: 1;
}
.accordion-001[open] summary {
    background-color: #59b5c6;
    color: #fff;
}
.shien_qa_en {
    border-right: 1px solid #dcdddd;
    padding-right: 10px;
    color: #59b5c6;
}
.accordion-001[open] .shien_qa_en {
    color: #fff;
}
.shien_qa .question {
    width: 100%;
    margin: 0 10px;
}
.shien_qa_en.qaa {
    color: #59b5c6;
    border-right: 1px solid #dcdddd;
    padding-right: 10px;
}
.accordion-001[open] .shien_qa_en.qaa {
    color: #59b5c6;
}
.shien_qa_answer {
    display: inline-block;
    width: 100%;
    margin-left: 10px;
}
.shien_qa_answer .hed {
    color: #59b5c6;
    display: block;
}
.shien_qa_answer .body {
    text-indent: 1em;
    display: block;
    margin-bottom: 10px;
}
/* 支援のQA アコーディオンここまで */

.shien_flow_items {
    margin-top: 40px;
}
.shien_flow_items img {
    width: 30px;
    margin: 20px auto;
}
.shien_flow_item {
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 25px;
    align-items: center;
}
.shien_flow_item .left {
    width: 30%;
}
.shien_flow_item .right {
    width: 70%;
}
.shien_flow_item .en {
    color: #59b5c6;
    font-weight: bold;
    margin-bottom: -5px;
}
.shien_flow_item.end {
    background-color: #59b5c6;
    justify-content: center;
}
.shien_flow_item.end p {
    color: #fff;
}
.shien_news {
    background-color: #f7931e;
    height: 80px;
}
.shien_news_items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.sarani {
    font-weight: bold;
    font-size: 2.8rem;
    color: #f7931e;
    background-color: #fff034;
    border-radius: 80px;
    width: 123px;
    height: 123px;
    border: 5px solid #f7931e;
    line-height: 4em;
    position: relative;
    top: -45px;
}
.shien_news .font28 {
    color: #fff;
    padding: 20px;
    text-align: center;
    width: calc(100% - 150px);
}
.shien_co_top {
    background-image: url(../../img/info/shien/img4.jpg);
    background-position: center;
    background-size: cover;
}
.shien_co_top h2, .shien_co_top p {
    color: #fff;
}
.shien_co_top p {
    text-align: center;
    margin-top: 40px;
}
@media screen and (max-width:1400px) {
    .container_info {
        width: 95%;
        margin: 0;
    }
    .container_info.c2rd {
        margin: 120px 0 0 auto;
    }
}
@media screen and (max-width:1000px) {
    .info_service_content {
        align-items: start;
    }
    .header_tell{
        margin-left: 0;
    }
    .gnavi__list a {
        font-size: 1.4rem;
    }
    .header_tell a {
        font-size: 1.8rem;
    }
    .info_policy .container {
        left: 5%;
        width: 80%;
    }
    .info_greeting .container {
        right: 5%;
        width: 80%;
    }
    .info_fv_box.nyukoku_box {
        padding: 400px 0 20px;
    }
    .check_point_nyukoku .font28 {
        font-size: 2rem;
    }
    .info_fv.nyukoku_fv {
        min-width: auto;
        background-position-x: 23%;
        margin-top: 0;
    }
    .check_point_nyukoku {
        width: 90%;
    }
    .shien_voice_box_top {
        padding: 60px 19px 45px;
    }
    .shien_news .font28 {
        font-size: 2.3rem;
        text-align: left;
        padding-left: 10px;
    }
}



@media screen and (max-width:769px) {
    .info_headerh1 {
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 100000;
        width: 200px;
    }
    .header {
        padding-top: 60px;
    }
    .pad80 {
        padding: 40px 0;
    }
    .font15 {
        font-size: 1.4rem;
    }
    .font16 {
        font-size: 1.5rem;
    }
    .font28 {
        font-size: 2.3rem;
    }
    .header_innner {
        margin: -20px;
    }
    .info_btn a p {
        font-size: 1.5rem;
    }
    .header_left {
        padding: 50px 10px 0px 10px;
    }
    .dropdown__list { 
        width: 100%;
    }
    .dropdown__lists {
        top: 0px;
        padding: 13px 0;
        background-color: transparent;
    }    
    .gnavi__list a {
        color: #333;
        padding: 10px 0;
        font-size: 1.8rem;
    }
    .gnavi__list {
        margin-top: 20px;
    }
    .dropdown__lists_wrap {
        display: block;
    }
    .header_tell a {
        margin: 0 auto 20px;
        justify-content: center;
    }
    .headr_contact {
        display: block;
    }
    .header_info_btn a p {
        text-align: center;
    }
    .info_fv_box {
        padding: 80px 0 60px;
    }
    .info_fv {
        min-height: auto;
        height: auto;
        margin-top: 70px;
    }
    .info_fv_box h2 {
        font-size: clamp(23px, 5vw, 28px);
    }
    .info_fv_box p {
        margin: 25px 0 40px;
    }
    .container_info {
        width: 90%;
        margin: 0 auto;
    }
    .info_service_h2 {
        padding: 35px 0 45px;
    }
    .info_service_content {
        display: block;
    }
    .info_service_content .left {
        width: 100%;
    }
    .info_service_content .right {
        width: 100%;
    }
    .info_service_content h3 {
        margin: 20px auto;
        display: block;
        text-align: center;
    }
    .info_service_content h2 {
        text-align: center;
    }
    .info_service_content .info_btn {
        margin: 0 auto;
    }
    .albums {
        gap: 0 10px;
    }
    .container_info.c2rd, .container_info.c3rd {
        margin: 50px auto 0;
    }
    .back2_img, .back3_img {
        display: none;
    }
    .info_service_text {
        top: -15px;
        width: 90%;
    }
    .back_info {
        padding-bottom: 40px;
    }
    .info_policy {
        border-radius: 0;
        padding: 40px 0;
        left: 0%;
    }
    .info_policy .container {
        left: 0%;
        width: 90%;
    }
    .info_policy_items {
        gap: 0 10px;
        margin-top: 20px;
    }
    .ltd_text {
        width: 80%;
    }
    .info_greeting {
        border-radius: 0;
        padding: 40px 0;
        right: 0%;
    }
    .info_greeting_wrap {
        display: block;
    }
    .info_greeting_wrap .left, .info_greeting_wrap .right {
        width: 100%;
    }
    .info_greeting_wrap .left img {
        width: 80px;
        margin: 0 0 20px auto;
    }
    .info_company {
        padding: 40px 0;
    }
    .info_date_flex {
        padding: 20px 10px;
        display: block;
    }
    .info_date_flex .left, .info_date_flex .right {
        width: 100%;
    }
    .info_greeting .container {
        right: 0%;
        width: 90%;
    }
    /* ===============================
    フッター info SP
    =============================== */
    .info_footer {
        padding: 40px 0;
    }
    .footer_info_flex {
        display: block;
    }
    .footer_info_flex .left {
        width: 100%;
    }
    .footer_info_flex .right {
        width: 100%;
        border-left: none;
        padding: 20px 0 0 0;
    }
    .footer_info_flex .left ul {
        display: block;
    }
    .footer_info_flex .left ul li {
        width: 100%;
    }
    .footer_info_flex .left ul li a {
        margin-bottom: 15px;
    }
    .footer_info_flex.bottom_f {
        margin-top: 0px;
    }
    .footer_info_flex.bottom_f p {
        margin-bottom: 5px;
    }
    .footer_info_flex.bottom_f .right {
        text-align: start;
    }
    small {
        text-align: start;
    }
    .info_footer .logo {
        width: 230px;
        margin-bottom: 20px;
    }
    .footer_info_flex .right .info_btn_top {
        margin: 5px 0;
    }
    .footer_info_flex .font15 {
        text-indent: 1em;
    }


    /* ===============================
    nyukokukoshu SP
    =============================== */
    .info_fv_box.nyukoku_box {
        width: 100%;
        padding-bottom: 60px;
    }
    .nyukoku_about {
        padding: 0 0 40px;
    }
    .check_point_nyukoku {
        display: block;
        padding: 20px;
        position: relative;
        top: -40px;
    }
    .check_point_nyukoku .left p {
        margin: 0 auto 10px;
    }
    .check_point_nyukoku .left {
        width: 100%;
    }
    .check_point_nyukoku .right {
        width: 100%;
    }
    .nyukoku_about_flex {
        display: block;
        margin-top: 30px;
    }
    .nyukoku_about_flex .left {
        width: 100%;
    }
    .nyukoku_about_flex .right {
        width: 100%;
    }
    .slash_h3 h3 {
        left: 0px;
        top: -15px;
    }
    .slash {
        width: 30px;
    }
    .slash_h3 .h3_text {
        width: 160px;
    }
    .nyukoku_about_flex p {
        width: 100%;
        margin: 0 auto 20px;
    }
    .all_service {
        padding: 40px 0;
    }
    .all_service_items {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 630px;
        margin: 0 auto;
    }
    .all_service_item {
        width: 45%;
        max-width: 200px;
    }
    .all_service h2 {
        font-size: 1.8rem;
    }
    .nyukoku_region {
        padding: 40px 0;
    }
    .nyukoku_region .nyukoku_regionline {
        margin: 10px auto 30px;
    }
    .nyukoku_region_items {
        display: block;
    }
    .nyukoku_region_item {
        width: 100%;
        margin-bottom: 20px;
    }
    .nyukoku_about.curriculum {
        padding: 40px 0;
    }
    .nyukoku_about.curriculum .slash_h3 .h3_text {
        width: 270px;
    }
    .nyukoku_about.curriculum .slash_h3 h3 {
        left: 30px;
        display: inline-block;
    }
    .nyukoku_plan_item {
        display: block;
    }
    .nyukoku_plan_item .right, .nyukoku_plan_item .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .plan_box_plan, .plan_box_top .amount_en {
        font-size: 1.4rem;
    }
    .plan_box_top .amount {
        font-size: 2.8rem ;
    }
    .nyukoku_plan, .nyukoku_seminar {
        padding: 30px 0;
    }
    .nyukoku_map {
        display: block;
    }
    .nyukoku_map .right, .nyukoku_map .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .nyukoku_map ul {
        margin-top: 20px;
    }


    /* ===============================
    info_content (include) SP
    =============================== */
    .info_inclide_h2 span {
        font-size: 2.3rem;
    }
    .include_line {
        margin: 20px auto;
    }
    .include_program .nyukoku_plan_innner {
        padding: 20px;
    }
    .include_program {
        margin-top: 30px;
    }
    .include_top {
        padding: 30px 0;
    }
    /* ===============================
    shien SP
    =============================== */
    .shien_h2 {
        font-size: 2.4rem;
    }
    .shien_fv {
        margin-top: 70px;
    }
    .shien_text1 {
        width: 100%;
    }
    .shien_fv_btn_wrap {
        width: 100%;
    }
    .shien_support_items {
        margin: 30px 0;
    }
    .shien_support_item {
        width: 33%;
    }
    .shien_support_items_new {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .shien_support_item_new {
        width: 33%;
        gap: 20px 0;
    }
    .shien_nayami {
        padding: 30px 0 50px;
    }
    .shien_nayami h2 {
        font-size: 2rem;
    }
    .shien_nayami ul {
        max-width: 345px;
    }
    .shien_nayami ul p {
        font-size: 1.8rem;
    }
    .shien_nayami ul li {
        align-items: flex-start;
    }
    .shien_nayami ul img {
        width: 20px;
    }
    .shien_bar_lin a {
        font-size: 2rem;
    }
    .shien_bar_lin a img {
        width: 25px;
        margin-left: 5px;
    }
    .shien_service_items {
        display: block;
        margin-top: 30px;
    }
    .shien_service_item {
        width: 100%;
        margin-bottom: 20px;
    }
    .shien_service_item:last-child {
        margin-bottom: 0;
    }
    .shien_service_item .en {
        font-size: 1.4rem;
    }
    .shien_voice_box {
        margin-top: 30px;
    }
    .shien_voice_box_top {
        flex-direction: column-reverse;
        padding: 30px 0px 23px;
    }
    .shien_voice_box_top .left {
        width: 40%;
        margin-top: 20px;
    }
    .shien_voice_box_top .right {
        width: 90%;
    }
    .shien_voice_box_botoom {
        padding: 0 20px 10px;
    }
    .shien_voice_box_botoom {
        display: block;
    }
    .shien_voice_box_botoom .right, .shien_voice_box_botoom .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .shien_flow_items {
        margin-top: 30px;
    }
    .shien_flow_item {
        display: block;
    }
    .shien_flow_item .en {
        margin-bottom: 0px;
    }
    .shien_flow_item .left {
        width: 100%;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .shien_flow_item .right {
        width: 100%;
    }
    .shien_news {
        height: auto;
    }
    .sarani {
        font-size: 2rem;
        width: 90px;
        height: 90px;
        top: 0px;
    }
    .shien_news .font28 {
        font-size: 2rem;
        padding: 20px;
        width: calc(100% - 150px);
        padding: 20px 0 15px 0;
    }
    .shien_news_items {
        align-items: center;
        gap: 0 10px;
    }
    .form_form7 h2 {
        font-size: 2.3rem;
    }
    select { 
        max-width: 250px;
    }
}
