@charset "UTF-8";
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ul, ol {
  list-style: none;
}

@media screen and (min-width: 781px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
  /* =========== BASE =========== */
  /* ---------------------------- */
  #content_wrap {
    width: 100%;
    margin: 0;
    padding: 0 0 3rem;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #content_wrap img {
    width: 100%;
    height: auto;
  }
  #content_wrap a {
    transition: all 0.3s ease;
  }
  #content_wrap a:hover {
    opacity: .8;
  }
  #wrapper {
    padding-bottom: 0;
  }
  body {
    background: #fff;
    color: #555;
    font-size: 16px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", sans-serif, Helvetica;
    line-height: 1.75;
    -webkit-text-size-adjust: none;
    width: 100%;
    overflow-x: hidden;
    min-width: 1116px;
  }
  #innerWrap {
    width: auto !important;
    margin: auto !important;
    background: none !important;
  }
  .JRtaito {
    color: #000;
  }
  .JRtaito * {
    box-sizing: border-box;
  }
  .JRtaito a {
    color: #000;
    outline: none;
  }
  .JRtaito a:link {
    text-decoration: underline;
    color: #000;
  }
  .JRtaito a:visited {
    text-decoration: underline;
    color: #000;
  }
  .JRtaito img {
    max-width: 100%;
    vertical-align: bottom;
  }
  .JRtaito .inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .JRtaito .mv {
    background-image: url(../img/bg_mv_left.jpg),url(../img/bg_mv_right.jpg);
    background-position: bottom left,bottom right;
    background-repeat: no-repeat;
  }
  .JRtaito .mv h1 {
    background-image: url(../img/bg_main.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    height: 600px;
    padding-top: 175px;
    position: relative;
    text-align: center;
  }
  .JRtaito .mv h1>img {
    left: 50%;
    margin-left: 165px;
    position: absolute;
    top: 110px;
  }
  .JRtaito .mv p {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
  }
  .JRtaito .mv p.intro {
    font-size: 16px;
    line-height: 2.1875;
    margin-top: 8px;
    padding-bottom: 43px;
    text-align: center;
  }
  .JRtaito nav {
    margin-top: 56px;
  }
  .JRtaito nav ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .JRtaito nav ul li:nth-child(2) {
    margin-left: 18px;
    padding-left: 6px;
  }
  .JRtaito nav ul li:nth-child(3) {
    margin: -3px 0 0 -6px;
    padding-left: 8px;
  }
  .JRtaito nav ul li:nth-child(4) {
    margin: 0 24px 0 10px;
    padding-left: 34px;
  }
  .JRtaito section h2 {
    background-image: url(../img/bg_h2.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 41px;
    text-align: center;
  }
  .JRtaito .inner p.intro {
    font-size: 16px;
    margin-bottom: 3em;
    text-align: center;
  }
  .JRtaito .flex {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*.col1*/
  .JRtaito .col1 {
    background-image: url(../img/bg_col1.jpg);
    background-repeat: repeat;
    background-position: center top;
    margin: 56px auto 36px;
    padding: 55px 0 66px;
    position: relative;
  }
  .JRtaito .col1::before {
    background-image: url(../img/bg_col1_top.png);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 36px;
    position: absolute;
    top: -36px;
    width: 100%;
  }
  .JRtaito .col1::after {
    background-image: url(../img/bg_col1_bottom.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    bottom: -36px;
    content: '';
    height: 36px;
    position: absolute;
    width: 100%;
  }
  .JRtaito .col1 .flex:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .JRtaito .col1 .flex:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .JRtaito .col1 .flex>img {
    width: 512px;
  }
  .JRtaito .col1 .flex .txt {
    width: 450px;
  }
  .JRtaito .col1 h3 {
    border-bottom: #ccad80 solid 1px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
  .JRtaito .col1 h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .JRtaito .col1 .txt p {
    font-size: 14px;
    margin-bottom: 1.75em;
  }
  .JRtaito .col1 a {
    display: block;
    margin: 0 0 0 auto;
    width: 38%;
  }
  /*.col2*/
  .JRtaito .col2 {
    overflow: hidden;
    padding-top: 64px;
  }
  .JRtaito .col2 .inner {
    max-width: 1106px;
  }
  .JRtaito .col2 .flex {
    justify-content: center;
  }
  .JRtaito .col2 .flex>div {
    align-self: stretch;
    margin-bottom: 5.22%;
    padding-bottom: 5.14%;
    position: relative;
    text-align: center;
  }
  .JRtaito .col2 .flex>div:nth-child(1) {
    width: 47.45%;
  }
  .JRtaito .col2 .flex>div:nth-child(2) {
    margin-left: 3.09%;
    width: 48.18%;
  }
  .JRtaito .col2 .flex>div:nth-child(3) {
    width: 48.17%;
  }
  .JRtaito .col2 .flex>div:nth-child(4) {
    margin-left: 2.67%;
    width: 49.14%;
  }
  .JRtaito .col2 h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .JRtaito .col2 .flex>div:nth-child(1)>img {
    margin-left: -4.1%;
  }
  .JRtaito .col2 .flex>div:nth-child(2)>img {
    margin-right: -3%;
  }
  .JRtaito .col2 .flex>div:nth-child(3)>img {
    margin-left: -4.1%;
  }
  .JRtaito .col2 .flex>div:nth-child(4)>img {
    margin-right: -3.7%;
  }
  .JRtaito .col2 h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 1.5em auto;
    padding: 0 0 1em;
    position: relative;
  }
  .JRtaito .col2 h4::after {
    background-image: url(../img/col2_h4_border.png);
    bottom: 0;
    content: '';
    height: 5px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
  }
  .JRtaito .col2 .flex p {
    font-size: 15px;
    margin: 0 auto;
    text-align: left;
    width: 450px;
  }
  .JRtaito .col2 .flex a {
    bottom: 0;
    left: 50%;
    margin-left: -110px;
    position: absolute;
    width: 220px;
  }
  /*.col3*/
  .JRtaito .col3 {
    background-image: url(../img/bg_col3.jpg);
    background-repeat: repeat;
    background-position: center top;
    margin: 40px auto 36px;
    padding: 56px 0 20px;
    position: relative;
  }
  .JRtaito .col3::before {
    background-image: url(../img/bg_col3_top.png);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 36px;
    position: absolute;
    top: -36px;
    width: 100%;
  }
  .JRtaito .col3::after {
    background-image: url(../img/bg_col3_bottom.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    bottom: -36px;
    content: '';
    height: 36px;
    position: absolute;
    width: 100%;
  }
  .JRtaito .col3 .flex>div {
    align-self: stretch;
    margin-bottom: 5.25%;
    padding-bottom: 5.54%;
    position: relative;
    width: 30.75%;
  }
  .JRtaito .col3 h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .JRtaito .col3 h4 {
    background-image: url(../img/col3_h4_border.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    margin: 1em 0 0.5em;
    padding: 0 0 1em;
  }
  .JRtaito .col3 .flex p {
    font-size: 14px;
    text-align: left;
  }
  .JRtaito .col3 .flex a {
    bottom: 0;
    left: 50%;
    margin-left: -110px;
    position: absolute;
    width: 220px;
  }
  /*.col4*/
  .JRtaito .col4 {
    padding-top: 72px;
  }
  .JRtaito .col4 .inner {
    max-width: 1030px;
  }
  .JRtaito .col4 .heading {
    background-image: url(../img/bg_col4.jpg);
    background-position: center top 22px;
    background-repeat: no-repeat;
    margin-bottom: 2.4%;
  }
  .JRtaito .col4 h2 {
    background-image: none;
    text-align: left;
  }
  .JRtaito .col4 h2 img {
    margin: 0 0 0 5.17%;
    width: 25.62%;
  }
  .JRtaito .col4 .inner p.intro {
    background-color: rgba(255, 255, 255, .8);
    margin: -0.7em 0 0 auto;
    padding: 1.5em 1em 2em 1.5em;
    text-align: left;
    width: 57.2%;
  }
  .JRtaito .col4 .flex>img {
    width: 49.7%;
  }
  .JRtaito .col4 .txt {
    width: 46.6%;
  }
  .JRtaito .col4 h3 {
    background-image: url(../img/col4_h3_deco.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 46.25%;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.75em;
    padding-bottom: 1.5em;
  }
  .JRtaito .col4 .txt p:first-of-type {
    font-size: 15px;
    margin-bottom: 2em;
  }
  .JRtaito .col4 .txt p:last-of-type {
    background-image: url(../img/col4_p_deco.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.5;
    padding: 0 4em;
  }
  .JRtaito .col4 .app {
    align-items: flex-start;
    display: inline-flex;
    width: 60.67%;
  }
  .JRtaito .col4 .app a:first-child {
    margin-right: 3.4%;
  }
  /*.col5*/
  .JRtaito .col5 {
    background-image: url(../img/bg_col5.jpg);
    background-repeat: repeat;
    background-position: center top;
    margin: 120px auto 0;
    padding: 24px 0 63px;
    position: relative;
  }
  .JRtaito .col5::before {
    background-image: url(../img/bg_col5_top.png);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 36px;
    position: absolute;
    top: -36px;
    width: 100%;
  }
  .JRtaito .col5 h2 {
    background-image: none;
    margin-bottom: 43px;
  }
  .JRtaito .col5 .flex div {
    text-align: center;
    width: 48.68%;
  }
  .JRtaito .col5 h3 {
    font-size: 23px;
    font-weight: bold;
    margin: 1.5em auto 0.8em;
  }
  .JRtaito .col5 a {
    display: block;
    margin: 0 auto;
    width: 220px;
  }
  .JRtaito .to_top {
    position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 1000;
  }
  .JRtaito .to_top img {
    max-width: 84px;
  }
  
  #col3 .flex::after {
display: block;
content:"";
width: 30.75%;}
  
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  html {
    font-size: calc(20vw / 750 * 100);
  }
  body {
    background: #fff;
    color: #555;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", sans-serif, Helvetica;
    -webkit-text-size-adjust: none;
    width: 100%;
    overflow-x: hidden;
  }
  #innerWrap {
    width: auto !important;
    margin: auto !important;
    background: none !important;
  }
  .JRtaito {
    font-size: 12px;
    color: #000;
    line-height: 1.6;
  }
  .JRtaito * {
    box-sizing: border-box;
  }
  .JRtaito a {
    color: #000;
    outline: none;
  }
  .JRtaito a:link {
    text-decoration: underline;
    color: #000;
  }
  .JRtaito a:visited {
    text-decoration: underline;
    color: #000;
  }
  .JRtaito img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
  }
  .JRtaito .btn_check img {
    max-width: calc(418 / 750 * 100vw);
  }
  .JRtaito .inner {
    margin-left: auto;
    margin-right: auto;
  }
  .JRtaito .mv {
    background-image: url(../img/bg_mv_sp.png);
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .JRtaito .mv p {
    text-align: right;
    margin-top: 5px;
    font-size: 13px;
  }
  .JRtaito .mv p.inner {
    width: 90%;
  }
  .JRtaito .mv p.intro {
    font-size: 14px;
    margin-top: 1em;
    padding-bottom: 2em;
    text-align: center;
  }
  .JRtaito nav {
    margin-top: 10vw;
  }
  .JRtaito nav ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .JRtaito nav ul li {
    width: 45.9%;
  }
  .JRtaito nav ul li:nth-child(1) {
    margin: 0 0 0 -1vw;
  }
  .JRtaito nav ul li:nth-child(2) {
    margin: 0 0.3vw 3.18vw 1.6vw;
    padding: 0 0 0 2.1vw;
  }
  .JRtaito nav ul li:nth-child(3) {
    margin: -1.5vw -1vw 3.18vw 2.04vw;
    padding: 0 0 0 1.53vw;
  }
  .JRtaito nav ul li:nth-child(4) {
    margin: 0 0 -0.32vw 0;
    padding: 0 0 0 1.8vw;
  }
  .JRtaito nav ul li:nth-child(5) {
    margin: 0 0 0 5.5vw;
  }
  .JRtaito section h2 {
    background-image: url(../img/bg_h2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 138%;
    margin-bottom: 6vw;
    padding-bottom: 5vw;
    text-align: center;
  }
  .JRtaito section h2 img {
    width: 74%;
  }
  .JRtaito .inner p.intro {
    font-size: 15px;
    margin-bottom: 2.44em;
    text-align: center;
  }
  .JRtaito .flex {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*.col1*/
  .JRtaito .col1 {
    background-image: url(../img/bg_col1.jpg);
    background-repeat: repeat;
    background-position: center top;
    margin: 15vw auto 36px;
    padding: 5vw 0;
    position: relative;
  }
  .JRtaito .col1::before {
    background-image: url(../img/bg_col1_top.png);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 36px;
    position: absolute;
    top: -36px;
    width: 100%;
  }
  .JRtaito .col1::after {
    background-image: url(../img/bg_col1_bottom.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    bottom: -36px;
    content: '';
    height: 36px;
    position: absolute;
    width: 100%;
  }
  .JRtaito .col1 .inner {
    width: 86.66%;
  }
  .JRtaito .col1 .flex:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .JRtaito .col1 h3 {
    border-bottom: #ccad80 solid 1px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    margin: 0.75em 0 0.5em;
    padding-bottom: 0.5em;
  }
  .JRtaito .col1 h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .JRtaito .col1 .txt p {
    font-size: 14px;
    margin-bottom: 1.75em;
  }
  .JRtaito .col1 a {
    display: block;
    margin: 0 auto;
    width: 58.66%;
  }
  /*.col2*/
  .JRtaito .col2 {
    overflow: hidden;
    padding-top: 5vw;
  }
  .JRtaito .col2 .inner p.intro {
    margin: 0 auto 2.44em;
    width: 86.66%;
  }
  .JRtaito .col2 .flex {
    justify-content: center;
  }
  .JRtaito .col2 .flex>div {
    align-self: stretch;
    margin-bottom: 8.8vw;
    text-align: center;
    width: 100%;
  }
  .JRtaito .col2 h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .JRtaito .col2 .flex>div:nth-child(1)>img {
    margin-left: -3.6vw;
    width: 89.57vw;
  }
  .JRtaito .col2 .flex>div:nth-child(2)>img {
    margin-right: -2.88vw;
    width: 91vw;
  }
  .JRtaito .col2 .flex>div:nth-child(3)>img {
    margin-left: -3vw;
    width: 91.57%;
  }
  .JRtaito .col2 .flex>div:nth-child(4)>img {
    margin-right: -3.5vw;
    width: 92.75vw;
  }
  .JRtaito .col2 h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 1.5em auto;
    padding: 0 0 1em;
    position: relative;
  }
  .JRtaito .col2 h4::after {
    background-image: url(../img/col2_h4_border.png);
    bottom: 0;
    content: '';
    height: 5px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
  }
  .JRtaito .col2 .flex p {
    font-size: 12px;
    margin: 0 auto 1em;
    text-align: left;
    width: 85.33vw;
  }
  .JRtaito .col2 .flex a {
    display: block;
    margin: 0 auto;
    width: 58.66vw;
  }
  /*.col3*/
  .JRtaito .col3 .inner {
    width: 86.66%;
  }
  .JRtaito .col3 {
    background-image: url(../img/bg_col3.jpg);
    background-repeat: repeat;
    background-position: center top;
    margin: 36px auto;
    padding: 5vw 0 0;
    position: relative;
  }
  .JRtaito .col3::before {
    background-image: url(../img/bg_col3_top.png);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 36px;
    position: absolute;
    top: -36px;
    width: 100%;
  }
  .JRtaito .col3::after {
    background-image: url(../img/bg_col3_bottom.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    bottom: -36px;
    content: '';
    height: 36px;
    position: absolute;
    width: 100%;
  }
  .JRtaito .col3 .flex>div {
    margin-bottom: 10vw;
  }
  .JRtaito .col3 h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .JRtaito .col3 h4 {
    background-image: url(../img/col3_h4_border.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: bold;
    margin: 1em 0 0.5em;
    padding: 0 0 1em;
  }
  .JRtaito .col3 .flex p {
    font-size: 14px;
    margin-bottom: 1em;
    text-align: left;
  }
  .JRtaito .col3 .flex a {
    display: block;
    margin: 0 auto;
    width: 58.66vw;
  }
  /*.col4*/
  .JRtaito .col4 {
    padding-top: 18vw;
  }
  .JRtaito .col4 .heading {
    background-image: url(../img/bg_col4_sp.jpg);
    background-position: center top 22px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 9vw;
  }
  .JRtaito .col4 h2 {
    background-image: none;
    margin-bottom: 21.56vw;
    padding: 0;
    text-align: left;
  }
  .JRtaito .col4 h2 img {
    margin: 0 0 0 -12.35vw;
    width: 56.58vw;
  }
  .JRtaito .col4 .inner p.intro {
    background-color: rgba(255, 255, 255, .8);
    font-size: 14px;
    margin: 0 auto;
    padding: 1.85em 1.75em 0;
    text-align: left;
    width: 85.33%;
  }
  .JRtaito .col4 .flex>img {
    margin: 0 auto 6.5vw;
    width: 84vw;
  }
  .JRtaito .col4 .txt {
    margin: 0 auto;
    text-align: center;
    width: 85.33%;
  }
  .JRtaito .col4 h3 {
    background-image: url(../img/col4_h3_deco.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 46.25%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.75em;
    padding-bottom: 1.5em;
    text-align: left;
  }
  .JRtaito .col4 .txt p:first-of-type {
    font-size: 15px;
    margin-bottom: 1.7em;
    text-align: left;
  }
  .JRtaito .col4 .txt p:last-of-type {
    background-image: url(../img/col4_p_deco.png);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.5;
  }
  .JRtaito .col4 .app {
    align-items: flex-start;
    display: inline-flex;
    width: 77.66vw;
  }
  .JRtaito .col4 .app a:first-child {
    margin-right: 2.62vw;
  }
  /*.col5*/
  .JRtaito .col5 {
    background-image: url(../img/bg_col5.jpg);
    background-repeat: repeat;
    background-position: center top;
    margin: 18vw auto 0;
    padding: 3.7vw 0 16.46vw;
    position: relative;
  }
  .JRtaito .col5::before {
    background-image: url(../img/bg_col5_top.png);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 36px;
    position: absolute;
    top: -36px;
    width: 100%;
  }
  .JRtaito .col5 h2 {
    background-image: none;
    margin-bottom: 7vw;
    padding: 0;
  }
  .JRtaito .col5 h2 img {
    width: 43.6948vw;
  }
  .JRtaito .col5 .inner {
    width: 80%;
  }
  .JRtaito .col5 .flex div {
    text-align: center;
  }
  .JRtaito .col5 .flex div:first-child {
    margin-bottom: 24vw;
  }
  .JRtaito .col5 h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0.8em auto 1.2em;
  }
  .JRtaito .col5 a {
    display: block;
    margin: 0 auto;
    width: 58.66vw;
  }
  .JRtaito .to_top {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 1000;
    display: none;
  }
  .JRtaito .to_top img {
    max-width: 59px;
  }
}

/*# sourceMappingURL=style.css.map */