@charset "UTF-8";

/*------------------------------------------------------------
  Default
------------------------------------------------------------*/
main div,
main span,
main object,
main iframe,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main blockquote,
main pre,
main abbr,
main address,
main cite,
main code,
main del,
main dfn,
main em,
main img,
main ins,
main kbd,
main q,
main samp,
main small,
main strong,
main sub,
main sup,
main var,
main b,
main i,
main dl,
main dt,
main dd,
main ol,
main ul,
main li,
main fieldset,
main form,
main label,
main legend,
main table,
main caption,
main tbody,
main tfoot,
main thead,
main tr,
main th,
main td,
main article,
main aside,
main dialog,
main figure,
main footer,
main header,
main button,
main hgroup,
main menu,
main nav,
main section,
main time,
main mark,
main audio,
main video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1em;
}

html {
    font-size: 62.5%;
}

main,
main table,
main input,
main textarea,
main select,
main option,
main button,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.1;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
    font-weight: bold;
}

main table,
main input,
main textarea,
main select,
main option {
    line-height: 1.1;
}

main ol,
main ul {
    list-style: none;
}

main blockquote,
main q {
    quotes: none;
}

:focus {
    outline: 0;
}

main ins {
    text-decoration: none;
}

main del {
    text-decoration: line-through;
}

main img {
    vertical-align: top;
}

/*------------------------------------------------------------
  Text Format
------------------------------------------------------------*/
/* text position */
.taLeft {
    text-align: left !important;
}

.taCenter {
    text-align: center !important;
}

.taRight {
    text-align: right !important;
}

.vTop {
    vertical-align: top !important;
}

.vMiddle {
    vertical-align: middle !important;
}

/* font weight */
.fwNormal {
    font-weight: normal !important;
}

.fwBold {
    font-weight: bold !important;
}

/*------------------------------------------------------------
  adjustment class ※ no use frequently
------------------------------------------------------------*/
.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

/*------------------------------------------------------------
  clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

/*------------------------------------------------------------
  for tracking tag
------------------------------------------------------------*/
.trackTags {
    display: none;
}

img {
    max-width: 100%;
}

/*------------------------------------------------------------
  SDGs
------------------------------------------------------------*/
main {
    min-width: 1155px;
    font-family: 'Noto Sans JP', sans-serif;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
    main {
        min-width: 320px;
    }
}


.onlyPC {
    display: block;
}

@media screen and (max-width: 767px) {
    .onlyPC {
        display: none;
    }
}

.onlySP {
    display: none;
}

@media screen and (max-width: 767px) {
    .onlySP {
        display: block;
    }
}

.l-container_1 {
    width: 1155px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .l-container_1 {
        width: 100%;
        padding: 0 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.l-container_2 {
    width: 1090px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .l-container_2 {
        width: 100%;
        padding: 0 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.l-container_3 {
    width: 904px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .l-container_3 {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.mv_main {
    position: relative;
    margin-top: 2em;
}

.mv_main img {
    width: 100%;
}

.intro {
    padding: 105px 0 135px 0;
    position: relative;
    overflow-x: hidden;
}

@media screen and (max-width: 767px) {
    .intro {
        padding: 45px 0 25px;
        background-repeat: repeat-y;
    }
}

.lineLeft,
.lineRight {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.lineLeft.fadeElm,
.lineRight.fadeElm {
    transition-delay: 2s;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media screen and (max-width: 767px) {

    .lineLeft,
    .lineRight {
        width: 7%;
        background-repeat: repeat-y;
    }
}

.lineLeft {
    left: 0;
    background-image: url("../img/bg_introLeft.png");
}
@media screen and (max-width: 767px) {
    .lineLeft {
        left: 0;
        background-image: url("../img/bg_introLeft.png");
        background-size: 110px;
    }
}

.lineRight {
    right: 0;
    background-image: url("../img/bg_introRight.png");
}
@media screen and (max-width: 767px) {
    .lineRight {
        right: 0;
        background-image: url("../img/bg_introRight.png");
        background-size: 100px;
    }
}

.lineLeft.fadeElm {
    left: -240px;
}

.lineRight.fadeElm {
    right: -240px;
}

.lineLeft.fadeElm.faded {
    left: 0;
}

.lineRight.fadeElm.faded {
    right: 0;
}

.intro_new {
    width: 155px;
    font-size: 2.6rem;
    color: #183089;
    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: 0 auto;
    height: 71px;
    line-height: 71px;
    background-image: url("../img/bg_intro_ttl.svg");
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .intro_new {
        width: 120px;
        font-size: 1.8rem;
        height: 50px;
        line-height: 50px;
    }
}

.intro_ttl {
    font-size: 3.6rem;
    font-weight: bold;
    color: #183089;
    text-align: center;
    margin: 30px 0 45px 0;
}

@media screen and (max-width: 767px) {
    .intro_ttl {
        font-size: 2.8rem;
        line-height: 1.5;
        margin: 15px 0 30px 0;
    }
}

.intro_detail {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .intro_detail {
        font-size: 1.4rem;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.6;
    }
}

.intro_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 806px;
    margin: 0 auto;
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .intro_wrap {
        width: 100%;
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.intro_wrap a {
    display: block;
    width: 360px;
    height: 66px;
    line-height: 66px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 33px;
    background-color: #183089;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    -webkit-box-shadow: 10px 10px 18px -9px rgba(0, 0, 0, 0.29);
    box-shadow: 10px 10px 18px -9px rgba(0, 0, 0, 0.29);
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    .intro_wrap a {
        width: 100%;
        margin-bottom: 15px;
        max-width: 400px;
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
        font-size: 1.4rem;
    }
}

.intro_wrap a span {
    position: relative;
    padding-left: 15px;
}

.intro_wrap a span:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 5.5px;
    background-image: url("../img/arrow_btn.svg");
    background-size: 100% 100%;
    left: -5px;
    top: calc(50% - 3px);
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.c-title_01 {
    position: relative;
    font-weight: bold;
    font-size: 4.2rem;
    color: #183089;
    text-align: center;
    margin: 0 auto;
    height: 330px;
    background-image: url("../img/bg_ttl_01.png");
    background-size: 100% 330px;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 330px;
}

@media screen and (max-width: 767px) {
    .c-title_01 {
        font-size: 2.4rem;
        height: 120px;
        line-height: 120px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.c-title_01 span {
    position: relative;
    padding: 0 38px;
}

@media screen and (max-width: 767px) {
    .c-title_01 span {
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
    }
}

.c-title_02 {
    font-weight: bold;
    font-size: 3.2rem;
    color: #000;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    margin-bottom: 110px;
    position: relative;
}

.c-title_02:after {
    content: '';
    position: absolute;
    width: 490px;
    height: 10px;
    background-image: url("../img/border_after_ttl2.svg");
    background-size: 100% 100%;
    bottom: -55px;
    left: calc(50% - 245px);
}

@media screen and (max-width: 767px) {
    .c-title_02:after {
        left: 0;
        width: 100%;
        bottom: -25px;
    }
}

@media screen and (max-width: 767px) {
    .c-title_02 {
        font-size: 1.9rem;
        margin-bottom: 60px;
    }
}

.c-title_03 {
    font-size: 3.2rem;
    color: #000;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .c-title_03 {
        font-size: 2.2rem;
        padding: 0 20px;
    }
}

.c-title_03 span {
    position: relative;
    text-align: center;
}

.c-title_04 {
    height: 352px;
    width: 100%;
    background-image: url("../img/bg_ttl_04.png");
    background-size: cover;
    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;
    font-size: 3.4rem;
    line-height: 1.5;
    text-align: center;
    color: #183089;
}

@media screen and (max-width: 767px) {
    .c-title_04 {
        height: 225px;
        font-size: 2.4rem;
        background-position: center center;
    }
}

.c-title_05 {
    margin: 60px auto 0;
    padding-top: 50px;
    display: block;
    width: 100%;
}

.c-title_05 p {
    font-size: 2.8rem;
    color: #02B0F5;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-title_05 {
        margin: 60px auto 0;
        padding-top: 30px;
    }

    .c-title_05 p {
        font-size: 2.2rem;
    }
}

.img_center {
    text-align: center;
    margin: 40px 0 50px 0;
}

@media screen and (max-width: 767px) {
    .img_center {
        margin: 25px 0 30px 0;
    }
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.content {
    padding: 65px 0 140px 0;
}

@media screen and (max-width: 767px) {
    .content {
        padding: 30px 0;
    }
}

.content_1 {
    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: 105px;
    margin-bottom: 110px;
    height: auto;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .content_1 {
        margin-bottom: 50px;
    }
}

.content_1 p {
    font-size: 1.8rem;
    line-height: 1.9;
}

.content_1 img {
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .content_1 img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .content_1 {
        margin-top: 30px;
    }
}

.content_2 {
    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: 51px;
    margin-bottom: 125px;
    height: auto;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .content_2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.content_2 p {
    font-size: 1.8rem;
    line-height: 1.9;
}

@media screen and (max-width: 767px) {

    .content_1 p,
    .content_2 p {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

.content_2 img {
    margin-top: 70px;
    width: 745px;
}

@media screen and (max-width: 767px) {
    .content_2 img {
        margin-top: 30px;
        width: 100%;
        height: auto;
    }
}

.content_3 {
    margin-top: 20px;
    padding-top: 120px;
    position: relative;
}

.content_3:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/bg_circle.png");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}

.content_3.fadeElm:after {
    background-position: center 300px;
    opacity: 0;
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -ms-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}

.content_3.fadeElm.faded:after {
    background-position: center top;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .content_3 {
        padding-top: 50px;
        margin-top: 45px;
    }
}

.content_3 p.txt18 {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .content_3 p.txt18 {
        margin-top: 25px;
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

.content_3_wrap {
    margin-top: 60px;
}

.content_3_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content_3_wrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 290px;
    height: 450px;
}

.content_3_wrap ul li .img {
    width: 100%;
    text-align: center;
}
.content_3_wrap ul li .img img.content_3_img1 {
    width: 183px;
}
.content_3_wrap ul li .img img.content_3_img2 {
    width: 176px;
}
.content_3_wrap ul li .img img.content_3_img3 {
    width: 243px;
}

@media screen and (max-width: 767px) {
    .content_3_wrap ul li {
        width: 32%;
        margin-bottom: 20px;
        height: auto;
        min-height: 200px;
        padding: 50px 0;
    }

    .content_3_wrap ul li .img {
        width: 96%;
    }
    .content_3_wrap ul li .img img.content_3_img1 {
        width: 100%;
    }
    .content_3_wrap ul li .img img.content_3_img2 {
        width: 100%;
    }
    .content_3_wrap ul li .img img.content_3_img3 {
        width: 100%;
    }
}

.content_3_wrap ul li:nth-child(2n+1) {
    background-image: url("../img/bg_ct3_1.png");
    background-size: 100% 100%;
}

.content_3_wrap ul li:nth-child(2n) {
    background-image: url("../img/bg_ct3_2.png");
    background-size: 100% 100%;
}

.content_3_wrap ul li:nth-child(1) p {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .content_3_wrap ul li:nth-child(1) p {
        margin-top: 25px;
    }
}

.content_3_wrap ul li:nth-child(3) {
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content_3_wrap ul li:nth-child(3) p {
    margin-top: 30px;
}

.content_3_wrap ul li p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #183089;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .content_3_wrap ul li p {
        font-size: 2.2vw;
    }
}

.content_3_boxtext {
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../img/border_boxtext.png");
    background-size: cover;
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .content_3_boxtext {
        margin-top: 15px;
        background-image: url("../img/border_boxtext.png"), url("../img/border_boxtext.png");
        background-position: right bottom, left top;
    }
}

.content_3_boxtext .box_text {
    background-color: #FDFBF2;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .content_3_boxtext .box_text {
        padding: 15px 20px;
    }
}

.content_3_boxtext .box_text p {
    font-size: 1.8rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .content_3_boxtext .box_text p {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

.content_grey {
    padding: 0px 0 62px 0;
}

@media screen and (max-width: 767px) {
    .content_grey {
        padding: 0px 0 30px 0;
    }
}

.content_grey_box {
    position: relative;
    z-index: 3;
}

.content_grey_box:after {
    content: '';
    position: absolute;
    width: calc(100% - 60px);
    left: 30px;
    bottom: -10px;
    height: 1px;
    background-color: #D9DFF4;
}

.content_grey .ttl_column {
    color: #D9DFF4;
    font-size: 5.8rem;
    width: calc(100% - 60px);
    margin-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.content_grey .ttl_column span {
    position: relative;
    bottom: -6px;
    background-color: #fff;
    z-index: 2;
    height: 58px;
    display: inline-block;
}

.content_grey .ttl_column:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 55px;
    background-color: #D9DFF4;
}

.content_grey_ttl {
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    color: #183089;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .content_grey_ttl {
        font-size: 2.2rem;
        line-height: 1.5;
    }
}

.kome {
    font-size: 14px !important;
}

#index03 .kome {
    line-height: 1.8;
}

.content_grey p {
    font-size: 1.6rem;
    line-height: 1.8;
}

.content_grey p.detail {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 15px;
    word-break: break-all;
}
.content_grey_img_01 {
    width: 516px;
}
.content_grey_img_02 {
    width: 208px;
}
@media screen and (max-width: 767px) {
    .content_grey_img_01 {
        width: 100%;
    }
    .content_grey_img_02 {
        width: 50%;
    }
}

.content_grey_box {
    border-radius: 25px;
    border: 1px solid #D9DFF4;
    padding: 55px 60px 45px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .content_grey_box {
        border-radius: 15px;
        padding: 20px 15px 10px 15px;
    }
}

.content_grey_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 20px;
}

.content_grey_img img:first-child {
    margin-right: 28px;
}

@media screen and (max-width: 767px) {
    .content_grey_img {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .content_grey_img img {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .content_grey_img img:first-child {
        width: 100%;
        max-width: 500px;
        margin-right: 0;
    }
}

.c-ttl_05 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #183089;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 60px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-ttl_05 {
        margin: 30px 0 20px 0;
        font-size: 1.9rem;
        line-height: 1.5;
    }
}

.c-ttl_05 span {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .c-ttl_05 span {
        display: block;
        padding: 0 10px;
    }
}

.c-ttl_05:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: calc(100% - 40px);
    left: 20px;
    height: 1px;
    background-color: #183089;
    top: 50%;
}

@media screen and (max-width: 767px) {
    .c-ttl_05:after {
        width: 100%;
        left: 0;
    }
}

.content_part2 {
    padding: 80px 0 0px 0;
}

@media screen and (max-width: 767px) {
    .content_part2 {
        padding: 40px 0 30px 0;
    }
}

.content_part2 .c-title_02 {
    margin-top: 115px;
}

@media screen and (max-width: 767px) {
    .content_part2 .c-title_02 {
        margin-top: 30px;
    }
}

.content_part2 p.detail {
    font-size: 1.8rem;
    line-height: 1.9;
}

@media screen and (max-width: 767px) {
    .content_part2 p.detail {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

.content_part2 p.detail span {
    font-size: 1.4rem;
}

.content_part2 .content_3 {
    margin-top: 20px;
    padding-top: 120px;
    padding-bottom: 88px;
}

@media screen and (max-width: 767px) {
    .content_part2 .content_3 {
        padding-top: 55px;
        padding-bottom: 75px;
    }
}

.content_part2 .content_3 .c-title_03 {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .content_part2 .content_3 .c-title_03 {
        margin-bottom: 30px;
    }
}

.content_part2 .content_3 p.txt18 {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 50px;
}

.content_part2 .content_3 .content_3_boxtext {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .content_part2 .content_3 .content_3_boxtext {
        margin-top: 60px;
    }
}

.blue_part {
    background-color: rgba(40, 125, 200, 0.1);
    padding: 40px 0;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #183089;
    margin-bottom: 20px;
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .blue_part {
        margin: 20px 0 10px;
        font-size: 2.4rem;
        padding: 15px 0;
    }
}

.prd_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    margin: 50px auto 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .prd_btn {
        margin: 40px auto 60px;
        padding: 0 0px;
    }
}

.prd_btn li {
    width: 100%;
    padding: 30px 0 30px 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 45px;
    background-image: url("../img/bg_ttl_column.png");
    background-size: 150px auto;
    background-repeat: repeat-y;
    min-height: 200px;
}

@media screen and (max-width: 767px) {
    .prd_btn li {
        min-height: auto;
        width: 100%;
        border-right: none;
        padding: 10px 0 10px 20px;
        padding-bottom: 20px;
        background-size: 80px auto;
        margin-bottom: 20px;
        background-repeat: repeat-y;
    }
}

.prd_btn li:last-child {
    border-right: none;
}

.prd_btn li dt {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: left;
    color: #02B0F5;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .prd_btn li dt {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
}

.prd_btn li dd {
    font-size: 1.8rem;
    line-height: 1.9;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .prd_btn li dd {
        margin-top: 5px;
        font-size: 1.4rem;
    }
}

.target {
    padding: 60px 0 60px 0;
    background-color: #F5F6FA;
}

@media screen and (max-width: 767px) {
    .target {
        padding: 30px 0;
    }
}

.target_1 {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 32px 35px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .target_1 {
        padding: 15px;
        text-align: center;
        flex-direction: column-reverse;
    }
}

.target_1 img {
    display: block;
    margin: 0 38px 0 10px;
}
.target_1 img.target_01 {
    width: 403px;
}
@media screen and (max-width: 767px) {
    .target_1 img.target_01 {
        width: 100%;
        margin-top: -40px;
    }
}

@media screen and (max-width: 767px) {
    .target_1 img {
        position: relative;
        margin: 15px auto 0;
    }
}

.target_1 .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #183089;
}

@media screen and (max-width: 767px) {
    .target_1 .text {
        padding-left: 0;
        text-align: center;
    }
}

.target_1 .ttl {
    font-size: 2.1rem;
    width: 121px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    background-image: url("../img/bg_intro_ttl.svg");
    background-size: 100% 100%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .target_1 .ttl {
        width: 100px;
        height: 45px;
        line-height: 45px;
        font-size: 1.8rem;
    }
}

.target_1 .ttl_1 {
    font-size: 3.8rem;
    font-weight: bold;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .target_1 .ttl_1 {
        font-size: 2.2rem;
    }
}

.target_1 .note {
    margin-top: 12px;
    font-size: 1.4rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .target_1 .note {
        font-size: 1.4rem;
    }
}

.target_1 .ttl_2 {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .target_1 .ttl_2 {
        font-size: 2rem;
        margin-top: 10px;
    }
}

.target_2 {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    margin-top: 30px;
}

.target_2 .flag {
    height: 60px;
    width: 137px;
    background: url('../img/icoFlag.svg') no-repeat;
    background-size: contain;
    background-position: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.target_04 {
    width: 190px;
}
@media screen and (max-width: 767px) {
    .target_04 {
        width: 100%;
    }
}

.target_2 img {
    margin: 0 33px;
}

.target_2 .txt a {
    font-size: 1.4rem;
    color: #183089;
    font-weight: 600;
    line-height: 1.8;
    padding-left: 5px;
}

@media screen and (max-width: 767px) {
    .target_2 {
        flex-wrap: wrap;
        padding: 15px 15px 15px 0;
        justify-content: flex-start;
    }

    .target_2 .flag {
        height: 40px;
        width: 80px;
        font-size: 1.4rem;
        padding-right: 10px;
    }

    .target_2 img {
        margin: 0 0 0 15px;
        max-width: 65%;
    }

    .target_2 .txt {
        font-size: 1.4rem;
        line-height: 1.6;
        padding-left: 15px;
        width: 100%;
        margin-top: 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.target .target_3 {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .target .target_3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.target .target_3 .box {
    width: 440px;
    display: block;
    text-decoration: none;
    padding: 20px 20px 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .target .target_3 .box {
        margin-bottom: 15px;
    }
}

.target .target_3 .box:first-child img {
    border: 1px solid #EFEFEF;
}

.target .target_3 .box:nth-child(2) p {
    margin-top: 10px;
}

.target .target_3 .box p {
    font-size: 1.8rem;
    font-weight: bold;
    color: #183089;
    text-align: center;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .target .target_3 .box p {
        font-size: 1.6rem;
    }
}

.target .target_3 .box p span {
    position: relative;
    letter-spacing: 1px;
}

.target .target_3 .box p span:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 9px;
    background-image: url("../img/arrow_btn_blue2.svg");
    background-size: 100% 100%;
    left: -15px;
    top: calc(50% - 5px);
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

/* added 200831 */
.fadeElm {
    opacity: 0;
    -webkit-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s;
    -moz-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s;
    -ms-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s;
    -o-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s;
    transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s;

}

.fadeElm.faded {
    opacity: 1;
}

.bgBlue {
    background-color: #F4FCFF;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .bgBlue {
        padding: 0 20px;
    }
}

.img_content_1 {
    width: 792px;
}
@media screen and (max-width: 767px) {
    .img_content_1 {
        width: 100%;
    }
}

.goals{
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.goals .row{
    display: -webkit-box;
    display: -ms-flexbox;
           display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-bottom: 40px;
    background-image: url(../img/bg_goals.png);
    background-size: 300px 100%;
    background-repeat: repeat-y;
}
.goals .row:last-child{
    margin-bottom: 0;
}

.img_goals01{
    width: 550px;
}
@media screen and (max-width: 767px) {
    .img_goals01{
        width: 100%;
    }
}

.goals .ttl {
    width: 300px;
    min-height: 135px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
           display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: center;
    color: #183089;
    font-weight: 600;
    font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
    .goals {
        padding: 0;
    }
    .goals .row {
        margin-bottom: 30px;
        background-image: url(../img/bg_ttl_column.png);
        background-size: 100px 100px;
        background-repeat: no-repeat;
        align-items: flex-start;
        padding: 15px 0 0 20px;
        flex-direction: column;
    }

    .goals .ttl {
        font-size: 1.8rem;
        padding-left: 0;
        min-height: auto;
        margin-bottom: 15px;
    }

    .goals .img{
        max-width: 550px;
    }
}
.goals{}


@media screen and (max-width: 767px) {
    .adjustment_txt_01 {
        display: none;
    }
}

.pagetop_txt {
    text-align: right;
    margin-top: 2em;
    position: relative;
}
.pagetop_txt a:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 5.5px;
    background-image: url(../img/pagetop_btn.svg);
    background-size: 100% 100%;
    right: 75px;
    top: calc(50% - 3px);
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

/* index02 */
@font-face {
    src: url("../fonts/hiragino-maru-gothic-pro-w4.otf");
    font-family: 'Hiragino Maru Gothic Pro';
}

body {
    margin: 0;
}

.pageNavi {
    margin: 0 auto 15px;
    padding-top: 60px;
}

@media only screen and (max-width: 767px) {
    .pageNavi {
        margin: 0 auto 15px;
        padding-top: 40px;
    }
}

.pageNavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .pageNavi ul {
        flex-wrap: wrap;
    }
}

.pageNavi li.isActive a {
    color: #fff;
    background-color: #183089;
}

.pageNavi li.isActive p {
    border-bottom: 3px solid #fff;
}

.pageNavi li.disabled{
    cursor: not-allowed;
}

.pageNavi li.disabled a {
    pointer-events: none;
    opacity: 0.5;
}

.pageNavi li+li {
    margin-left: 23px;
}

@media only screen and (max-width: 767px) {
    .pageNavi li {
      margin: 10px;
      width: 40%;
    }
    .pageNavi li+li {
        margin-left: 10px;
    }
}

.pageNavi a {
    width: 127px;
    height: 133px;
    background-color: #fff;
    border: 2px solid #183089;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #183089;
    padding: 10px 13px;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .pageNavi a {
        width: 100%;
        height: auto;
        min-height: 100px;
        padding: 5px;
    }
}

.pageNavi a>span {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .pageNavi a>span {
        font-size: 1.3rem;
        line-height: 1.2;
    }
}

.pageNavi p {
    font-size: 2rem;
    font-weight: 700;
    width: 100%;
    padding-bottom: 3px;
    border-bottom: 3px solid #183089;
}

@media only screen and (max-width: 767px) {
    .pageNavi p {
        font-size: 1.5rem;
        background-position: 0 20px;
    }
}

.pageNavi p span {
    font-size: 3.4rem;
}

@media only screen and (max-width: 767px) {
    .pageNavi p span {
        font-size: 2.6rem;
    }
}

.intro_new.tagNew {
    position: relative;
}

.intro_new.tagNew span {
    color: #fff;
    font-size: 2.6rem;
    background-color: #FF0000;
    text-align: center;
    width: 90px;
    height: 36px;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: -90px;
    top: 22px;
    border-radius: 50px;
}

@media only screen and (max-width: 767px) {
    .intro_new.tagNew span {
        font-size: 2rem;
        width: 70px;
        height: 30px;
        left: -70px;
        top: 12px;
    }
}

.text-blue {
    color: #287dc8 !important;
    text-decoration: underline!important;
}

.cle {
    margin: 20px auto 0;
    width: 742px;
    max-width: 100%;
    display: block;
    border: 1px solid #183089;
    border-radius: 28px;
    padding: 40px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cle {
        margin-top: 40px;
        padding: 20px;
        padding-top: 60px;
    }
    #index03 .cle {
        padding-top: 30px;
    }
}

.cle .ttl {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2.8rem;
    color: #183089;
    font-weight: 700;
    padding: 0 22px;
    background-color: #fff;
    z-index: 2;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .cle .ttl {
        padding: 0 10px;
    }
}

.cle .txt {
    font-size: 1.8rem;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .cle .txt {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}

.target_5 {
    width: 100%;
}

.target_5 .list {
    width: 760px;
    max-width: 100%;
    margin: 90px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

#index03 .target_5 .list, #index04 .target_5 .list {
    width: 900px;
}

@media only screen and (max-width: 767px) {
    .target_5 .list {
        margin-top: 50px;
        width: 100%;
        justify-content: center;
    }
    #index03 .target_5 .list, #index04 .target_5 .list {
        width: 100%;
    }
}

.target_5 .item {
    width: 370px;
    padding-top: 15px;
    position: relative;
}

#index03 .target_5 .item, #index04 .target_5 .item {
    width: 280px;
    padding-top: 15px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .target_5 .item {
        width: 100%;
        max-width: 370px;
    }
    #index03 .target_5 .item, #index04 .target_5 .item {
        width: 100%;
        max-width: 370px;
    }
}

@media only screen and (max-width: 767px) {
    .target_5 .item+.item {
        margin-top: 50px;
    }
}

.target_5 .item img {
    display: block;
    margin: 0 auto;
    width: 224px;
}

@media only screen and (max-width: 767px) {
    .target_5 .item img {
        max-width: 224px;
    }
}

.target_5 .item span {
    display: block;
    width: 103px;
    height: 84px;
    background: url("../img/bgUni.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
}

.target_5 .item span strong {
    width: 65%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-13deg);
    -moz-transform: translate(-50%, -50%) rotate(-13deg);
    -ms-transform: translate(-50%, -50%) rotate(-13deg);
    -o-transform: translate(-50%, -50%) rotate(-13deg);
    transform: translate(-50%, -50%) rotate(-13deg);
}

.target_5 .item .ttl {
    margin-top: 30px;
    width: 100%;
    min-height: 65px;
    height: auto;
    background-color: #183089;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    padding: 20px 5px;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#index03 .target_5 .item .ttl, #index04 .target_5 .item .ttl {
  text-align: center;
}

@media only screen and (max-width: 767px) {
    .target_5 .item .ttl {
        margin-top: 20px;
        font-size: 1.7rem;
        min-height: 55px;
        text-align: center;
    }
}

.target_5 .item .ttl img{
    width: 13px;
    display: inline-block;
    margin: 0 5px 0 0;
}

.target_5 .title {
    margin: 105px auto 140px;
    width: 742px;
    max-width: 100%;
    background: url("../img/bg_line.png") no-repeat;
    background-size: 100% auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    min-height: 72px;
    height: auto;
    position: relative;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .target_5 .title {
        margin: 75px auto 100px;
        min-height: 55px;
        background-repeat: repeat-y;
        background-size: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.target_5 .title:before {
    content: "";
    width: 12px;
    height: 34px;
    background: url("../img/icoBuble.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -55px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    .target_5 .title:before {
        -webkit-transform: translateX(-50%) scale(0.75);
        -moz-transform: translateX(-50%) scale(0.75);
        -ms-transform: translateX(-50%) scale(0.75);
        -o-transform: translateX(-50%) scale(0.75);
        transform: translateX(-50%) scale(0.75);
        top: -42px;
    }
}

.target_5 .title:after {
    content: "";
    width: 78px;
    height: 114px;
    background: url("../img/icoArrow.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -140px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    .target_5 .title:after {
        -webkit-transform: translateX(-50%) scale(0.75);
        -moz-transform: translateX(-50%) scale(0.75);
        -ms-transform: translateX(-50%) scale(0.75);
        -o-transform: translateX(-50%) scale(0.75);
        transform: translateX(-50%) scale(0.75);
        bottom: -120px;
    }
}

.target_5 .title p {
    font-size: 3.2rem;
    font-weight: 700;
    color: #183089;
    line-height: 1.6;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    .target_5 .title p {
        font-size: 2.4rem;
        line-height: 1.4;
        text-align: center;
    }
}

.target_5 .img {
    display: block;
    margin: 0 auto;
    width: 742px;
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
    .target_5 .img {
        width: 100%;
        max-width: 742px;
    }
}

.target_5 .img img {
    max-width: 100%;
    margin: 0 auto;
}

.content_part3 {
    margin-top: 150px;
}

@media only screen and (max-width: 767px) {
    .content_part3 {
        margin-top: 100px;
    }
}

.c-title_01.spe {
    margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
    .c-title_01.spe {
        min-height: 120px;
        height: auto;
        line-height: 1.4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        align-items: center;
        padding: 20px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 55px;
    }
}

.c-title_01.spe span {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .c-title_01.spe span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        align-items: center;
        text-align: left;
    }
}

.c-title_01.spe span>span {
    display: block;
    width: 135px;
    height: 110px;
    background: url(../img/bgUni-lg.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50px;
    left: -85px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    padding: 0;
}

#index03 .c-title_01.spe span>span, #index04 .c-title_01.spe span>span {
  left: -120px;
}

@media only screen and (max-width: 767px) {
    .c-title_01.spe span>span {
        width: 103px;
        height: 84px;
        background: url(../img/bgUni.png) no-repeat;
        background-size: contain;
        font-size: 1.4rem;
        left: 0;
        top: 0;
        position: relative;
        margin-right: 7px;
    }
    #index03 .c-title_01.spe span>span, #index04 .c-title_01.spe span>span {
      left: 0;
    }
}

.c-title_01.spe span>span strong {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-13deg);
    -moz-transform: translate(-50%, -50%) rotate(-13deg);
    -ms-transform: translate(-50%, -50%) rotate(-13deg);
    -o-transform: translate(-50%, -50%) rotate(-13deg);
    transform: translate(-50%, -50%) rotate(-13deg);
}

.c-title_01.spe span>span small {
    font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
    .c-title_01.spe span>span small {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 767px) {
    .c-title_01.spe span>small {
        width: calc(100% - 110px);
    }
}

.target_6 {
    padding: 50px 0 50px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .target_6 {
        padding-bottom: 40px;
    }
}

.target_6 img {
    position: absolute;
    top: 0;
    left: 30px;
    width: 143px;
}

@media only screen and (max-width: 767px) {
    .target_6 img {
        width: 72px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.target_6.spe1 img:not(.btn) {
    width: 202px;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .target_6.spe1 img:not(.btn) {
        width: 101px;
        left: -15px;
    }
}

.target_6.spe2 img:not(.btn) {
    width: 310px;
    top: -15px;
}

#index03 .target_6.spe2 img:not(.btn) {
    width: 218px;
    top: -15px;
}

@media only screen and (max-width: 767px) {
    .target_6.spe2 img:not(.btn) {
        width: 155px;
        top: 50%;
    }
    #index03 .target_6.spe2 img:not(.btn) {
      width: 110px;
      top: 50%;
    }
}

.target_6.spe3 img:not(.btn) {
    width: 250px;
    left: 0;
    top: 40px;
}

@media only screen and (max-width: 767px) {
  .target_6.spe3 img:not(.btn) {
        left: -10px;
      width: 100px;
      top: 55%;
  }
}

.target_6.spe4 img:not(.btn) {
    width: 250px;
    left: 0;
    top: -20px;
}

@media only screen and (max-width: 767px) {
  .target_6.spe4 img:not(.btn) {
    width: 72px;
    top: 55%;
    left: -5px;
  }
}

.target_6 .txt {
    width: 770px;
    max-width: 100%;
    min-height: 170px;
    height: auto;
    border-radius: 86px;
    border: 1px solid #FF9300;
    background: url("../img/bg_org.png");
    margin-left: 104px;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .target_6 .txt {
        border-radius: 30px;
        min-height: 100px;
        width: calc(100% - 50px);
        margin-left: 50px;
        padding: 10px;
        padding-left: 20px;
    }
}

.target_6 .txt p {
    font-size: 2.8rem;
    color: #FF9300;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.6;
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    .target_6 .txt p {
        font-size: 1.8rem;
        line-height: 1.4;
        padding-right: 0;
    }
}

.target_6 .txt.spe1 p {
    /*padding: 20px 0;*/
}

.target_6 .btn {
    width: 45px;
    left: 50%;
    top: inherit;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    .target_6 .btn {
        width: 30px;
        height: auto;
    }
}

.target_6.green img {
    left: inherit;
    right: 6px;
    width: 218px;
}

@media only screen and (max-width: 767px) {
    .target_6.green img {
        right: 0;
        width: 109px;
    }
}

@media only screen and (max-width: 767px) {
    .target_6.green img.spe1 {
        width: 35%;
        max-width: 143px;
    }
}

.target_6.green .txt {
    margin-left: 30px;
    border-color: #15AF62;
    background: url("../img/bg_gre.png");
}

@media only screen and (max-width: 767px) {
    .target_6.green .txt {
        margin-left: 0;
        padding: 10px;
        padding-right: 50px;
    }
}

.target_6.green .txt.spe1 {
    padding-right: 17%;
}

.target_6.green .txt p {
    color: #15AF62;
}

.target_6.green .btn {
    left: 50%;
    right: inherit;
    width: 45px;
}
@media only screen and (max-width: 767px) {
    .target_6.green .btn {
        width: 30px;
    }
}

.box01 {
    margin: 20px auto 42px;
    border: 2px dashed #FF9300;
    border-radius: 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .box01 {
        padding: 10px;
    }
}

.box01 .wrap {
    width: 100%;
    background-color: rgba(40, 125, 200, 0.05);
    border-radius: 20px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .box01 .wrap {
        padding: 10px;
    }
}

.box01 .ttl1 {
    padding-left: 220px;
    font-size: 2.8rem;
    color: #287DC8;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .box01 .ttl1 {
        padding-left: 90px;
        font-size: 1.8rem;
        letter-spacing: 0;
        min-height: 76px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
    }
}

.box01 .txt1 {
    padding-left: 220px;
    padding-right: 30px;
    margin-top: 20px;
    font-size: 1.8rem;
    color: #222222;
    line-height: 2;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    .box01 .txt1 {
        letter-spacing: 0;
        line-height: 1.6;
        margin-top: 16px;
        font-size: 1.6rem;
        padding: 0;
    }
}

.box01 .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 760px;
    margin: 42px auto 0;
}

@media only screen and (max-width: 767px) {
    .box01 .lst {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    #index03 .box01 .lst {
        margin: 20px auto;
    }
}

.box01 .item {
    width: 252px;
}

.box01 .item.item3 {
    width: 240px;
}

@media only screen and (max-width: 767px) {
    .box01 .item {
        max-width: 100%;
        margin: 0 10px 30px;
    }
    .box01 .item.item3 {
      max-width: 100%;
      margin: 0 10px 30px;
    }
    #index03 .box01 .item.item3 {
      width: 100%;
      margin: 0 0 30px;
    }
}

.box01 .item img {
    display: block;
    margin: 0 auto;
    width: 225px;
}

.box01 .item.item3 img {
    display: block;
    margin: 0 auto;
    width: 240px;
}

@media only screen and (max-width: 767px) {

  #index03 .box01 .item.item3 img {
      width: 100%;
  }

}

.box01 .item.item3 .txt3 {
    margin-top: 10px;
}

.box01 .name {
    width: 225px;
    margin: 0 auto;
    height: 50px;
    color: #fff;
    background-color: #287DC8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    .box01 .name {
        max-width: 100%;
        height: 40px;
        font-size: 1.8rem;
    }
}

.box01 .txt2 {
    margin-top: 15px;
    text-align: center;
}

.box01 .txt2 p {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 700;
    color: #287DC8;
}

@media only screen and (max-width: 767px) {
    .box01 .txt2 p {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

.box01 .txt2 span {
    font-size: 1.4rem;
    color: #222222;
    display: block;
    margin: 5px auto 0;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .box01 .txt2 span {
        font-size: 1.3rem;
        margin-top: 5px;
        height: 20px;
    }
}

.box01.gre {
    border-color: #15AF62;
    margin-bottom: 138px;
}

#index03 .box01.gre {
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .box01.gre {
        margin-bottom: 70px;
    }
    #index03 .box01.gre {
        margin-bottom: 40px;
    }
}

.box01.gre img {
    display: block;
    margin: 16px auto 0;
    max-width: 742px;
}

@media only screen and (max-width: 767px) {
    .box01.gre .wrap>img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .box01.gre .more {
        margin-top: 20px;
    }
}

.box01.gre .more img {
    display: inline-block;
    margin: 0 8px 0 0;
}

.box01 .lst2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 742px;
    max-width: 100%;
    margin: 25px auto 0;
}

@media only screen and (max-width: 767px) {
    .box01 .lst2 {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .box01 .lst2.sp_margin {
        margin: 0 auto 25px;
    }
}

.box01 .lst2 .item {
    width: 275px;
}

.box01 .lst2 .item.item2 {
    width: 350px;
}

@media only screen and (max-width: 767px) {
    .box01 .lst2 .item {
        max-width: 100%;
        margin: 0 10px 30px;
    }
    .box01 .lst2 .item.item2 {
      max-width: 100%;
      margin: 0 10px 30px;
    }
}

.box01 .lst2 .item:nth-child(3) {
    width: 165px;
}

.box01 .lst2 .item img{
    width: 100%;
}

.box01 .lst2 .item .more a img{
    width: auto;
}

.box01 .lst2 .txt3 {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 1.5;
}

.c-title_06 {
    display: block;
    width: 185px;
    height: 150px;
    background: url(../img/bgUni2.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .c-title_06 {
        width: 93px;
        height: 76px;
        background: url(../img/bgUni2-sm.png) no-repeat;
        top: 10px;
        left: 5px;
        font-size: 1.6rem;
    }
}

.c-title_06 strong {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-13deg);
    -moz-transform: translate(-50%, -50%) rotate(-13deg);
    -ms-transform: translate(-50%, -50%) rotate(-13deg);
    -o-transform: translate(-50%, -50%) rotate(-13deg);
    transform: translate(-50%, -50%) rotate(-13deg);
}

.target_7 {
    padding-top: 90px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 72px;
}

@media only screen and (max-width: 767px) {
    .target_7 {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px;
    }
}

.target_7 .item:not(.spe){
    width: 254px;
}

@media only screen and (max-width: 767px) {
    .target_7 .item {
        margin: 0 7px 20px;
    }
}

.target_7 .item+.item {
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {
    .target_7 .item+.item {
        margin: 0 7px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .target_7 .item>img {
        width: 100%;
        max-width: 246px;
    }
}

.target_7 .item.spe {
    position: relative;
    width: calc(100% - 530px);
}

@media only screen and (max-width: 767px) {
    .target_7 .item.spe {
        width: 100%;
        margin: 20px auto 0;
        max-width: 350px;
        padding-top: 40px;
    }
}

.target_7 .item.spe img {
    position: absolute;
    bottom: 0;
    left: -25px;
}

@media only screen and (max-width: 767px) {
    .target_7 .item.spe img {
        width: auto;
        left: 0;
        position: relative;
    }
}

.target_7 .item.spe .more {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .target_7 .item.spe .more {
        padding-bottom: 0;
    }
}

.more {
    margin-top: 40px;
    display: block;
    text-align: right;
    padding-right: 32px;
}

.box01 .lst2 .item .more {
    padding-right: 0;
}

@media only screen and (max-width: 767px) {
    .more {
        margin-top: 0;
        padding-right: 0;
        padding-bottom: 15px;
    }
}

.more a {
    color: #183089;
    font-weight: 700;
    font-size: 1.8rem;
    text-decoration: none;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .more a {
        font-size: 1.6rem;
    }
}

.more img {
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
}

.text1 {
    height: 147px;
    width: 310px;
    background: url("../img/target7_bg.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -86px;
}

@media only screen and (max-width: 767px) {
    .text1 {
        top: 0;
        width: 224px;
        height: 115px;
        right: 0;
    }
}

.text1 p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-13deg);
    -moz-transform: translate(-50%, -50%) rotate(-13deg);
    -ms-transform: translate(-50%, -50%) rotate(-13deg);
    -o-transform: translate(-50%, -50%) rotate(-13deg);
    transform: translate(-50%, -50%) rotate(-13deg);
    width: 100%;
    padding: 15px 20px 30px;
    line-height: 1.4;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #183089;
    font-family: "Hiragino Maru Gothic Pro", sans-serif;
}

#index03 .text1 p {
  top: 53%;
  left: 53%;
}

@media only screen and (max-width: 767px) {
    .text1 p {
        padding: 20px 30px 15px 20px;
        font-size: 1.2rem;
        top: 0;
        -webkit-transform: translate(-50%, 0%) rotate(-13deg);
        -moz-transform: translate(-50%, 0%) rotate(-13deg);
        -ms-transform: translate(-50%, 0%) rotate(-13deg);
        -o-transform: translate(-50%, 0%) rotate(-13deg);
        transform: translate(-50%, 0%) rotate(-13deg);
    }
}

.textBox1 {
    width: 410px;
    max-width: 100%;
    position: relative;
    margin-right: 55px;
}

@media only screen and (max-width: 767px) {
    .textBox1 {
        margin: 0 auto;
        width: 100%;
        max-width: 360px;
    }
}

.textBox1 .text1 {
    left: 10px;
    top: 0;
    filter: FlipH;
    -ms-filter: "FlipH";
    -webkit-transform: scaleX(-1) rotate(12deg);
    -moz-transform: scaleX(-1) rotate(12deg);
    -ms-transform: scaleX(-1) rotate(12deg);
    -o-transform: scaleX(-1) rotate(12deg);
    transform: scaleX(-1) rotate(12deg);
    width: 264px;
    height: 130px;
}

@media only screen and (max-width: 767px) {
    .textBox1 .text1 {
        width: 242px;
        height: 115px;
        top: 30px;
        left: 0;
    }
}

.textBox1 .text1 p {
    padding: 5px 10px 30px 10px;
    filter: FlipH;
    -ms-filter: "FlipH";
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -moz-transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
    -o-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
}

@media only screen and (max-width: 767px) {
    .textBox1 .text1 p {
        top: 50%;
        left: 50%;
    }
}

.textBox1 img {
    float: right;
    margin: 35px 0 0;
}

@media only screen and (max-width: 767px) {
    .textBox1 img {
        margin-top: 135px;
    }
}

.target.spe1 .pageNavi {
    margin: 10px auto 35px;
    padding-top: 0;
}

.content_3.bg_wave{
    padding-top: 400px;
    background: url('../img/bg_target7.png') no-repeat;
    background-position: top center;
    background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
    .content_3.bg_wave{
        padding-top: 150px;
    }
}
.content_3.bg_wave:after{
    top: 200px;
}
@media only screen and (max-width: 767px) {
    .content_3.bg_wave:after{
        top: 80px;
    }
}

.content_3.bg_wave .bg_wave_wrap{
    padding-bottom: 62px;
    background-color: #f4fcff;
}

.index01 .target .pageNavi{
    margin: 0 auto 40px;
}

.blue_line {
  width: 100%;
  max-width: 760px;
    background: #2a7cc8;
    color: #FFF;
    text-align: center;
    font-size: 2.2rem;
    padding: 10px;
    font-weight: bold;
    margin: 20px auto;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .blue_line {
      font-size: 1.6rem;
    }
}

.l-container_3 .img {
    max-width: 800px;
    width: 100%;
    margin: 50px auto;
}

@media only screen and (max-width: 767px) {
  .l-container_3 .img {
      margin: 20px auto;
  }
}

.img100 {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.pageNavi .interview a {
  width: 243px;
  position: relative;
  display: block;
  border-radius: 24px;
}

.pageNavi li.interview.isActive a .bg_btn05 {
  background: url("../img/bg_btn05_on.png") no-repeat;
}

.bg_btn05 {
  position: absolute;
  width: 232px;
  height: 121px;
  background: url("../img/bg_btn05_off.png") no-repeat;
  background-size: 100%;
  background-position: center;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.pageNavi li.interview.isActive a .bg_btn05 {
  position: absolute;
  width: 232px;
  height: 121px;
  background: url("../img/bg_btn05_on.png") no-repeat;
  background-size: 100%;
  background-position: center;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.pageNavi .interview a>span {
  font-size: 1.5rem;
  margin: 20px 0 5px 0;
}

.pageNavi .interview a p {
  border: none;
}

.pageNavi li.interview.isActive a>span,
.pageNavi li.interview.isActive p {
  color: #FFF;
}

.interview_tit {
  width: 90%;
    position: relative;
    max-width: 590px;
    margin: auto;
}

.interview_tit::before {
  position: absolute;
  content: "";
  background: url("../img/ico_tit_left.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 27px;
  height: 90px;
  top: 0;
  left: 0;
}

.interview_tit::after {
  position: absolute;
  content: "";
  background: url("../img/ico_tit_right.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 27px;
  height: 90px;
  top: 0;
  right: 0;
}

.interview_tit .intro_head {
  font-size: 2.4rem;
    text-align: center;
    color: #183089;
}

.interview_tit .intro_ttl {
  font-size: 4.2rem;
  margin: 15px auto 45px auto;
}

.interview_list {
  width: 100%;
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.interview_list_box {
  width: 272px;
  height: 154px;
  position: relative;
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.interview_list_box p {
  font-size: 2rem;
    color: #FFF;
    font-weight: bold;
    margin-right: 10px;
}

.interview_list_box span {
  position: absolute;
    display: block;
    width: 90px;
    height: 36px;
    font-size: 2.6rem;
    border-radius: 36px;
    color: #FFF;
    text-align: center;
    padding: 5px;
    background: red;
    top: -20px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.interview_list_box.iv01 {
  background: url("../img/nav_interview01.png") no-repeat;
  background-size: 100%;
  background-position: center;
}

.interview_list_box.iv02 {
  background: url("../img/nav_interview02.png") no-repeat;
  background-size: 100%;
  background-position: center;
}

.interview_list_box.iv03 {
  background: url("../img/nav_interview03.png") no-repeat;
  background-size: 100%;
  background-position: center;
}

.interview_cont01 {
  position: relative;
  margin: 100px 0 60px 0;
}

.interview_cont02 {
  position: relative;
  padding: 100px 0 0 0;
}

.bg_iv01 {
  position: absolute;
  width: 100%;
  height: 747px;
  background: url("../img/bg_iv01.png") no-repeat;
  background-size: 100%;
  background-position: center;
  top: 0;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.interview_main {
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.interview_profile {
  width: 50%;
  margin-top: 50px;
}

.interview_profile h2 {
  font-size: 2.8rem;
    line-height: 1.8;
    color: #000;
    margin-bottom: 10px;
}

.interview_profile img:first-of-type {
  width: 50%;
  height: auto;
  margin-bottom: 25px;
}

.interview_profile img:last-of-type {
  width: 100%;
  height: auto;
}

.interview_profile p {
  font-size: 1.8rem;
    line-height: 1.5;
    margin: 20px auto;
}

.interview_profile p a {
  color: #287DC8;
    text-decoration: underline;
}

.interview_profile .profile {
  color: #183089;
    font-weight: bold;
}

.interview_profile .profile span {
  font-size: 1.6rem;
    line-height: 1.2;
}

.interview_profile .profile p {
  font-size: 2.8rem;
    margin-top: 10px;
}


.interview_main_img {
  width: 48%;
}

.interview_answer_box {
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.interview_answer_box p {
  font-size: 1.8rem;
  line-height: 2;
  color: #000;
}

.interview_answer_box p a {
  color: #287DC8;
    text-decoration: underline;
}

.interview_answer_img {
  width: 48%;
}

.interview_answer_img.mini {
    width: 40%;
}

.interview_answer_txt {
  width: 47%;
}

.interview_answer_txt.wide {
    width: 58%;
}

.interview_question {
  margin: 50px auto;
  text-align: center;
}

.interview_question h3 {
  color: #000;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}

.interview_question img {
  width: 90%;
  max-width: 262px;
  height: auto;
}

.interview_caption {
  width: 100%;
  text-align: center;
}

.interview_caption img {
  width: 80%;
  height: auto;
}

.interview_caption p {
  font-size: 1.6rem;
  margin-top: 30px;
}

.bg_iv02 {
  position: absolute;
  width: 100%;
  height: 2487px;
  background: url("../img/bg_iv02.png") no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.interview_qa {
  margin: 30px auto;
}

.interview_qa.last {
  margin: 100px auto 0 auto;
}

.bg_iv03 {
  position: absolute;
  width: 100%;
  height: 1305px;
  background: url("../img/bg_iv03.png") no-repeat;
  background-size: contain;
  background-position: center;
  top: 10%;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.bg_iv04 {
  position: absolute;
  width: 100%;
  height: 1939px;
  background: url("../img/bg_iv04.png") no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.interview_qa .more {
  text-align: center;
  margin-top: 50px;
}

.interview_cont01 .l-container_3 {
  width: 1100px;
}

.interview_cont03 {
  position: relative;
  padding: 40px 0;
}

.interview01.active,
.interview02.active {
  display: block;
}

.interview02_txt {
  margin: 100px auto;
  width: 90%;
  max-width: 904px;
  line-height: 2;
  font-size: 1.8rem;
}

.accordion {
  width: 100%;
    height: auto;
    margin: 0 auto;
}

.accordion .btn {
  width: 90%;
  max-width: 904px;
  background: #E9F2FA;
  padding: 25px;
  border-radius: 18px;
  margin: 0 auto 60px auto;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.accordion .btn.hover:hover {
  background: #aad4f9;
}

.accordion .btn.isOpen {
  margin: 0 auto;
}

.accordion .btn span {
  display: block;
    color: #183089;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}

.accordion .btn p {
  font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.accordion .btn:after {
    content: "";
    width: 25px;
    height: 15px;
    background: url("../img/accordion_arrow.svg") no-repeat;
    background-size: contain;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.accordion .btn.isOpen:after {
    -webkit-transform: translateY(-50%) rotate(
180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(
180deg);
}

.accordion .content {
  width: 100%;
  padding: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.accordion .interview_cont01 {
  margin: 60px auto;
}

.interview_caption02 {
  width: 100%;
}

.interview_caption02 img {
  width: 100%;
  height: auto;
}

.interview_caption02 p {
  font-size: 1.6rem;
  margin-top: 20px;
}

.link_txt {
    margin-top: 30px;
    font-size: 1.6rem;
}

.link_txt a:link {
  color: #287DC8;
    text-decoration: underline;
}

.interview_answer_img p {
  font-size: 1.4rem;
  margin-top: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .interview_cont01 .l-container_3 {
    width: 100%;
  }

  .pageNavi li.interview {
    width: 85%;
  }

  .pageNavi .interview a {
    width: 100%;
  }

  .bg_btn05 {
    position: absolute;
    width: 100%;
    height: 90px;
    background: url("../img/bg_btn05_sp_off.png") no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  }

  .pageNavi li.interview.isActive a .bg_btn05 {
    position: absolute;
    width: 100%;
    height: 90px;
    background: url("../img/bg_btn05_sp_on.png") no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  }

  .interview_tit::before,
  .interview_tit::after {
    width: 15px;
    height: 60px;
  }

  .interview_tit .intro_head {
    font-size: 1.4rem;
  }

  .interview_tit .intro_ttl {
    font-size: 2rem;
  }

  .interview_list {
    flex-wrap: wrap;
  }

  .interview_list_box {
    width: 48%;
    height: 90px;
    margin: 10px 0;
  }

  .interview_list_box p {
    font-size: 1.2rem;
  }

  .interview_list_box span {
    height: 24px;
    font-size: 1.8rem;
    border-radius: 24px;
    color: #FFF;
    top: -15px;
  }

  .interview_cont01 {
    margin: 50px 0 20px 0;
  }

  .interview_main {
    display: block;
  }

  .interview_profile,
  .interview_main_img {
    width: 100%;
  }

  .interview_profile h2 {
    font-size: 2rem;
  }

  .interview_profile img:first-of-type {
    width: 100%;
  }

  .interview_profile p {
    font-size: 1.6rem;
  }

  .interview_profile .profile span {
    font-size: 1.4rem;
  }

  .interview_profile .profile p {
    font-size: 2rem;
  }

  .bg_iv01,
  .bg_iv02,
  .bg_iv03 {
    display: none;
  }

  .line_wrap.c-title_02 {
    width: 90%;
    margin: auto;
  }

  .interview_qa {
    margin: 30px auto;
  }

  .interview_question {
    margin: 30px auto;
  }

  .interview_question h3 {
    font-size: 2rem;
  }

  .interview_answer_box {
    display: block;
  }

  .interview_answer_img,
  .interview_answer_txt,
  .interview_answer_txt.wide {
    width: 100%;
    margin-bottom: 20px;
  }

  .interview_answer_box p {
    font-size: 1.4rem;
  }

  .interview_caption p {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .interview_cont02 {
    position: relative;
    padding: 30px 0 0 0;
  }

  .interview_cont03 {
    position: relative;
    padding: 0;
  }

  .interview_qa.last {
    margin: 50px auto 0 auto;
  }

  .interview02_txt {
    margin: 30px auto;
    font-size: 1.6rem;
  }

  .accordion .btn {
    padding: 15px;
    margin: 0 auto 30px auto;
  }

  .accordion .btn span {
    font-size: 1.4rem;
  }

  .accordion .btn p {
    font-size: 1.8rem;
  }

  .accordion .btn:after {
    width: 15px;
    height: 10px;
    right: 20px;
  }

  .interview_caption02 p {
    font-size: 1.4rem;
  }

  .link_txt {
    word-break: break-all;
    font-size: 1.4rem;
  }

  .link_txt a:link {
    word-break: break-all;
  }

}
