@charset "UTF-8";
@media screen and (min-width: 1081px), print {
  .iitokoro h3 {
    font-size: 2.8rem;
    line-height: 1;
    color: #780e00;
    font-weight: normal;
    margin-bottom: 45px;
  }
  .iitokoro h3 span {
    display: inline-block;
    background: #f4eceb;
    padding: 11px;
  }
  .iitokoro h3 span:not(:first-child) {
    margin-top: 8px;
  }
  .iitokoro_slogan {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .iitokoro_slogan::before {
    content: "";
    width: 1px;
    height: 128px;
    background: #b5b5b5;
    display: inline-block;
    margin-bottom: 31px;
    margin-top: -69px;
  }
  .iitokoro_slogan_box {
    font-size: 2.2rem;
    line-height: 40px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .iitokoro_slogan_box::before, .iitokoro_slogan_box::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: url("../img/iitokoro/icon_plus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -5px;
    z-index: 2;
  }
  .iitokoro_slogan_box::before {
    left: -5px;
  }
  .iitokoro_slogan_box::after {
    right: -5px;
  }
  .iitokoro_slogan_box_i {
    padding: 21px 71px 17px;
    border: 1px solid #dcdcdc;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .iitokoro_slogan_box_i::before, .iitokoro_slogan_box_i::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: url("../img/iitokoro/icon_plus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -5px;
  }
  .iitokoro_slogan_box_i::before {
    left: -5px;
  }
  .iitokoro_slogan_box_i::after {
    right: -5px;
  }
  .iitokoro_slogan_txt {
    font-size: 1.8rem;
    line-height: 34px;
    text-align: center;
    margin-top: 27px;
  }
  .iitokoro_goodness {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 76px;
  }
  .iitokoro_goodness_l {
    width: 530px;
    padding: 0 58px 0 0;
  }
  .iitokoro_goodness_l h3 span:not(:first-child) {
    margin-top: 8px;
  }
  .iitokoro_goodness_l p {
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 26px;
    color: #000;
  }
  .iitokoro_goodness_l p a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_goodness_l p a:hover {
    opacity: 0.8;
  }
  .iitokoro_goodness_r {
    width: -webkit-calc(100% - 530px);
    width: -moz-calc(100% - 530px);
    width: calc(100% - 530px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 62px 0 0;
  }
  .iitokoro_goodness_r::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 66px;
    background: url("../img/iitokoro/icon_doc.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 200px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .iitokoro_goodness_r dl {
    width: 160px;
  }
  .iitokoro_goodness_r dl dt {
    font-size: 1.6rem;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #780e00;
  }
  .iitokoro_goodness_r dl dd figure {
    text-align: center;
  }
  .iitokoro_goodness_r dl dd figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .iitokoro_goodness_r dl dd figure figcaption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 4rem;
    line-height: 1;
    color: #780e00;
    font-weight: bold;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .iitokoro_goodness_r dl dd figure figcaption span {
    font-size: 7.2rem;
    line-height: 0.9;
    font-weight: 500;
    color: #780e00;
    font-family: "Barlow Semi Condensed", sans-serif;
  }
  .iitokoro_goodness_r dl:nth-of-type(1) dd {
    margin-top: 24px;
  }
  .iitokoro_goodness_r dl:nth-of-type(1) dd figcaption {
    margin-top: 10px;
  }
  .iitokoro_goodness_r dl:nth-of-type(2) dd {
    margin-top: 15px;
  }
  .iitokoro_distance {
    margin-top: 72px;
  }
  .iitokoro_distance h3 {
    text-align: center;
  }
  .iitokoro_distance h3 span {
    display: inline-block;
    background: #f4eceb;
    padding: 11px;
  }
  .iitokoro_distance h3 span:not(:first-child) {
    margin-top: 8px;
  }
  .iitokoro_distance section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .iitokoro_distance section:not(:first-of-type) {
    margin-top: 46px;
  }
  .iitokoro_distance section figure {
    width: -webkit-calc(100% - 580px);
    width: -moz-calc(100% - 580px);
    width: calc(100% - 580px);
  }
  .iitokoro_distance section figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .iitokoro_distance section ._right {
    width: 580px;
  }
  .iitokoro_distance section ._right h4 {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    padding: 0 0 17px 0;
    position: relative;
  }
  .iitokoro_distance section ._right h4::after {
    position: absolute;
    content: "";
    width: 56px;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0;
  }
  .iitokoro_distance section ._right p {
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 15px;
  }
  .iitokoro_distance section ._right p a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_distance section ._right p a:hover {
    opacity: 0.8;
  }
  .iitokoro_distance section:nth-of-type(1) figure {
    padding: 0 0 0 16px;
  }
  .iitokoro_distance section:nth-of-type(2) figure {
    padding: 0 0 0 34px;
  }
  .iitokoro_distance section:nth-of-type(3) figure {
    padding: 0 0 0 61px;
  }
  .iitokoro_rate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 72px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .iitokoro_rate_l {
    width: 405px;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .iitokoro_rate_l h3 {
    margin-bottom: 16px;
    text-align: center;
  }
  .iitokoro_rate_l h3 span {
    width: 100%;
  }
  .iitokoro_rate_l p {
    font-size: 1.6rem;
    line-height: 30px;
    word-break: break-all;
  }
  .iitokoro_rate_r {
    width: 470px;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .iitokoro_rate_r dl dt {
    text-align: center;
    font-size: 1.6rem;
    line-height: 34px;
    background: #780e00;
    color: #fff;
    color: #fff;
    font-weight: bold;
  }
  .iitokoro_rate_r dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #d6b6b2;
  }
  .iitokoro_rate_r dl dd span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 264px;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    font-size: 2.8rem;
    font-weight: bold;
    color: #780e00;
    position: relative;
  }
  .iitokoro_rate_r dl dd span:after {
    content: '';
    width: 24px;
    height: 12px;
    background: -webkit-radial-gradient(#780e00 35%, transparent 35%);
    background: -moz- oldradial-gradient(#780e00 35%, transparent 35%);
    background: radial-gradient(#780e00 35%, transparent 35%);
    -moz-background-size: 12px 12px;
         background-size: 12px 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -40px;
  }
  .iitokoro_rate_r dl dd em {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: -webkit-calc(100% - 264px);
    width: -moz-calc(100% - 264px);
    width: calc(100% - 264px);
    font-size: 8.6rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #780e00;
    font-style: normal;
  }
  .iitokoro_rate_r dl dd em::after {
    content: "%";
    font-size: 4rem;
    line-height: 1;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #780e00;
  }
  .iitokoro_campus {
    margin-top: 79px;
  }
  .iitokoro_campus h3 {
    text-align: center;
    margin-bottom: 26px;
  }
  .iitokoro_campus p {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .iitokoro_campus p a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_campus p a:hover {
    opacity: 0.8;
  }
  .iitokoro_campus_real {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f3f3f3;
    margin: 28px 0;
    padding: 35px 30px;
    width: 944px;
  }
  .iitokoro_campus_real_r {
    margin-left: 38px;
  }
  .iitokoro_campus_real_r h4 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .iitokoro_campus_real_r h4:after {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    margin: 14px 0;
    background-color: #780e00;
  }
  .iitokoro_campus_real_world {
    padding-top: 28px;
    padding-left: 108px;
    position: relative;
  }
  .iitokoro_campus_real_world:before {
    position: absolute;
    content: "";
    display: block;
    width: 72px;
    height: 83px;
    background: url(../img/iitokoro/icon_strawberry.png) no-repeat left center;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 10px;
  }
  .iitokoro_campus_gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin: 14px -10px 0;
  }
  .iitokoro_campus_gallery a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_campus_gallery a:hover {
    opacity: 0.8;
  }
  .iitokoro_campus_gallery figure {
    width: 300px;
    margin: 0 10px;
  }
  .iitokoro_campus_gallery figure figcaption {
    font-size: 1.4rem;
    line-height: 34px;
    text-align: center;
    margin-top: 4px;
  }
  .iitokoro_campus_gallery figure:not(:nth-child(-n+3)) {
    margin-top: 18px;
  }
  .iitokoro_access {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 87px;
  }
  .iitokoro_access h3 {
    width: 100%;
    margin-bottom: 21px;
  }
  .iitokoro_access_l {
    width: -webkit-calc(100% - 464px);
    width: -moz-calc(100% - 464px);
    width: calc(100% - 464px);
    padding: 0 19px 0 0;
  }
  .iitokoro_access_l p {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .iitokoro_access_l p + p {
    margin-top: 20px;
  }
  .iitokoro_access_r {
    width: 464px;
  }
  .iitokoro_relax {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 72px;
  }
  .iitokoro_relax figure {
    width: -webkit-calc(100% - 470px);
    width: -moz-calc(100% - 470px);
    width: calc(100% - 470px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 43px;
  }
  .iitokoro_relax figure img {
    width: 124px;
    height: auto;
  }
  .iitokoro_relax figure figcaption {
    font-size: 4rem;
    line-height: 1;
    color: #780e00;
    font-weight: bold;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 110px 0 0 0;
    margin-right: 59px;
  }
  .iitokoro_relax figure figcaption::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 82px;
    background: url("../img/iitokoro/icon_rec.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .iitokoro_relax figure figcaption span {
    font-size: 7.2rem;
    line-height: 1;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
  }
  .iitokoro_relax_r {
    width: 470px;
  }
  .iitokoro_relax_r h3 {
    margin-bottom: 30px;
  }
  .iitokoro_relax_r p {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .iitokoro_relax_r p + p {
    margin-top: 20px;
  }
  .iitokoro_region {
    margin-top: 81px;
    padding-bottom: 97px;
  }
  .iitokoro_region h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .iitokoro_region p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .iitokoro_region p a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_region p a:hover {
    opacity: 0.8;
  }
  .iitokoro_region figure {
    text-align: center;
    padding: 27px 0 0;
  }
  .iitokoro_region figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .iitokoro_region figure figcaption {
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 14px;
  }
  .iitokoro_brand {
    background-color: #f7f1f0;
    padding: 72px 0 150px;
  }
  .iitokoro_brand a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_brand a:hover {
    opacity: 0.8;
  }
  .iitokoro_brand_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .iitokoro_brand_item {
    width: 50%;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .iitokoro_brand_item .img {
    height: 230px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .iitokoro_brand_item .img img {
    max-height: 100%;
    width: auto;
  }
  .iitokoro_brand_item .text {
    text-align: left;
  }
  .iitokoro_brand_item h4 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  .iitokoro_brand_item h4:after {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    margin: 14px auto;
    background-color: #780e00;
  }
  .iitokoro_brand_item p {
    font-size: 1.6rem;
    line-height: 32px;
  }
  .iitokoro_brand_item:nth-of-type(1) {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 70px;
  }
  .iitokoro_brand_item:nth-of-type(1) .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .iitokoro_brand_item:nth-of-type(1) .text {
    width: 585px;
  }
  .iitokoro_brand_item:nth-of-type(1) .text h4 {
    text-align: left;
  }
  .iitokoro_brand_item:nth-of-type(1) .text h4:after {
    margin-left: 0;
  }
  .iitokoro_brand_item:nth-of-type(2) {
    padding-right: 30px;
  }
  .iitokoro_brand_item:nth-of-type(3) {
    padding-left: 30px;
  }
  .iitokoro_brand_item:nth-of-type(3) .img {
    padding-bottom: 10px;
  }
  .iitokoro_brand_other {
    margin-top: 45px;
  }
  .iitokoro_brand_other li {
    font-size: 1.6rem;
    border-bottom: 1px dotted #979797;
    padding: 15px;
    position: relative;
  }
  .iitokoro_brand_other li:first-of-type {
    border-top: 1px dotted #979797;
  }
  .iitokoro_brand_other li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    background-color: #780e00;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .iitokoro h3 {
    font-size: 2.59259vw;
    line-height: 1;
    color: #780e00;
    font-weight: normal;
    margin-bottom: 5.85938vw;
  }
  .iitokoro h3 span {
    display: inline-block;
    background: #f4eceb;
    padding: 0.92593vw;
  }
  .iitokoro h3 span:not(:first-child) {
    margin-top: 0.74074vw;
  }
  .iitokoro_slogan {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .iitokoro_slogan::before {
    content: "";
    width: 1px;
    height: 11.85185vw;
    background: #b5b5b5;
    display: inline-block;
    margin-bottom: 2.87037vw;
    margin-top: -6.48148vw;
  }
  .iitokoro_slogan_box {
    font-size: 2.03704vw;
    line-height: 3.7037vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .iitokoro_slogan_box::before, .iitokoro_slogan_box::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: url("../img/iitokoro/icon_plus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -5px;
    z-index: 2;
  }
  .iitokoro_slogan_box::before {
    left: -5px;
  }
  .iitokoro_slogan_box::after {
    right: -5px;
  }
  .iitokoro_slogan_box_i {
    padding: 1.85185vw 6.48148vw;
    border: 1px solid #dcdcdc;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .iitokoro_slogan_box_i::before, .iitokoro_slogan_box_i::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: url("../img/iitokoro/icon_plus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -5px;
  }
  .iitokoro_slogan_box_i::before {
    left: -5px;
  }
  .iitokoro_slogan_box_i::after {
    right: -5px;
  }
  .iitokoro_slogan_txt {
    font-size: 1.66667vw;
    line-height: 3.14815vw;
    text-align: center;
    margin-top: 2.5vw;
  }
  .iitokoro_goodness {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 7.03704vw;
  }
  .iitokoro_goodness_l {
    width: 58.33333vw;
    padding: 0 5.37037vw 0 0;
  }
  .iitokoro_goodness_l h3 span:not(:first-child) {
    margin-top: 8px;
  }
  .iitokoro_goodness_l p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    margin-top: 2.40741vw;
    color: #000;
  }
  .iitokoro_goodness_l p a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_goodness_r {
    width: -webkit-calc(100% - 58.33333vw);
    width: -moz-calc(100% - 58.33333vw);
    width: calc(100% - 58.33333vw);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 5.74074vw 0 0;
  }
  .iitokoro_goodness_r::before {
    position: absolute;
    content: "";
    width: 1.66667vw;
    height: 6.11111vw;
    background: url("../img/iitokoro/icon_doc.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 18.51852vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .iitokoro_goodness_r dl {
    width: 14.81481vw;
  }
  .iitokoro_goodness_r dl dt {
    font-size: 1.48148vw;
    line-height: 3.14815vw;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #780e00;
  }
  .iitokoro_goodness_r dl dd figure {
    text-align: center;
  }
  .iitokoro_goodness_r dl dd figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .iitokoro_goodness_r dl dd figure figcaption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 3.7037vw;
    line-height: 1;
    color: #780e00;
    font-weight: bold;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .iitokoro_goodness_r dl dd figure figcaption span {
    font-size: 6.66667vw;
    line-height: 0.9;
    font-weight: 500;
    color: #780e00;
    font-family: "Barlow Semi Condensed", sans-serif;
  }
  .iitokoro_goodness_r dl:nth-of-type(1) dd {
    margin-top: 2.22222vw;
  }
  .iitokoro_goodness_r dl:nth-of-type(1) dd figcaption {
    margin-top: 0.92593vw;
  }
  .iitokoro_goodness_r dl:nth-of-type(2) dd {
    margin-top: 1.38889vw;
  }
  .iitokoro_distance {
    margin-top: 9.11458vw;
  }
  .iitokoro_distance h3 {
    text-align: center;
  }
  .iitokoro_distance section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .iitokoro_distance section:not(:first-of-type) {
    margin-top: 4.25926vw;
  }
  .iitokoro_distance section figure {
    width: -webkit-calc(100% - 53.7037vw);
    width: -moz-calc(100% - 53.7037vw);
    width: calc(100% - 53.7037vw);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .iitokoro_distance section figure img {
    width: 40%;
    height: auto;
  }
  .iitokoro_distance section ._right {
    width: 53.7037vw;
  }
  .iitokoro_distance section ._right h4 {
    font-size: 1.66667vw;
    line-height: 1;
    font-weight: bold;
    padding: 0 0 1.57407vw 0;
    position: relative;
  }
  .iitokoro_distance section ._right h4::after {
    position: absolute;
    content: "";
    width: 5.18519vw;
    height: 0.18519vw;
    background: #000;
    left: 0;
    bottom: 0;
  }
  .iitokoro_distance section ._right p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    margin-top: 1.38889vw;
  }
  .iitokoro_distance section ._right p a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_distance section:nth-of-type(1) figure {
    padding: 0 0 0 1.48148vw;
  }
  .iitokoro_distance section:nth-of-type(2) figure {
    padding: 0 0 0 3.14815vw;
  }
  .iitokoro_distance section:nth-of-type(3) figure {
    padding: 0 0 0 5.64815vw;
  }
  .iitokoro_rate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.66667vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .iitokoro_rate_l {
    width: 37.5vw;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .iitokoro_rate_l h3 {
    margin-bottom: 1.48148vw;
    text-align: center;
  }
  .iitokoro_rate_l h3 span {
    width: 100%;
  }
  .iitokoro_rate_l p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    word-break: break-all;
  }
  .iitokoro_rate_r {
    width: 45.18519vw;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .iitokoro_rate_r dl dt {
    text-align: center;
    font-size: 1.48148vw;
    line-height: 3.14815vw;
    background: #780e00;
    color: #fff;
    color: #fff;
    font-weight: bold;
  }
  .iitokoro_rate_r dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #d6b6b2;
  }
  .iitokoro_rate_r dl dd span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: right;
    width: 27.77778vw;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 2.59259vw;
    line-height: 3.14815vw;
    font-weight: bold;
    color: #780e00;
    margin-right: 4.44444vw;
    position: relative;
  }
  .iitokoro_rate_r dl dd span:after {
    content: '';
    width: 2.96296vw;
    height: 1.48148vw;
    background: -webkit-radial-gradient(#780e00 35%, transparent 35%);
    background: -moz- oldradial-gradient(#780e00 35%, transparent 35%);
    background: radial-gradient(#780e00 35%, transparent 35%);
    -moz-background-size: 1.48148vw 1.48148vw;
         background-size: 1.48148vw 1.48148vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -4.44444vw;
  }
  .iitokoro_rate_r dl dd em {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: -webkit-calc(100% - 27.77778vw);
    width: -moz-calc(100% - 27.77778vw);
    width: calc(100% - 27.77778vw);
    font-size: 7.96296vw;
    line-height: 1;
    font-weight: 500;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #780e00;
    font-style: normal;
  }
  .iitokoro_rate_r dl dd em::after {
    content: "%";
    font-size: 3.7037vw;
    line-height: 1;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #780e00;
  }
  .iitokoro_campus {
    margin-top: 7.40741vw;
  }
  .iitokoro_campus h3 {
    text-align: center;
    margin-bottom: 2.40741vw;
  }
  .iitokoro_campus p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .iitokoro_campus p a {
    color: #0099e8;
  }
  .iitokoro_campus_real {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f3f3f3;
    margin: 2.59259vw 0;
    padding: 3.24074vw 2.77778vw;
  }
  .iitokoro_campus_real_r {
    margin-left: 3.51852vw;
  }
  .iitokoro_campus_real_r h4 {
    font-size: 1.66667vw;
    font-weight: bold;
  }
  .iitokoro_campus_real_r h4:after {
    content: "";
    display: block;
    width: 5.18519vw;
    height: 0.18519vw;
    margin: 1.2963vw 0;
    background-color: #780e00;
  }
  .iitokoro_campus_real_world {
    padding-top: 2.59259vw;
    padding-left: 10vw;
    position: relative;
  }
  .iitokoro_campus_real_world:before {
    position: absolute;
    content: "";
    display: block;
    width: 6.66667vw;
    height: 7.68519vw;
    background: url(../img/iitokoro/icon_strawberry.png) no-repeat left center;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0.92593vw;
  }
  .iitokoro_campus_gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: -webkit-calc(100% + 1.85185vw);
    width: -moz-calc(100% + 1.85185vw);
    width: calc(100% + 1.85185vw);
    margin: 1.2963vw -0.92593vw 0;
  }
  .iitokoro_campus_gallery a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_campus_gallery figure {
    width: 33%;
    padding: 0 0.92593vw;
  }
  .iitokoro_campus_gallery figure img {
    width: 100%;
    height: auto;
  }
  .iitokoro_campus_gallery figure figcaption {
    font-size: 1.2963vw;
    line-height: 3.14815vw;
    text-align: center;
    margin-top: 0.37037vw;
  }
  .iitokoro_campus_gallery figure:not(:nth-child(-n+3)) {
    margin-top: 1.66667vw;
  }
  .iitokoro_access {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 8.05556vw;
  }
  .iitokoro_access h3 {
    width: 100%;
    margin-bottom: 1.94444vw;
  }
  .iitokoro_access_l {
    width: -webkit-calc(100% - 42.96296vw);
    width: -moz-calc(100% - 42.96296vw);
    width: calc(100% - 42.96296vw);
    padding: 0 1.75926vw 0 0;
  }
  .iitokoro_access_l p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .iitokoro_access_l p + p {
    margin-top: 1.85185vw;
  }
  .iitokoro_access_r {
    width: 42.96296vw;
  }
  .iitokoro_access_r img {
    width: 100%;
    height: auto;
  }
  .iitokoro_relax {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 6.66667vw;
  }
  .iitokoro_relax figure {
    width: -webkit-calc(100% - 43.51852vw);
    width: -moz-calc(100% - 43.51852vw);
    width: calc(100% - 43.51852vw);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 3.98148vw;
  }
  .iitokoro_relax figure img {
    width: 11.48148vw;
    height: auto;
  }
  .iitokoro_relax figure figcaption {
    font-size: 3.7037vw;
    line-height: 1;
    color: #780e00;
    font-weight: bold;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 10.18519vw 0 0 0;
    margin-right: 5.46296vw;
  }
  .iitokoro_relax figure figcaption::before {
    position: absolute;
    content: "";
    width: 6.48148vw;
    height: 7.59259vw;
    background: url("../img/iitokoro/icon_rec.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .iitokoro_relax figure figcaption span {
    font-size: 6.66667vw;
    line-height: 1;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
  }
  .iitokoro_relax_r {
    width: 43.51852vw;
  }
  .iitokoro_relax_r h3 {
    margin-bottom: 2.77778vw;
  }
  .iitokoro_relax_r p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .iitokoro_relax_r p + p {
    margin-top: 1.85185vw;
  }
  .iitokoro_region {
    margin-top: 7.5vw;
    padding-bottom: 8.98148vw;
  }
  .iitokoro_region h3 {
    text-align: center;
    margin-bottom: 1.85185vw;
  }
  .iitokoro_region p {
    text-align: center;
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .iitokoro_region p a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_region figure {
    text-align: center;
    padding: 2.5vw 0 0;
  }
  .iitokoro_region figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .iitokoro_region figure figcaption {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    margin-top: 3.7037vw;
  }
  .iitokoro_brand {
    background-color: #f7f1f0;
    padding: 6.66667vw 0 13.88889vw;
  }
  .iitokoro_brand a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_brand_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .iitokoro_brand_item {
    width: 50%;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .iitokoro_brand_item .img {
    height: 21.2963vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .iitokoro_brand_item .img img {
    height: 100%;
    width: auto;
  }
  .iitokoro_brand_item .text {
    text-align: left;
  }
  .iitokoro_brand_item h4 {
    font-size: 1.66667vw;
    font-weight: bold;
    text-align: center;
  }
  .iitokoro_brand_item h4:after {
    content: "";
    display: block;
    width: 5.18519vw;
    height: 0.18519vw;
    margin: 1.2963vw auto;
    background-color: #780e00;
  }
  .iitokoro_brand_item p {
    font-size: 1.48148vw;
    line-height: 2.96296vw;
  }
  .iitokoro_brand_item:nth-of-type(1) {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6.48148vw;
  }
  .iitokoro_brand_item:nth-of-type(1) .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .iitokoro_brand_item:nth-of-type(1) .text {
    width: 54.16667vw;
  }
  .iitokoro_brand_item:nth-of-type(1) .text h4 {
    text-align: left;
  }
  .iitokoro_brand_item:nth-of-type(1) .text h4:after {
    margin-left: 0;
  }
  .iitokoro_brand_item:nth-of-type(2) {
    padding-right: 2.77778vw;
  }
  .iitokoro_brand_item:nth-of-type(3) {
    padding-left: 2.77778vw;
  }
  .iitokoro_brand_item:nth-of-type(3) .img {
    padding-bottom: 0.92593vw;
  }
  .iitokoro_brand_other {
    margin-top: 4.16667vw;
  }
  .iitokoro_brand_other li {
    font-size: 1.48148vw;
    border-bottom: 1px dotted #979797;
    padding: 1.38889vw;
    position: relative;
  }
  .iitokoro_brand_other li:first-of-type {
    border-top: 1px dotted #979797;
  }
  .iitokoro_brand_other li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.46296vw;
    height: 0.46296vw;
    background-color: #780e00;
  }
}

@media screen and (max-width: 767px) {
  .iitokoro h3 {
    font-size: 5.10417vw;
    line-height: 1.5;
    color: #780e00;
    font-weight: normal;
    margin-bottom: 5.85938vw;
  }
  .iitokoro h3 span {
    display: inline-block;
    background: #f4eceb;
    padding: 1.43229vw;
  }
  .iitokoro h3 span:not(:first-child) {
    margin-top: 1.5625vw;
  }
  .iitokoro_slogan {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .iitokoro_slogan::before {
    content: "";
    width: 1px;
    height: 16.66667vw;
    background: #b5b5b5;
    display: inline-block;
    margin-bottom: 4.03646vw;
    margin-top: -9.11458vw;
  }
  .iitokoro_slogan_box {
    font-size: 4.29688vw;
    line-height: 1.5;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .iitokoro_slogan_box::before, .iitokoro_slogan_box::after {
    position: absolute;
    content: "";
    width: 2.86458vw;
    height: 2.86458vw;
    background: url("../img/iitokoro/icon_plus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -1.30208vw;
    z-index: 2;
  }
  .iitokoro_slogan_box::before {
    left: -1.30208vw;
  }
  .iitokoro_slogan_box::after {
    right: -1.30208vw;
  }
  .iitokoro_slogan_box_i {
    padding: 2.60417vw 9.11458vw;
    border: 1px solid #dcdcdc;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .iitokoro_slogan_box_i::before, .iitokoro_slogan_box_i::after {
    position: absolute;
    content: "";
    width: 2.86458vw;
    height: 2.86458vw;
    background: url("../img/iitokoro/icon_plus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -1.30208vw;
  }
  .iitokoro_slogan_box_i::before {
    left: -1.30208vw;
  }
  .iitokoro_slogan_box_i::after {
    right: -1.30208vw;
  }
  .iitokoro_slogan_txt {
    font-size: 3.51563vw;
    line-height: 1.5;
    text-align: center;
    margin-top: 3.90625vw;
  }
  .iitokoro_goodness {
    margin-top: 9.11458vw;
  }
  .iitokoro_goodness_l {
    width: 100%;
  }
  .iitokoro_goodness_l h3 {
    color: #780e00;
    font-weight: normal;
  }
  .iitokoro_goodness_l h3 span {
    display: inline-block;
    background: #f4eceb;
  }
  .iitokoro_goodness_l p {
    font-size: 4.16667vw;
    line-height: 1.5;
    margin-top: 2.60417vw;
    color: #000;
  }
  .iitokoro_goodness_l p a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_goodness_r {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 7.8125vw 0 0;
  }
  .iitokoro_goodness_r::before {
    position: absolute;
    content: "";
    width: 2.34375vw;
    height: 8.59375vw;
    background: url("../img/iitokoro/icon_doc.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 32.55208vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .iitokoro_goodness_r dl {
    width: 41.66667vw;
  }
  .iitokoro_goodness_r dl dt {
    font-size: 4.16667vw;
    line-height: 8.85417vw;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #780e00;
  }
  .iitokoro_goodness_r dl dd figure {
    text-align: center;
  }
  .iitokoro_goodness_r dl dd figure img {
    width: 50%;
    height: auto;
  }
  .iitokoro_goodness_r dl dd figure figcaption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 10.41667vw;
    line-height: 1;
    color: #780e00;
    font-weight: bold;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .iitokoro_goodness_r dl dd figure figcaption span {
    font-size: 18.75vw;
    line-height: 0.9;
    font-weight: 500;
    color: #780e00;
    font-family: "Barlow Semi Condensed", sans-serif;
  }
  .iitokoro_goodness_r dl:nth-of-type(1) dd {
    margin-top: 6.25vw;
  }
  .iitokoro_goodness_r dl:nth-of-type(1) dd figcaption {
    margin-top: 2.60417vw;
  }
  .iitokoro_goodness_r dl:nth-of-type(2) dd {
    margin-top: 4.55729vw;
  }
  .iitokoro_distance {
    margin-top: 9.11458vw;
  }
  .iitokoro_distance h3 {
    text-align: center;
    font-size: 5.10417vw;
  }
  .iitokoro_distance section:not(:first-of-type) {
    margin-top: 5.98958vw;
  }
  .iitokoro_distance section figure {
    text-align: center;
  }
  .iitokoro_distance section figure img {
    width: 35%;
    height: auto;
  }
  .iitokoro_distance section ._right {
    width: 100%;
    margin-top: 3.90625vw;
  }
  .iitokoro_distance section ._right h4 {
    font-size: 4.6875vw;
    line-height: 1;
    font-weight: bold;
    padding: 0 0 2.60417vw 0;
    position: relative;
  }
  .iitokoro_distance section ._right h4::after {
    position: absolute;
    content: "";
    width: 14.58333vw;
    height: 0.52083vw;
    background: #000;
    left: 0;
    bottom: 0;
  }
  .iitokoro_distance section ._right p {
    font-size: 4.16667vw;
    line-height: 1.5;
    margin-top: 2.60417vw;
  }
  .iitokoro_distance section ._right p a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_rate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 9.11458vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .iitokoro_rate_l {
    width: 100%;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 5.20833vw;
  }
  .iitokoro_rate_l h3 {
    margin-bottom: 3.90625vw;
    text-align: center;
  }
  .iitokoro_rate_l h3 span {
    width: 100%;
  }
  .iitokoro_rate_l p {
    font-size: 4.16667vw;
    line-height: 30px;
    word-break: break-all;
  }
  .iitokoro_rate_r {
    width: 100%;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .iitokoro_rate_r dl dt {
    text-align: center;
    font-size: 4.16667vw;
    line-height: 8.85417vw;
    background: #780e00;
    color: #fff;
    color: #fff;
    font-weight: bold;
  }
  .iitokoro_rate_r dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.30208vw 0;
    border-bottom: 1px solid #d6b6b2;
  }
  .iitokoro_rate_r dl dd span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 54.6875vw;
    text-align: right;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 5.46875vw;
    line-height: 7.29167vw;
    font-weight: bold;
    color: #780e00;
    position: relative;
    margin-right: 7.8125vw;
  }
  .iitokoro_rate_r dl dd span:after {
    content: '';
    width: 4.16667vw;
    height: 2.08333vw;
    background: -webkit-radial-gradient(#780e00 35%, transparent 35%);
    background: -moz- oldradial-gradient(#780e00 35%, transparent 35%);
    background: radial-gradient(#780e00 35%, transparent 35%);
    -moz-background-size: 2.08333vw 2.08333vw;
         background-size: 2.08333vw 2.08333vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -6.25vw;
  }
  .iitokoro_rate_r dl dd em {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: -webkit-calc(100% - 54.6875vw);
    width: -moz-calc(100% - 54.6875vw);
    width: calc(100% - 54.6875vw);
    font-size: 16.14583vw;
    line-height: 1;
    font-weight: 500;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #780e00;
    font-style: normal;
  }
  .iitokoro_rate_r dl dd em::after {
    content: "%";
    font-size: 8.33333vw;
    line-height: 1;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #780e00;
  }
  .iitokoro_campus {
    margin-top: 9.11458vw;
  }
  .iitokoro_campus h3 {
    text-align: center;
    margin-bottom: 3.90625vw;
  }
  .iitokoro_campus p {
    text-align: center;
    font-size: 4.16667vw;
    line-height: 1.5;
  }
  .iitokoro_campus p a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_campus_real {
    background-color: #f3f3f3;
    margin: 6.51042vw 0;
    padding: 6.51042vw;
  }
  .iitokoro_campus_real_l img {
    width: 100%;
  }
  .iitokoro_campus_real_r {
    margin-top: 2.60417vw;
  }
  .iitokoro_campus_real_r h4 {
    font-size: 4.6875vw;
    font-weight: bold;
    text-align: center;
  }
  .iitokoro_campus_real_r h4:after {
    content: "";
    display: block;
    width: 14.58333vw;
    height: 0.52083vw;
    margin: 2.60417vw auto;
    background-color: #780e00;
  }
  .iitokoro_campus_real_r p {
    font-size: 1.6rem;
    text-align: left;
  }
  .iitokoro_campus_real_world {
    padding-top: 5.20833vw;
  }
  .iitokoro_campus_real_world:before {
    content: "";
    display: block;
    width: 100%;
    height: 13.02083vw;
    background: url(../img/iitokoro/icon_strawberry.png) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    margin-bottom: 2.60417vw;
  }
  .iitokoro_campus_gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.90625vw;
  }
  .iitokoro_campus_gallery a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_campus_gallery figure {
    width: 48%;
  }
  .iitokoro_campus_gallery figure img {
    width: 100%;
    height: auto;
  }
  .iitokoro_campus_gallery figure figcaption {
    font-size: 3.64583vw;
    line-height: 1.5;
    text-align: center;
  }
  .iitokoro_campus_gallery figure:not(:nth-child(-n+2)) {
    margin-top: 2.60417vw;
  }
  .iitokoro_access {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 10.41667vw;
  }
  .iitokoro_access h3 {
    width: 100%;
    margin-bottom: 3.90625vw;
  }
  .iitokoro_access_l p {
    font-size: 4.16667vw;
    line-height: 1.5;
  }
  .iitokoro_access_l p + p {
    margin-top: 2.60417vw;
  }
  .iitokoro_access_r {
    margin-top: 3.90625vw;
  }
  .iitokoro_access_r img {
    width: 100%;
    height: auto;
  }
  .iitokoro_relax {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 9.11458vw;
  }
  .iitokoro_relax figure {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.90625vw;
  }
  .iitokoro_relax figure img {
    width: 16.14583vw;
    height: auto;
  }
  .iitokoro_relax figure figcaption {
    font-size: 5.20833vw;
    line-height: 1;
    color: #780e00;
    font-weight: bold;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 14.32292vw 0 0 0;
    margin-right: 59px;
  }
  .iitokoro_relax figure figcaption::before {
    position: absolute;
    content: "";
    width: 9.11458vw;
    height: 10.67708vw;
    background: url("../img/iitokoro/icon_rec.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .iitokoro_relax figure figcaption span {
    font-size: 9.375vw;
    line-height: 1;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
  }
  .iitokoro_relax_r h3 {
    margin-bottom: 3.90625vw;
  }
  .iitokoro_relax_r p {
    font-size: 4.16667vw;
    line-height: 30px;
  }
  .iitokoro_relax_r p + p {
    margin-top: 2.60417vw;
  }
  .iitokoro_region {
    margin-top: 10.41667vw;
    padding-bottom: 13.02083vw;
  }
  .iitokoro_region h3 {
    text-align: center;
    margin-bottom: 2.60417vw;
  }
  .iitokoro_region p {
    text-align: center;
    font-size: 4.16667vw;
    line-height: 1.5;
  }
  .iitokoro_region p a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_region figure {
    text-align: center;
    padding: 2.60417vw 0 0;
  }
  .iitokoro_region figure img {
    width: 40%;
    height: auto;
  }
  .iitokoro_region figure figcaption {
    font-size: 4.16667vw;
    line-height: 1.5;
    margin-top: 2.60417vw;
  }
  .iitokoro_brand {
    background-color: #f7f1f0;
    padding: 9.11458vw 0;
  }
  .iitokoro_brand a {
    color: #0099e8;
    text-decoration: underline;
  }
  .iitokoro_brand_item {
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-top: 15.625vw;
  }
  .iitokoro_brand_item .img {
    text-align: center;
  }
  .iitokoro_brand_item .img img {
    max-width: 90%;
    width: auto;
  }
  .iitokoro_brand_item .text {
    margin-top: 3.90625vw;
    text-align: left;
  }
  .iitokoro_brand_item h4 {
    font-size: 4.6875vw;
    font-weight: bold;
    text-align: center;
  }
  .iitokoro_brand_item h4:after {
    content: "";
    display: block;
    width: 14.58333vw;
    height: 0.52083vw;
    margin: 2.60417vw auto;
    background-color: #780e00;
  }
  .iitokoro_brand_item p {
    font-size: 1.6rem;
    line-height: 8.33333vw;
  }
  .iitokoro_brand_other {
    margin-top: 11.71875vw;
  }
  .iitokoro_brand_other li {
    font-size: 1.6rem;
    border-bottom: 1px dotted #979797;
    padding: 3.64583vw;
    position: relative;
  }
  .iitokoro_brand_other li:first-of-type {
    border-top: 1px dotted #979797;
  }
  .iitokoro_brand_other li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5.98958vw;
    width: 1.30208vw;
    height: 1.30208vw;
    background-color: #780e00;
  }
}
