@charset "UTF-8";

@media (min-width: 741px) {
  #contents {
    width: 100%;
    padding: 0;
  }
  .g-navi__navi-area {
    box-shadow: 0px 3px 3px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
  }
  .g-navi__navigation {
    width: 1050px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .g-navi__items {
    font-size: 20px;
    width: 32%;
    text-align: center;
    color: #203C99;
    margin: 20px 0;
    position: relative;
    border-left: 2px solid #DDDDDD;
    list-style: none;
    font-weight: 600;
  }
  .g-navi__items:nth-of-type(1) {
    border-left: none;
  }
  .g-navi__items a {
    color: #203C99;
  }
  .g-navi__items::after {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 24px;
    position: absolute;
    bottom: 2px;
    margin-left: 10px;
  }
  .sp {
    display: none !important;
  }
  .g-nav__navi-area {
    box-shadow: 0px 3px 3px 0px rgba(154, 154, 154, 0.1);
    position: relative;
    z-index: 2;
  }
  .g-nav__navigation {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .fixed {
    width: 960px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 4;
    width: 100% !important;
    right: 0;
    left: 0;
  }
  .g-nav__items {
    width: 32%;
    font-size: 20px;
    text-align: center;
    color: #203C99;
    margin: 20px 0;
    position: relative;
    list-style: none;
    font-weight: 600;
    border-left: 2px solid #DDDDDD;
  }
  .g-nav__items:nth-of-type(1) {
    border-left: none;
  }
  .g-nav__items::after {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 3px;
    transform: rotate(-90deg);
    margin-left: 10px;
  }
  .kv__inner-img{
    width: 100%;
  }
  .kv__wrap {
    max-width: 857px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .kv__keyword-wrap {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .kv__ttl {
    text-align: center;
    font-size: 30px;
    padding-bottom: 15px;
    font-weight: 600;
  }

  .sp-only {
    display: none;
  }
  .kv__txt {
    text-align: left;
    font-size: 20px;
  }
  .kv__keyword-sp-wrap {
    display: flex;
    margin-right: 30px;
    padding-bottom: 15px;
  }
  .kv__keyword-sp-wrap .main-list:not(:last-of-type) {
    margin-right: 30px;
  }
  .kv__img-inner {
    margin: 17px auto 0px;
    text-align: center;
    max-width: 554px;
  }
  .kv__img {
    width: 100%;
    border-radius: 30px;
  }
  .main-list {
    display: flex;
    align-items: center;
  }
  .main-list__name {
    margin-right: 10px;
    font-size: 19px;
    font-weight: 600;
    line-height: 18px;
    color: #707070;
  }
  .main-list__item {
    transition: background .4s ease-out;
    border-radius: 5px;
    box-shadow: #000 0px 2px 2px -2px;
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    border-color: #A5BCC3;
    background-color: #A5BCC3;
  }
  .main-list__item a {
    transition: color .4s ease-out;
    color: #ffffff !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 5px 5px 3px;
    display: block;
  }
  .main-list__item:not(:last-of-type) {
    margin-right: 10px;
  }
  .main-list__item--category {
    border-color: #71ADCF;
    background-color: #71ADCF;
  }
  .main-list__item--category a {
    color: #fff;
  }
  .main-list__item--days {
    border-color: #3EAAE9;
    background-color: #3EAAE9;
  }
  .main-list__item--days a {
    color: #fff;
  }
  .main-list__item--coming-soon{
    pointer-events: none !important;
  }
  .main-wrap {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .prepare {
    margin-top: 20px;
    padding: 0 30px;
  }
  .o-ttl {
    color: #3EAAE9;
    font-size: 36px;
    padding-bottom: 19px;
    font-weight: 600;
  }
  .prepare__txt {
    font-weight: 600;
    font-size: 20px;
    line-height: 2;
  }
  .attention{
    margin-right: 50px;
  }
  .attention__txt{
    font-weight: 600;
    font-size: 20px;
    line-height: 2;
  }
  .prepare__txt::before {
    position: relative;
    left: -18px;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    border-radius: 100%;
    background: #3EAAE9;
  }
  .flow {
    padding: 60px 20px;
  }
  .flow__box {
    margin-top: 50px;
    position: relative;
    min-height: 300px;
  }
  .flow__box:first-of-type {
    margin-top: 20px;
  }
  .flow__box-ttl{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  .flow__box-ttl-img{
    max-width: 170px;
    max-height: 70px;
    margin-right: 20px;
  }

  .flow__content-ttl {
    font-size: 29px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
  }
  .flow__content-ttl img {
    width: 60px;
    height: 60px;
    padding-right: 10px;
    box-sizing: content-box;
  }
  .flow__box-inner {
    display: flex;
  }
  .flow__img-box {
    margin-right: 18px;
    max-width: 400px;
  }
  .flow__img-box--youtube iframe{
    max-width: 400px;
  }
  .flow__img {
    width: 100%;
    border-radius: 20px;
  }
  .flow__img-txt{
    font-size: 10px;
    padding-top: 5px;
  }
  .matome__name{
    font-size: 18px;
    text-align: right;
  }
  .matome__img-box {
    margin: 0 auto;
    max-width: 600px;
  }
  .flow__txt {
    font-size: 16px;
    max-width: 542px;
  }
  .article-body a.flow__txt-link {
    color: #08c;
  }
  .article-body a.flow__txt-link:hover {
    text-decoration: underline !important;
  }
  .matome__ttl {
    position: relative;
  }
  .o-subttl {
    position: absolute;
    width: 62px;
    height: 62px;
    border: 1px solid #707070;
    border-radius: 50%;
    line-height: 59px;
    text-align: center;
    font-size: 32px;
    color: #707070;
    top: 90px;
    left: 10%;
  }
  .matome__img {
    width: 100%;
  }
  .s-btn {
    margin: 30px 50px 50px;
  }
  .s-btn-more {
    max-width: 460px;
    margin: 0 auto;
    background-color: #D1EAF9;
    border-radius: 24px;
    padding: 0;
    position: relative;
    text-align: center;
    margin-bottom: 41px;
  }
  .s-btn-link {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    background-color: transparent;
    border: none;
    padding: 8px 0;
    display: block;
    width: 100%;
  }
  .s-btn-link:hover{
    opacity: 0.8;
  }
  .s-btn-link::after {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 24px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 10px;
    top: 50%;
  }
  .s-btn-txt {
    font-size: 18px;
  }
  .more__look {
    margin-top: 30px;
  }
  .more__look-txt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .more__look-link {
    color: #3EAAE9 !important;
    background-color: #fff;
    width: 460px;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid #AED7EF;
    display: block;
    padding: 20px 0;
    -webkit-box-shadow: 3px 3px 6px rgb(0 0 0 / 18%);
    box-shadow: 2px 2px 0px #AED7EF;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }
  .more__look-link::after {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 24px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 10px;
    top: 50%;
  }
  .upmatome{
    text-align: center;
    margin-top: 30px;
  }
  .upmatome__link{
    background-color: #fff;
    width: 460px;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid #AED7EF;
    display: block;
    padding: 20px 0;
    -webkit-box-shadow: 3px 3px 6px rgb(0 0 0 / 18%);
    box-shadow: 2px 2px 0px #AED7EF;
    position: relative;
  }
  .upmatome__link::after{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 24px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 10px;
    top: 50%;

  }
  .upmatome__btn-txt{
    font-size: 20px;
    color: #3EAAE9;
    font-weight: 600;
  }
  .upmatome__btn-subtxt{
    color: #707070;
    font-size: 14px;
  }
  .jiyukenkyu-labo__bottom-area {
    position: relative;
    background-color: #fff;
    z-index: 3;
    margin-top: 72px;
  }
  .jiyukenkyu-labo__desc {
    font-size: 20px;
    margin-bottom: 1em;
    font-weight: 600;
  }
  .jiyukenkyu-labo__desc--center {
    text-align: center;
  }
  .jiyukenkyu-labo__link-area {
    width: 860px;
    margin: 0 auto;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .jiyukenkyu-labo__bnr-link {
    display: block;
  }
  .jiyukenkyu-labo__bnr-img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    max-width: 406px;
  }
  .jiyukenkyu-labo__bnr-img:nth-child(n + 3){
    margin-bottom: 0;
  }
}

@media (max-width: 740px) {
  #contents {
    width: 100%;
    padding: 0;
  }
  .g-navi {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .g-navi__menu-btn {
    position: absolute;
    top: 5px;
    z-index: 9999;
    right: 0;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/humberger.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .g-navi__menu-btn.active{
		background-image: url(/jiyukenkyu/jiyukenkyu-labo/_shared/img/icon_menu_close.svg);
  }
  .g-navi__menu.is-active {
    right: 0;
  }
  .g-navi__menu.is-active .g-navi__menu-inner {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
  }
  .g-navi__menu-list {
    position: absolute;
    z-index: 999;
    padding-left: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 120px;
    width: 100%;
    background-color: #fff;
  }
  .g-navi__menu-list-item {
    list-style: none;
    position: relative;
  }
  .g-navi__menu-list-item::before {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 24px;
    position: absolute;
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    transform: translateX(270px);
    left: 0;
    bottom: 10px;
  }
  .g-navi__menu-list-link {
    color: #3EAAE9;
    font-size: 14.5px;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
  }
  .g-navi__navigation {
    display: none;
  }
  .g-nav-inner {
    position: relative;
  }
  .g-navi__menu {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background-color: rgb(82 190 229 / 60%);
    transition: all 0.6s;
  }
  .g-navi__menu .is-active {
    right: 0;
  }
  .g-nav__navi-area {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
  }
  .g-nav__navigation {
    position: absolute;
    z-index: 999;
    padding-left: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 120px;
    width: 100%;
    background-color: #fff;
  }
  .g-nav__items {
    list-style: none;
    position: relative;
  }
  .kv__inner-img{
    width: 100%;
  }
  .kv__wrap {
    margin-top: 30px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .kv__ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }
  .kv__txt {
    font-size: 14px;
    max-width: 740px;
    margin: 30px auto 30px;
  }
  .kv__img-inner {
    margin: 0px auto 30px;
    text-align: center;
    max-width: 300px;
  }
  .kv__img {
    width: 100%;
    border-radius: 20px;
  }
  .kv__keyword-wrap {
    max-width: 590px;
    margin: 0 auto;
  }
  .kv__keyword-sp-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .kv__keyword-sp-wrap .main-list:not(:last-of-type) {
    margin-right: 30px;
  }
  .main-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-list__name {
    margin-right: 4px;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    color: #707070;
  }
  .main-list__item {
    transition: background .4s ease-out;
    border-radius: 5px;
    box-shadow: #000 0px 2px 2px -2px;
    font-weight: bold;
    border: 2px solid;
    font-size: 10px;
    line-height: 18px;
    border-color: #A5BCC3;
    background-color: #A5BCC3;
  }
  .main-list__item a {
    transition: color .4s ease-out;
    color: #ffffff !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0px 3px;
    display: block;
  }
  .main-list__item:not(:last-of-type) {
    margin-right: 3px;
  }
  .main-list__item--category {
    border-color: #71ADCF;
    background-color: #71ADCF;
  }
  .main-list__item--category a {
    color: #fff;
  }
  .main-list__item--days {
    border-color: #3EAAE9;
    background-color: #3EAAE9;
  }
  .main-list__item--days a {
    color: #fff;
  }
  .main-list__item--coming-soon{
    pointer-events: none !important;
  }
  .main-wrap {
    padding-right: 4%;
    padding-left: 4%;
  }
  .o-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #3EAAE9;
    text-align: center;
  }
  .prepare {
    margin: 40px 40px 10px;
    text-align: center;
    display: block;
  }
  .prepare__txt-wrap {
    text-align: center;
    display: inline-block;
  }
  .prepare__txt {
    text-align: left;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
  }
  .prepare__txt::before {
    position: relative;
    left: -12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 100%;
    background: #3EAAE9;
  }
  .attention{
    margin: 10px 40px 40px;
  }
  .flow__box {
    margin-top: 42px;
  }
  .flow__box:first-of-type {
    margin-top: 20px;
  }
  .flow__box-ttl{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .flow__box-ttl-img{
    max-width: 90px;
    max-height: 75px;
  }
  .flow__content-ttl {
    font-size: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin: 6px 0 10px;

  }
  .flow__content-ttl img {
    width: 30px;
    height: 30px;
    padding-right: 20px;
    box-sizing: content-box;
  }
  .flow__img-box {
    max-width: 300px;
    min-height: 140px;
    text-align: center;
    margin: 0px auto;
  }
  .flow__img-box--youtube iframe{
    max-width: 300px;
  }
  .flow__img {
    width: 300px;
    border-radius: 20px;
  }  
  .flow__img-txt{
    font-size: 10px;
    text-align: left;
    padding-top: 5px;
  }

  .flow__txt {
    font-size: 14px;
    margin: 15px 0px;
    color: #333333;
  }
  a.flow__txt-link {
    color: #08c;
  }
  .article-body a.flow__txt-link:hover {
    text-decoration: underline !important;
  }
  .article-body a {
    text-decoration: none;
  }
  .article-body a:hover {
    text-decoration: underline;
  }
  .matome {
    margin-top: 40px;
  }
  .matome__name{
    font-size: 16px;
    margin: 20px 0 30px;
    text-align: right;
  }
  .matome__img{
    width: 100%;
  }
  .o-subttl {
    display: block;
    width: 33px;
    height: 33px;
    border: 1px solid #707070;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #707070;
    top: 90px;
    left: 10%;
  }
  .s-btn {
    margin: 20px 0px 40px;
  }
  .s-btn-more {
    max-width: 300px;
    margin: 0 auto;
    background-color: #D1EAF9;
    border-radius: 24px;
    padding: 0;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }
  .s-btn-link {
    font-size: 14px;
    color: #333333 !important;
    padding: 0 20px;
    display: block;
    background-color: transparent;
    border: none;
    padding: 8px 0;
    width: 100%;
  }
  .s-btn-link:hover{
    opacity: 0.8;
  }
  .s-btn-link::after {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.5px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 10px;
    top: 50%;
  }
  .s-btn-txt {
    font-size: 14px;
  }
  .more__look {
    margin-top: 30px;
  }
  .more__look-txt {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .more__look-link {
    color: #3EAAE9 !important;
    background-color: #fff;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid #AED7EF;
    display: block;
    padding: 10px 0;
    -webkit-box-shadow: 3px 2px 6px rgb(0 0 0 / 18%);
    box-shadow: 3px 2px 0px #AED7EF;
    position: relative;
    text-align: center;
    font-weight: 600;
  }
  .more__look-link::after {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 20px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 10px;
    top: 50%;
  }
  .upmatome{
    text-align: center;
    margin: 30px 0px 40px;
  }
  .upmatome__link{
    background-color: #fff;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid #AED7EF;
    display: block;
    padding: 10px 0;
    -webkit-box-shadow: 3px 2px 6px rgb(0 0 0 / 18%);
    box-shadow: 2px 2px 0px #AED7EF;
    position: relative;

  }
  .upmatome__link::after{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 20px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 10px;
    top: 50%;
  }
  .upmatome__btn-txt{
    font-size: 14px;
    color: #3EAAE9;
    font-weight: 600;
  }
  .upmatome__btn-subtxt{
    color: #707070;
    font-size: 12px;
  }
  .jiyukenkyu-labo__bottom-area {
    position: relative;
    background-color: #fff;
    z-index: 3;
  }
  .jiyukenkyu-labo__desc {
    font-size: 16px;
    margin-bottom: 0.8em;
    font-weight: 600;
  }
  .jiyukenkyu-labo__desc--center {
    text-align: center;
  }
  .jiyukenkyu-labo__link-area {
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
  }
  .jiyukenkyu-labo__bnr-link {
    display: block;
  }
  .jiyukenkyu-labo__bnr-img {
    width: 265px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .jiyukenkyu-labo__bnr-img:not(:last-child){
    margin-bottom: 0;
  }

}




/*
========================================
modal
========================================
*/
/* pc */
@media(min-width:741px){
  .modal{
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .modal.is-active{
    opacity: 1;
    visibility: visible;
  }
  .modal-bg{
    background-color: #71ADCF;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal-content{
    width: 860px;
    height: 95vh;
    max-height: 840px;
    background-color: #fff;
    border-radius: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .modal-bg,
  .modal-close{
    cursor: pointer;
  }
  .modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }
  .modal-close svg {
    width: 22px !important;
    height: 22px !important;
  }
  .modal__tags{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .modal__tags > li{
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    text-align: center;
    border-radius: 20px;
    color: #0070CB;
    border: #0070CB 1px solid ;
  }
  .modal__tags > li:not(:last-of-type){
    margin-right: 15px;
  }
  .modal__main{
    padding-bottom: 100px;
  }
  .modal__slider{
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .modal__slider-item{
    text-align: center;
  }
  .is-column .modal__slider-item{
    height: 350px;
  }
  .is-low .modal__slider-item{
    height: 248px;
  }
  .modal__slider-img{
    height: 100%;
    -webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.3);
            box-shadow: 0 0px 8px rgba(0,0,0,0.3);
  }
  .modal__main-txtarea{
    position: relative;
  }
  .swiper-pagination {
    left: 50%;
    bottom: 0;
    transform: translate3d(0,0,0) translateX(-50%);
  }
  .swiper-pagination-bullet{
    background: #999;
    margin-right: 13px;
    width: 10px;
    height: 10px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #AED7EF;
  }
  .modal__main-ttl{
    font-size: 21px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
  }
  .modal__main-list > li{
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal__main-list > li::before{
    content: "";
    background-color: rgba(32, 60, 154, 0.44);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 5px;
  }
  .modal__main-btn{
    width: 252px;
    padding: 18px 0px;
    background-color: #3EAAE9;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #fff !important;
    text-align:center;
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.18);
  }
  .modal__main-btn:hover {
    background-color: #fff;
    color: #3EAAE9 !important;
  }
  .swiper-slide{
    opacity: 0.4;
  }
  .swiper-slide.swiper-slide-active{
    opacity: 1;
  }
}
/* sp */
@media(max-width:740px){
  .modal{
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .modal.is-active{
    opacity: 1;
    visibility: visible;
  }
  .modal-bg{
    background-color: #71ADCF;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal-content{
    max-width: 345px;
    width: 92vw;
    height: 85vh;
    background-color: #fff;
    border-radius: 20px;
    overflow: auto;
    padding: 30px 25px 65px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .modal-content-wrap{
    position: relative;
  }
  .modal-bg,
  .modal-close{
    cursor: pointer;
  }
  .modal-close{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #3EAAE9;
    font-size: 16px;
  }
  .modal-close svg {
    width: 15px !important;
    height: 15px !important;
    margin-right: 10px;
  }
  .modal__tags{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 5px;
  }
  .modal__tags > li{
    font-size: 10px;
    font-weight: bold;
    padding: 2px 10px;
    text-align: center;
    border-radius: 20px;
    color: #0070CB;
    border: #0070CB 1px solid ;
    margin-bottom: 10px;
  }
  .modal__tags > li:not(:last-of-type){
    margin-right: 6px;
  }
  .modal__main{
    margin-bottom: 31px;
  }
  .modal__slider{
    /* max-width: 244px; */
    width: 100% !important;
    margin: 0px auto 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
  }
  .modal__slider-item{
    text-align: center;
    padding: 5px;
  }
  /* .is-low .modal__slider-item {
    height: 50.33vw;
  } */
  /* .is-column .modal__slider-item {
    height: 111.33vw;
  } */
  .modal__slider-img{
    width: 100%;
    -webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.3);
            box-shadow: 0 0px 8px rgba(0,0,0,0.3);
  }
  .is-low .modal__slider-img{
    height: 100%;
  }
  .swiper-pagination {
    left: 50%;
    bottom: 0;
    transform: translate3d(0,0,0) translateX(-50%);
  }
  .swiper-pagination-bullet{
    background: #999;
    margin-right: 10px;
    width: 8px;
    height: 8px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #71ADCF;
  }
  .modal__main-txtarea{
    width: 100%;
  }

  .modal__main-ttl{
    font-size: 15px;
    font-weight: bold;
    line-height: 13px;
    margin-bottom: 9px;
    text-align: center;
  }
  .modal__main-list > li{
    font-size: 11.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 265px;
    margin:auto;
  }
  .modal__main-list > li::before{
    content: "";
    background-color: rgba(32, 60, 154, 0.44);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 5px;
  }
  .modal__main-btn{
    max-width: 250px;
    width: 66.67vw;
    display: block;
    margin: 13px auto 0px;
    padding: 9px 0px 10px;
    background-color: #3EAAE9;
    border-radius: 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    color: #fff !important;
    text-align:center;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.18);
  }
  .modal__main-btn:hover {
    background-color: #fff;
    color: #3EAAE9 !important;
  }
  .swiper-slide{
    opacity: 0.4;
  }
  .swiper-slide.swiper-slide-active{
    opacity: 1;
  }
}




/*
========================================
modal__common
========================================
*/
/* pc */
@media(min-width:741px){
  .modal__common{
    background-color: #EEFAFF;
    max-width: 760px;
    width: 100%;
    padding: 32px 76px;
    margin: 40px auto 0;
    border-radius: 10px;
  }
  .modal__common-unit{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
  }
  .moda__common-ttl{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
  }
  .moda__common-img{
    width: 190px;
    height: 137px;
    margin-right: 20px;
    border-radius: 10px;
  }
  .modal__common-txt{
    font-size: 14px;
    margin-bottom: 18px;
  }
  .modal__common-weak{
    font-size: 12px;
    color: #515151;
    padding-left: 1em;
    text-indent: -1em;
  }
  .modal__common-weak::before {
    content: "※";
  }
  .modal__common-btn{
    padding: 23px 0px 26px;
    margin:auto;
    border-radius: 15px;
    width: 543px;
    display: block;
    text-align: center;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  }
  .modal__common-btn:hover,
  .modal__common-btn:focus,
  .modal__common-btn:active {
    background-color: #203C99;
  }
  .modal__common-sub,
  .modal__common-main{
    display: block;
  }
  .modal__common-sub{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
    color: #515151;
  }
  .modal__common-btn:hover .modal__common-sub,
  .modal__common-btn:focus .modal__common-sub,
  .modal__common-btn:active .modal__common-sub {
    color: #fff;
  }
  .modal__common-main{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #203C99;
  }
  .modal__common-btn:hover .modal__common-main,
  .modal__common-btn:focus .modal__common-main,
  .modal__common-btn:active .modal__common-main {
    color: #fff;
  }
  .modal__common-btn svg{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .modal__common-btn:hover path,
  .modal__common-btn:focus path,
  .modal__common-btn:active path {
    stroke: #fff;
  }
  .modal__common-PR{
    position: absolute;
    font-size: 10px;
    color: #FFF;
    background-color: #A7A7A7;
    padding: 0px 3px;
    left: 147px;
    top: 27px;
  }
}
/* sp */
@media(max-width:740px){
  .modal__common{
    background-color: #F1FBFF;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
  .modal__common-unit{
    width: 100%;
  }
  .moda__common-ttl{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  .moda__common-img{
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 12px auto;
  }
  .modal__common-txt{
    font-size: 12px;
  }
  .modal__common-weak{
    font-size: 10px;
    color: #515151;
    padding-left: 1em;
    text-indent: -1em;
  }
  .modal__common-weak::before {
    content: "※";
  }
  .modal__common-btn{
    padding: 13px 0px;
    margin:auto;
    border-radius: 15px;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  }
  .modal__common-btn:hover,
  .modal__common-btn:focus,
  .modal__common-btn:active {
    background-color: #203C99;
  }
  .modal__common-sub,
  .modal__common-main{
    display: block;
  }
  .modal__common-sub{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
    color: #515151;
  }
  .modal__common-btn:hover .modal__common-sub,
  .modal__common-btn:focus .modal__common-sub,
  .modal__common-btn:active .modal__common-sub {
    color: #fff;
  }
  .modal__common-main{
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    color: #203C99;
  }
  .modal__common-btn:hover .modal__common-main,
  .modal__common-btn:focus .modal__common-main,
  .modal__common-btn:active .modal__common-main {
    color: #fff;
  }
  .modal__common-btn svg{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 23px;
  }
  .modal__common-btn:hover path,
  .modal__common-btn:focus path,
  .modal__common-btn:active path {
    stroke: #fff;
  }
  .modal__common-PR{
    position: absolute;
    font-size: 10px;
    color: #FFF;
    background-color: #A7A7A7;
    padding: 0px 3px;
    left: 10px;
    top: 31px;
  }
}
@media(max-width:320px){
  .modal__common-main{
    font-size: 13px;
  }
  .modal__common-btn svg{
    width: 10px;
    height: 18px;
  }
}