@charset "utf-8";

/* CSS Document */


/* =========================================================
 * unique-common
 * =========================================================*/

body {
    background: #efefef;
}

article {
    width: 1000px;
    margin: 0 auto;
    box-shadow: 1px 1px 15px #000;
    background: #fff;
}

.width_box {
    width: 952px;
    margin: 0 auto;
}

.display_pad {
    display: inline;
}

.midashi {
    width: 103px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.text_box {
    margin: 0 10%;
    text-shadow: 1px 1px 1px #fff;
}

.hannari {
    font-family: "Hannari", "Noto Serif JP", Serif;
}

.bg_stripe {
    background-image: linear-gradient( -45deg, #efefef 25%, #f7f7f7 25%, #f7f7f7 50%, #efefef 50%, #efefef 75%, #f7f7f7 75%, #f7f7f7);
    background-size: 10px 10px;
}


/* =========================================================
 * absolute_images
 * =========================================================*/

ul.relative,
ol.relative {
    width: 952px;
    margin: 0 auto;
}

ul.relative img.absolute,
ol.relative img.absolute {
    width: auto;
}


/*===== sec1 =====*/

ul.relative li:first-child img {
    top: 1110px;
    right: 0;
}

ol.relative li:first-child img {
    top: 1305px;
    transform: rotate(10.5deg);
}


/*===== sec2 =====*/

ul.relative li:nth-child(2) img {
    top: 1860px;
}

ol.relative li:nth-child(2) img {
    top: 2027px;
    transform: rotate(-10.9deg);
}


/*===== sec3 =====*/

ul.relative li:nth-child(3) img {
    top: 1990px;
    right: 0;
}

ul.relative li:nth-child(4) img {
    top: 2550px;
    right: 0;
}

ol.relative li:nth-child(3) img {
    top: 2747px;
    right: 0;
    transform: rotate(6.4deg);
}


/*===== sec4 =====*/

ul.relative li:nth-child(5) img {
    top: 3311px;
}

ul.relative li:nth-child(6) img {
    right: 0;
    top: 3500px;
    width: 215px;
}

ul.relative.nishiku li:nth-child(6) img {
    right: 40px;
    width: auto;
}

ol.relative li:nth-child(4) img {
    top: 3415px;
    transform: rotate(-9.4deg);
}


/* =========================================================
 * sec_main
 * =========================================================*/

.sec_main {
    height: 700px;
    border-top: 5px solid #004690;
    background: url(../img/pre/main_visual_bg.jpg) no-repeat top center;
}

.sec_main img.absolute {
    width: 196px;
}

.sec_main ul {
    display: flex;
    padding-top: 500px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.sec_main ul li {
    margin: 0 25px;
}

.sec_main ul li a {
    font-size: 0.9rem;
    text-align: center;
    display: block;
    color: #555;
    text-shadow: 1px 1px 0px #fff;
}

.sec_main ul li img {
    border-bottom: 4px solid #f1c110;
    width: 300px;
}

.sec_main ul li:last-child img {
    border-bottom: 4px solid #005e94;
}


/* =========================================================
 * sec1
 * =========================================================*/

.sec1 {
    padding-top: 1.5rem;
}

.sec1 .width_box {
    height: 585px;
    background: url(../img/pre/sec1_bg.jpg) no-repeat top center / contain;
    overflow: hidden;
}

.sec1 .text_box {
    width: 63%;
}

.sec1 h1 {
    font-size: 3.4rem;
    line-height: 4.4rem;
    margin: 100px auto 40px;
}

.sec1 p {
    width: 90%;
    color: #3b3b3b;
    font-size: 1.4rem;
    line-height: 3rem;
}

.sec1 p span {
    color: #bc7d00;
    background: linear-gradient(transparent 0%, #e3e3e3 0%);
}


/* =========================================================
 * sec2
 * =========================================================*/

.sec2 .width_box {
    height: 699px;
    background: url(../img/pre/sec2_bg.jpg) no-repeat top center / contain;
    overflow: hidden;
    margin-top: 30px;
}

.sec2 .text_box {
    width: 63%;
}

.sec2 .midashi {
    margin-top: 50px;
}

.sec2 h1 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 30px auto 15px;
}

.sec2 p {
    width: 90%;
    color: #3b3b3b;
    line-height: 1.9rem;
}

.sec2 p span {
    background: linear-gradient(transparent 0%, #daf2f6 0%);
}


/* =========================================================
 * sec3
 * =========================================================*/

.sec3 .width_box {
    height: 682px;
    background: url(../img/pre/sec3_bg.jpg) no-repeat top center / contain;
    overflow: hidden;
    margin-top: 30px;
}

.sec3 .text_box {
    width: 73%;
}

.sec3 .midashi {
    margin-top: 135px;
}

.sec3 h1 {
    font-size: 2.2rem;
    line-height: 3rem;
    padding: 20px 0 20px;
    margin-right: -35px;
}

.sec3 p {
    width: 70%;
    color: #3b3b3b;
    line-height: 1.9rem;
}

.sec3 p span {
    background: linear-gradient(transparent 0%, #ffe5e4 0%);
}

.sec3 .text_box p:nth-child(4) {
    margin-right: 15px;
}


/* =========================================================
 * sec4
 * =========================================================*/

.sec4 {
    padding-bottom: 130px;
    background: url(../img/bg_elephant.png) no-repeat left bottom / 200px, url(../img/bg_giraffe.png) no-repeat right bottom / 200px;
}

.sec4 .width_box {
    height: 652px;
    background: url(../img/pre/sec4_bg.jpg) no-repeat top center / contain;
    overflow: hidden;
    margin-top: 30px;
}

.sec4 .text_box {
    width: 75%;
}

.sec4 .midashi {
    margin-top: 40px;
}

.sec4 h1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin: 20px auto 15px;
}

.sec4 p {
    width: 90%;
    color: #3b3b3b;
    line-height: 1.9rem;
}

.sec4 p span {
    background: linear-gradient(transparent 0%, #eaf4b8 0%);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.sec4 p strong {
    font-size: 130%;
    font-weight: bold;
    margin: 0 0.2rem;
}


/* =========================================================
 * sec5
 * =========================================================*/

.sec5 {
    border-top: 40px solid #004690;
}

.sec5 h1 {
    width: 315px;
    font-size: 1.9rem;
    background: #fff;
    padding: 1rem 0;
    line-height: 2.3rem;
    border-bottom: 3px solid #004690;
    margin: 2rem auto 0;
}

.sec5 h1 span {
    font-size: 0.9rem;
    display: block;
    color: #004690;
}

.tab_wrap {
    margin-top: 2rem;
    padding-bottom: 2rem;
}

input[type="radio"] {
    display: none;
}

.scroll_box {
    overflow-x: scroll;
    width: 100%;
}

.scroll_box::-webkit-scrollbar {
    width: 10px;
}

.scroll_box::-webkit-scrollbar-thumb {
    background: #0064a7;
    border-radius: 10px;
}

.tab_area {
    margin: 0 10px;
    width: 1380px;
}

.tab_area label {
    width: 100px;
    height: 100px;
    margin: 0 2px 5px;
    display: inline-block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
    transition: ease 0.2s opacity;
    border: 3px solid #fff;
}

.tab_area label:hover {
    opacity: 0.5;
}

.tab_area .tab1_label {
    background: url("../img/pre/sec5_img_s1.jpg") no-repeat top center / cover;
}

.tab_area .tab2_label {
    background: url(../img/pre/sec5_img_s2.jpg) no-repeat top center / cover;
}

.tab_area .tab3_label {
    background: url(../img/pre/sec5_img_s3.jpg) no-repeat top center / cover;
}

.tab_area .tab4_label {
    background: url(../img/pre/sec5_img_s4.jpg) no-repeat top center / cover;
}

.tab_area .tab5_label {
    background: url(../img/pre/sec5_img_s5.jpg) no-repeat top center / cover;
}

.tab_area .tab6_label {
    background: url(../img/pre/sec5_img_s6.jpg) no-repeat top center / cover;
}

.tab_area .tab7_label {
    background: url(../img/pre/sec5_img_s7.jpg) no-repeat top center / cover;
}

.tab_area .tab8_label {
    background: url(../img/pre/sec5_img_s8.jpg) no-repeat top center / cover;
}

.tab_area .tab9_label {
    background: url(../img/nishiku/sec5_img_s9.jpg) no-repeat top center / cover;
}

.tab_area .tab10_label {
    background: url(../img/nishiku/sec5_img_s10.jpg) no-repeat top center / cover;
}

.tab_area .tab11_label {
    background: url(../img/nishiku/sec5_img_s11.jpg) no-repeat top center / cover;
}

.tab_area .tab12_label {
    background: url(../img/nishiku/sec5_img_s12.jpg) no-repeat top center / cover;
}

.tab_area .tab13_label {
    background: url(../img/nishiku/sec5_img_s13.jpg) no-repeat top center / cover;
}

.tab_area .tab15_label {
    background: url(../img/nishiku/sec5_img_s15.jpg) no-repeat top center / cover;
}

.tab_area .tab16_label {
    background: url(../img/nishiku/sec5_img_s16.jpg) no-repeat top center / cover;
}

.tab_area .tab17_label {
    background: url(../img/nishiku/sec5_img_s17.jpg) no-repeat top center / cover;
}

.tab_area .tab18_label {
    background: url(../img/nishiku/sec5_img_s18.jpg) no-repeat top center / cover;
}

.tab_area .tab19_label {
    background: url(../img/nishiku/sec5_img_s19.jpg) no-repeat top center / cover;
}

.tab_area .tab20_label {
    background: url("../img/pre/sec5_img_s20.jpg") no-repeat top center / cover;
}

.tab_area .tab21_label {
    background: url("../img/pre/sec5_img_s21.jpg") no-repeat top center / cover;
}

.tab_area .tab22_label {
    background: url("../img/pre/sec5_img_s22.jpg") no-repeat top center / cover;
}

.tab_area .tab23_label {
    background: url("../img/pre/sec5_img_s23.jpg") no-repeat top center / cover;
}

.tab_area .tab24_label {
    background: url("../img/pre/sec5_img_s24.jpg") no-repeat top center / cover;
}

.tab_area .tab25_label {
    background: url("../img/pre/sec5_img_s25.jpg") no-repeat top center / cover;
}

.tab_area .tab26_label {
    background: url("../img/pre/sec5_img_s26.jpg") no-repeat top center / cover;
}

.tab_area .tab27_label {
    background: url("../img/pre/sec5_img_s27.jpg") no-repeat top center / cover;
}

.panel_area {
    background: #fff;
    border-radius: 0.2rem;
}

.tab_panel {
    overflow: hidden;
    padding: 3rem 1rem 1rem 3rem;
    display: none;
}

.tab_panel .left {
    width: 45%;
}

.tab_panel h2 {
    font-size: 2.3rem;
    font-weight: bold;
    color: #fff;
}

.tab_panel h3 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    width: 85%;
    margin-bottom: 1rem;
    background: linear-gradient(transparent 60%, #ffff6666 60%);
    color: #fff;
}

.tab_panel h3 span {
    font-size: 1rem;
    margin-left: 0.5rem;
}

.tab_panel dl {
    display: flex;
    color: #004690;
}

.tab_panel dt {
    font-size: 1.2rem;
}

.tab_panel dt::after {
    content: "\f0da";
    font-family: "Font Awesome 5 free";
    font-weight: bold;
    color: #000;
    margin: 0 0.3rem 0 0.5rem;
}

.tab_panel dd {
    padding-top: 0.2rem;
}

.tab_panel p {
    color: #fff;
    font-size: 0.9rem;
    border-top: 1px solid #fff;
    margin-top: 1rem;
    padding-top: 1rem;
}

.sec5 .tab_panel p {
    /*本来想定のデザインより情報が足りないため文字を大きくして対応*/
    font-size: 1.1rem;
}

#tab1:checked~.tab_area .tab1_label,
#tab2:checked~.tab_area .tab2_label,
#tab3:checked~.tab_area .tab3_label,
#tab4:checked~.tab_area .tab4_label,
#tab5:checked~.tab_area .tab5_label,
#tab6:checked~.tab_area .tab6_label,
#tab7:checked~.tab_area .tab7_label,
#tab8:checked~.tab_area .tab8_label,
#tab9:checked~.tab_area .tab9_label,
#tab10:checked~.tab_area .tab10_label,
#tab11:checked~.tab_area .tab11_label,
#tab12:checked~.tab_area .tab12_label,
#tab13:checked~.tab_area .tab13_label,
#tab14:checked~.tab_area .tab14_label,
#tab15:checked~.tab_area .tab15_label,
#tab16:checked~.tab_area .tab16_label,
#tab17:checked~.tab_area .tab17_label,
#tab18:checked~.tab_area .tab18_label,
#tab19:checked~.tab_area .tab19_label,
#tab20:checked~.tab_area .tab20_label,
#tab21:checked~.tab_area .tab21_label,
#tab22:checked~.tab_area .tab22_label {
    opacity: 1;
    border-color: #004690;
}

#tab1:checked~.tab_area .tab1_label::after,
#tab2:checked~.tab_area .tab2_label::after,
#tab3:checked~.tab_area .tab3_label::after,
#tab4:checked~.tab_area .tab4_label::after,
#tab5:checked~.tab_area .tab5_label::after,
#tab6:checked~.tab_area .tab6_label::after,
#tab7:checked~.tab_area .tab7_label::after,
#tab8:checked~.tab_area .tab8_label::after,
#tab9:checked~.tab_area .tab9_label::after,
#tab10:checked~.tab_area .tab10_label::after,
#tab11:checked~.tab_area .tab11_label::after,
#tab12:checked~.tab_area .tab12_label::after,
#tab13:checked~.tab_area .tab13_label::after,
#tab14:checked~.tab_area .tab14_label::after,
#tab15:checked~.tab_area .tab15_label::after,
#tab16:checked~.tab_area .tab16_label::after,
#tab17:checked~.tab_area .tab17_label::after,
#tab18:checked~.tab_area .tab18_label::after,
#tab19:checked~.tab_area .tab19_label::after,
#tab20:checked~.tab_area .tab20_label::after,
#tab21:checked~.tab_area .tab21_label::after,
#tab22:checked~.tab_area .tab22_label::after {
    content: '';
    position: relative;
    left: 35px;
    bottom: -99px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
}

@keyframes tabAnim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#tab1:checked~.panel_area #panel1,
#tab2:checked~.panel_area #panel2,
#tab3:checked~.panel_area #panel3,
#tab4:checked~.panel_area #panel4,
#tab5:checked~.panel_area #panel5,
#tab6:checked~.panel_area #panel6,
#tab7:checked~.panel_area #panel7,
#tab8:checked~.panel_area #panel8,
#tab9:checked~.panel_area #panel9,
#tab10:checked~.panel_area #panel10,
#tab11:checked~.panel_area #panel11,
#tab12:checked~.panel_area #panel12,
#tab13:checked~.panel_area #panel13,
#tab14:checked~.panel_area #panel14,
#tab15:checked~.panel_area #panel15,
#tab16:checked~.panel_area #panel16,
#tab17:checked~.panel_area #panel17,
#tab18:checked~.panel_area #panel18,
#tab19:checked~.panel_area #panel19,
#tab20:checked~.panel_area #panel20,
#tab21:checked~.panel_area #panel21,
#tab22:checked~.panel_area #panel22,
#tab23:checked~.panel_area #panel23,
#tab24:checked~.panel_area #panel24,
#tab25:checked~.panel_area #panel25,
#tab26:checked~.panel_area #panel26,
#tab27:checked~.panel_area #panel27 {
    display: block;
    animation: tabAnim ease 0.6s forwards;
    -ms-animation: tabAnim ease 0.6s forwards;
}


/* ===== タブごとに個別カラー指定 =====*/


/*--===== #009dd5 =====--*/

#tab1:checked~.scroll_box .tab_area .tab1_label,
#tab9:checked~.scroll_box .tab_area .tab9_label {
    border-color: #009dd5;
}

#tab1:checked~.scroll_box .tab_area .tab1_label::after,
#tab9:checked~.scroll_box .tab_area .tab9_label::after {
    border-bottom: 15px solid #009dd5;
}

div#panel1,
div#panel9 {
    background: #009dd5;
}

#tab20:checked~.scroll_box .tab_area .tab20_label,
#tab17:checked~.scroll_box .tab_area .tab17_label {
    border-color: #009dd5;
}

#tab20:checked~.scroll_box .tab_area .tab20_label::after,
#tab17:checked~.scroll_box .tab_area .tab17_label::after {
    border-bottom: 15px solid #009dd5;
}

div#panel20,
div#panel17 {
    background: #009dd5;
}


/*--===== #04bf68 =====--*/

#tab2:checked~.scroll_box .tab_area .tab2_label,
#tab10:checked~.scroll_box .tab_area .tab10_label {
    border-color: #04bf68;
}

#tab2:checked~.scroll_box .tab_area .tab2_label::after,
#tab10:checked~.scroll_box .tab_area .tab10_label::after {
    border-bottom: 15px solid #04bf68;
}

div#panel2,
div#panel10 {
    background: #04bf68;
}

#tab18:checked~.scroll_box .tab_area .tab18_label,
#tab21:checked~.scroll_box .tab_area .tab21_label {
    border-color: #04bf68;
}

#tab18:checked~.scroll_box .tab_area .tab18_label::after,
#tab21:checked~.scroll_box .tab_area .tab21_label::after {
    border-bottom: 15px solid #04bf68;
}

div#panel2,
div#panel18,
div#panel21 {
    background: #04bf68;
}


/*--===== #d7ba03 =====--*/

#tab3:checked~.scroll_box .tab_area .tab3_label,
#tab11:checked~.scroll_box .tab_area .tab11_label {
    border-color: #d7ba03;
}

#tab3:checked~.scroll_box .tab_area .tab3_label::after,
#tab11:checked~.scroll_box .tab_area .tab11_label::after {
    border-bottom: 15px solid #d7ba03;
}

div#panel3,
div#panel11 {
    background: #d7ba03;
}

#tab19:checked~.scroll_box .tab_area .tab19_label {
    border-color: #d7ba03;
}

#tab19:checked~.scroll_box .tab_area .tab19_label::after {
    border-bottom: 15px solid #d7ba03;
}

div#panel19 {
    background: #d7ba03;
}


/*--===== #f3621d =====--*/

#tab4:checked~.scroll_box .tab_area .tab4_label,
#tab12:checked~.scroll_box .tab_area .tab12_label,
#tab22:checked~.scroll_box .tab_area .tab22_label {
    border-color: #f3621d;
}

#tab4:checked~.scroll_box .tab_area .tab4_label::after,
#tab12:checked~.scroll_box .tab_area .tab12_label::after,
#tab22:checked~.scroll_box .tab_area .tab22_label::after {
    border-bottom: 15px solid #f3621d;
}

div#panel4,
div#panel12,
div#panel22 {
    background: #f3621d;
}


/*--===== #eb2d1f =====--*/

#tab5:checked~.scroll_box .tab_area .tab5_label,
#tab13:checked~.scroll_box .tab_area .tab13_label,
#tab23:checked~.scroll_box .tab_area .tab23_label {
    border-color: #eb2d1f;
}

#tab5:checked~.scroll_box .tab_area .tab5_label::after,
#tab13:checked~.scroll_box .tab_area .tab13_label::after,
#tab23:checked~.scroll_box .tab_area .tab23_label::after {
    border-bottom: 15px solid #eb2d1f;
}

div#panel5,
div#panel13,
div#panel23 {
    background: #eb2d1f;
}


/*--===== #eb58b1 =====--*/

#tab6:checked~.scroll_box .tab_area .tab6_label,
#tab25:checked~.scroll_box .tab_area .tab25_label,
#tab27:checked~.scroll_box .tab_area .tab27_label,
#tab15:checked~.scroll_box .tab_area .tab15_label {
    border-color: #eb58b1;
}

#tab6:checked~.scroll_box .tab_area .tab6_label::after,
#tab25:checked~.scroll_box .tab_area .tab25_label::after,
#tab27:checked~.scroll_box .tab_area .tab27_label::after,
#tab15:checked~.scroll_box .tab_area .tab15_label::after {
    border-bottom: 15px solid #eb58b1;
}

div#panel6,
div#panel15,
div#panel27,
div#panel25 {
    background: #eb58b1;
}


/*--===== #9f35e9 =====--*/

#tab7:checked~.scroll_box .tab_area .tab7_label,
#tab26:checked~.scroll_box .tab_area .tab26_label,
#tab16:checked~.scroll_box .tab_area .tab16_label {
    border-color: #9f35e9;
}

#tab7:checked~.scroll_box .tab_area .tab7_label::after,
#tab26:checked~.scroll_box .tab_area .tab26_label::after,
#tab16:checked~.scroll_box .tab_area .tab16_label::after {
    border-bottom: 15px solid #9f35e9;
}

div#panel7,
div#panel16,
div#panel26 {
    background: #9f35e9;
}


/*--===== #1b5bc2 =====--*/

#tab8:checked~.scroll_box .tab_area .tab8_label,
#tab24:checked~.scroll_box .tab_area .tab24_label {
    border-color: #1b5bc2;
}

#tab8:checked~.scroll_box .tab_area .tab8_label::after,
#tab24:checked~.scroll_box .tab_area .tab24_label::after {
    border-bottom: 15px solid #1b5bc2;
}

div#panel8,
div#panel24 {
    background: #1b5bc2;
}


/*--===== #1b5bc2 =====--*/

#tab8:checked~.scroll_box .tab_area .tab8_label {
    border-color: #1b5bc2;
}

#tab8:checked~.scroll_box .tab_area .tab8_label::after {
    border-bottom: 15px solid #1b5bc2;
}

div#panel8 {
    background: #1b5bc2;
}


/* =========================================================
 * sec6
 * =========================================================*/

.sec6 {
    /*     margin-top: 3rem; */
    padding-bottom: 2rem;
    border-top: 40px solid #004690;
}

.sec6 h1 {
    width: 500px;
    font-size: 1.9rem;
    background: #fff;
    padding: 1rem 0;
    line-height: 2.3rem;
    border-bottom: 3px solid #004690;
    margin: 1.5rem auto 1.5rem;
}

.sec6 ul {
    display: flex;
}

.sec6 li {
    background: #fff;
    border-radius: 2rem;
    padding: 1rem;
    margin: 1rem 0.5rem;
    width: 30%;
}

.sec6 li h2,
.sec6 li p {
    color: #fff;
}

.sec6 li h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0.8rem auto 0.5rem;
}

.sec6 li h2 i {
    font-size: 3.5rem;
    height: 60px;
    margin-right: 0.5rem;
}

.sec6 li p span {
    font-weight: bold;
}

.sec6 li:nth-child(1) {
    background: #61bfd9;
}

.sec6 li:nth-child(1) p span {
    background: linear-gradient(transparent 60%, rgba(0, 71, 90, 0.3) 60%);
}

.sec6 li:nth-child(2) {
    background: #f48478;
}

.sec6 li:nth-child(2) p span {
    background: linear-gradient(transparent 60%, rgba(160, 16, 0, 0.3) 60%);
}

.sec6 li:nth-child(3) {
    background: #a4bf12;
}

.sec6 li:nth-child(3) p span {
    background: linear-gradient(transparent 60%, rgba(75, 88, 0, 0.3) 60%);
}


/* =========================================================
 * sec7
 * =========================================================*/

.sec7 {
    margin: 3rem 0 5rem;
    padding-bottom: 2rem;
    background: url(../img/bg_character.png) no-repeat right bottom / 200px;
}

.sec7 h1 {
    width: 500px;
    font-size: 1.9rem;
    background: #fff;
    padding: 1rem 0;
    line-height: 2.3rem;
    border-bottom: 3px solid #004690;
    margin: 0 auto 1.5rem;
}

.sec7 table {
    background: #fff;
    margin: 0 auto;
    width: 700px;
    border: 2px solid #004690;
    border-radius: 0.2rem;
}

.sec7 table th,
.sec7 table td {
    padding: 1rem;
    border-bottom: 1px solid #004690;
}

.sec7 table th {
    border-right: 1px dotted #004690;
    font-weight: bold;
    color: #004690;
    letter-spacing: 1px;
}

.sec7 table td a {
    float: right;
    color: #004690;
    transition: 0.2s;
}

.sec7 table td a:hover {
    color: #aaa;
}


/* =========================================================
 * ul_contact
 * =========================================================*/

.ul_contact {
    display: flex;
    max-width: 530px;
    margin: 0 auto;
}

.sec4 .ul_contact {
    margin: 2rem auto 0;
}

.ul_contact li {
    margin: 0 1rem;
}


/* =========================================================
 * nishiku
 * =========================================================*/

ul.relative.nishiku li:nth-child(6) img {
    top: 3495px;
}

.sec_main.nishiku {
    border-top: none;
    background: url(../img/nishiku/main_visual_bg.jpg) no-repeat top center;
}

.sec_main.nishiku .width_box {
    position: relative;
    height: 700px;
    width: 1000px;
}

.sec_main.nishiku img.absolute {
    bottom: 0;
    right: 0;
}

.nishiku .sec1 .width_box {
    background: url(../img/nishiku/sec1_bg.jpg) no-repeat top center / contain;
}

.nishiku .sec2 .width_box {
    background: url(../img/nishiku/sec2_bg.jpg) no-repeat top center / contain;
}

.nishiku .sec3 .width_box {
    background: url(../img/nishiku/sec3_bg.jpg) no-repeat top center / contain;
}

.nishiku .sec4 .width_box {
    background: url(../img/nishiku/sec4_bg.jpg) no-repeat top center / contain;
}

.nishiku .tab_panel h3 {
    width: 80%;
}


/* =========================================================
 * responsive
 * =========================================================*/

@media screen and (min-width:1024px) {
    /* ===== sec1 =====*/
}

@media screen and (min-width:1230px) {
    /* ===== unique common =====*/
    .display_pad {
        display: none !important;
    }
}