@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html * {
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .only-sp {
    display: none !important;
  }
}

html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
  font-feature-settings: 'palt' 1;
  letter-spacing: .05em;
  text-align: justify;
}

#wrap {
  width: 100%;
  overflow-x: hidden;
}

/**
 * メインビジュアル
 */
@media screen and (min-width: 641px) {
  #mainVisual {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  #mainVisual {
    padding: 0 5.3332vw;
  }
}
#mainVisual .inner {
  position: relative;
  max-width: 746px;
  width: 100%;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  #mainVisual .inner {
    height: 465px;
    padding: 85px 0 0;
    background-image: url(../images/mv_bg_pc.svg);
  }
}
@media screen and (max-width: 640px) {
  #mainVisual .inner {
    height: 80vw;
    padding: 11.9997vw 0 0;
    background-image: url(../images/mv_bg_sp.svg);
  }
}
#mainVisual .inner .ttl-page {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  #mainVisual .inner .ttl-page {
    height: 142px;
    width: 476px;
    background-image: url(../images/mv_ttl_pc.svg);
    margin: 0 auto 18px;
  }
}
@media screen and (max-width: 640px) {
  #mainVisual .inner .ttl-page {
    width: 70.6vw;
    height: 25.6vw;
    background-image: url(../images/mv_ttl_sp.svg);
    margin: 0 auto 3.9999vw;
  }
}
#mainVisual .inner .desc-page {
  text-align: center;
  color: #595757;
}
@media screen and (min-width: 641px) {
  #mainVisual .inner .desc-page {
    font-size: 1.1rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  #mainVisual .inner .desc-page {
    font-size: 2.6666vw;
    line-height: 1.8;
    white-space: nowrap;
  }
}

/**
 * キャッチコピー
 */
#catchCopy01 {
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  background-color: #f0f0f0;
  font-weight: bold;
  letter-spacing: .1em;
}
@media screen and (min-width: 641px) {
  #catchCopy01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #catchCopy01 {
    font-size: 3.9999vw;
  }
}

/**
 * セクション共通
 */
@media screen and (min-width: 641px) {
  .section {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 640px) {
  .section {
    padding: 15.9996vw 5.3332vw;
  }
}
.section .sec-inner {
  width: 100%;
  max-width: 706px;
  margin: 0 auto;
}

.txt-with-brit-icon {
  position: relative;
  letter-spacing: .08em;
  overflow: hidden;
}
.txt-with-brit-icon:before {
  content: '';
  display: block;
  float: left;
  margin-right: 5px;
  height: 14px;
  width: 20px;
  background-image: url(../images/icon-brit.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.txt-with-brit-icon img {
  margin-top: 2px;
  width: 96px;
}
@media screen and (min-width: 641px) {
  .txt-with-brit-icon {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .txt-with-brit-icon {
    margin-bottom: 3.9999vw;
  }
}

.data {
  font-size: 10px;
  line-height: 1.4;
}
.data span {
  color: #c30d22;
}

.header-sec .ttl-sec {
  letter-spacing: 0.1em;
  font-size: 12.1px;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  .header-sec .ttl-sec {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .header-sec .ttl-sec {
    margin-bottom: 3.9999vw;
  }
}
.header-sec .desc-sec {
  color: #595757;
  line-height: 1.8;
  font-weight: 500;
}

/**
 * SECTION 01
 */
#section01 .header-sec {
  overflow: hidden;
}
#section01 .img-header-sec {
  display: block;
  float: left;
}
@media screen and (min-width: 641px) {
  #section01 .img-header-sec {
    width: 341px;
    margin: 0 60px;
  }
}
@media screen and (max-width: 640px) {
  #section01 .img-header-sec {
    width: calc( 50% - 5.3332vw );
    margin-right: 5.3332vw;
  }
}
@media screen and (min-width: 641px) {
  #section01 .txt-with-brit-icon {
    padding-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  #section01 .txt-with-brit-icon {
    padding-top: 1.3333vw;
  }
}
@media screen and (max-width: 640px) {
  #section01 .desc-sec {
    width: 50%;
    float: right;
  }
  #section01 .desc-sec br {
    display: none;
  }
}

/**
 * SECTION 02
 */
#section02 {
  background-color: #f0f0f0;
}
#section02 .header-sec {
  position: relative;
}
#section02 .img-header-sec {
  position: absolute;
}
@media screen and (min-width: 641px) {
  #section02 .img-header-sec {
    top: -232px;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  #section02 .img-header-sec {
    width: 31.9992vw;
    right: 0;
    top: -35.9991vw;
  }
}

.container-tips {
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .container-tips {
    padding-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .container-tips {
    padding-top: 10.6664vw;
    width: calc( 100% + 10.6664vw);
    margin: 0 -5.3332vw;
  }
}
.container-tips .area-01 {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.container-tips .area-01 .box-ttl {
  float: left;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .container-tips .area-01 .box-ttl {
    width: 60px;
  }
}
@media screen and (max-width: 640px) {
  .container-tips .area-01 .box-ttl {
    width: 10.6664vw;
  }
}
.container-tips .area-01 .box-ttl img {
  display: block;
}
@media screen and (min-width: 641px) {
  .container-tips .area-01 .box-ttl img {
    max-width: calc( 100% - 20px );
  }
}
@media screen and (max-width: 640px) {
  .container-tips .area-01 .box-ttl img {
    max-width: calc( 100% - 3.9999vw );
  }
}
.container-tips .area-01 .num {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .container-tips .area-01 .num {
    width: 15.9996vw;
  }
}
.container-tips .area-01 .box-img {
  z-index: -1;
  position: relative;
  overflow: hidden;
}
.container-tips .area-01 .box-img .tag {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
}
@media screen and (max-width: 640px) {
  .container-tips .area-01 .box-img .tag {
    height: 6.39984vw;
  }
}
@media screen and (min-width: 641px) {
  .container-tips .area-01 .box-img {
    width: calc( 100% - 60px );
  }
}
@media screen and (max-width: 640px) {
  .container-tips .area-01 .box-img {
    width: calc( 100% - 10.6664vw );
  }
}
.container-tips .area-01 .box-img img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .container-tips .area-01 .box-img img:not(.tag) {
    width: 100%;
  }
}
.container-tips .area-02 {
  position: relative;
}
@media screen and (min-width: 641px) {
  .container-tips .area-02 {
    padding-top: 130px;
  }
  .container-tips .area-02 .inner {
    width: calc( 100% - 505px );
  }
}
@media screen and (max-width: 640px) {
  .container-tips .area-02 {
    padding: 0 5.3332vw;
  }
}
.container-tips .area-02 .catch {
  color: #595757;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .container-tips .area-02.has-box-another .inner {
    width: 50%;
  }
  .container-tips .area-02.has-box-another .inner .catch br {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .container-tips .box-another {
    position: absolute;
    width: 200px;
    top: 40px;
    z-index: 20;
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .container-tips .box-another {
    width: calc( 50% - 2.6666vw );
    position: relative;
  }
}
.container-tips .box-another .ttl-another-item {
  margin-left: -10px;
  margin-bottom: 10px;
}
.container-tips .box-another .desc {
  color: #595757;
  line-height: 1.5;
  font-size: 10px;
}
.container-tips .box-another .item {
  position: absolute;
}
.container-tips .box-another .arrow {
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 100;
}
@media screen and (min-width: 641px) {
  .container-tips .box-another .arrow {
    top: 130px;
    height: 52px;
    width: 25px;
  }
}
@media screen and (max-width: 640px) {
  .container-tips .box-another .arrow {
    width: 52px;
    height: 25px;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../images/arrow_b.svg);
  }
}
@media screen and (min-width: 641px) {
  .container-tips.img-l:not(.pad-less) {
    padding-right: 60px;
  }
}
@media screen and (min-width: 641px) {
  .container-tips.img-l .area-01 {
    float: left;
  }
}
@media screen and (max-width: 640px) {
  .container-tips.img-l .area-01 {
    margin: 0 auto 5.3332vw 5.3332vw;
  }
}
.container-tips.img-l .area-01 .box-ttl {
  float: left;
}
.container-tips.img-l .area-01 .box-ttl img {
  float: left;
}
.container-tips.img-l .area-01 .num {
  left: 0;
}
.container-tips.img-l .area-01 .box-img img:not(.tag) {
  float: left;
  margin-right: 30px;
}
.container-tips.img-l .area-02.has-box-another .inner {
  float: left;
}
@media screen and (min-width: 641px) {
  .container-tips.img-l .area-02:not(.has-box-another) .inner {
    float: left;
  }
}
@media screen and (max-width: 640px) {
  .container-tips.img-l .area-02:not(.has-box-another) {
    padding-right: 15.9996vw;
  }
}
@media screen and (max-width: 640px) {
  .container-tips.img-l .box-another {
    padding-left: 2.6666vw;
    float: right;
  }
}
@media screen and (min-width: 641px) {
  .container-tips.img-l .box-another .arrow {
    left: -40px;
    background-image: url(../images/arrow_r.svg);
  }
}
@media screen and (min-width: 641px) {
  .container-tips.img-r:not(.pad-less) {
    padding-left: 60px;
  }
}
@media screen and (min-width: 641px) {
  .container-tips.img-r .area-01 {
    float: right;
  }
}
@media screen and (max-width: 640px) {
  .container-tips.img-r .area-01 {
    margin: 0 5.3332vw 5.3332vw auto;
  }
}
.container-tips.img-r .area-01 .box-ttl {
  float: right;
}
.container-tips.img-r .area-01 .box-ttl img {
  float: right;
}
.container-tips.img-r .area-01 .num {
  right: 0;
}
.container-tips.img-r .area-01 .box-img {
  overflow: hidden;
}
.container-tips.img-r .area-01 .box-img img:not(.tag) {
  float: right;
  margin-left: 30px;
}
@media screen and (min-width: 641px) {
  .container-tips.img-r .area-01 .box-img .tag {
    left: 30px;
  }
}
.container-tips.img-r .area-02.has-box-another .inner {
  float: right;
}
@media screen and (min-width: 641px) {
  .container-tips.img-r .area-02:not(.has-box-another) .inner {
    float: right;
  }
}
@media screen and (max-width: 640px) {
  .container-tips.img-r .area-02:not(.has-box-another) {
    padding-left: 15.9996vw;
  }
}
@media screen and (max-width: 640px) {
  .container-tips.img-r .box-another {
    float: left;
  }
}
@media screen and (min-width: 641px) {
  .container-tips.img-r .box-another .arrow {
    right: -10px;
    background-image: url(../images/arrow_l.svg);
  }
}

@media screen and (min-width: 641px) {
  #tips02 .area-02 .inner {
    width: calc( 100% - 412px );
  }
  #tips02 .box-another {
    right: 380px;
  }
  #tips02 .box-another .item {
    top: 50px;
    left: 60px;
  }
  #tips02 .area-02 {
    padding-top: 255px;
  }
}
@media screen and (max-width: 640px) {
  #tips02 .box-another .item {
    top: 50px;
    right: -10px;
    width: 23vw;
    max-width: 118px;
  }
}
@media screen and (max-width: 413px) {
  #tips02 .box-another .item {
    top: 70px;
    width: 28vw;
  }
}

@media screen and (min-width: 641px) {
  #tips03 .area-01 {
    width: 100%;
  }
  #tips03 .area-01 .box-img img {
    margin-right: 0;
  }
  #tips03 .area-01 .box-img img:not(.tag) {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  #tips03 .area-02 {
    clear: both;
    float: none;
    padding: 20px 60px 0;
  }
  #tips03 .area-02 .inner {
    width: 100%;
  }
  #tips03 .area-02 .catch {
    width: 350px;
    float: left;
  }
  #tips03 .area-02 .data {
    float: right;
    width: calc( 100% - 351px );
  }
}

@media screen and (min-width: 641px) {
  #tips05 .area-02 .inner {
    width: calc( 100% - 412px );
  }
  #tips05 .box-another {
    left: 410px;
  }
  #tips05 .box-another .item {
    top: 85px;
  }
  #tips05 .box-another .arrow {
    top: 110px;
  }
  #tips05 .area-02 {
    padding-top: 250px;
  }
}
@media screen and (max-width: 640px) {
  #tips05 .box-another .item {
    top: 95px;
    width: 50vw;
    max-width: 212px;
  }
}

@media screen and (min-width: 641px) {
  #tips06 .area-02 .inner {
    width: calc( 100% - 412px );
  }
  #tips06 .box-another {
    right: 380px;
  }
  #tips06 .box-another .item {
    top: 45px;
    left: 65px;
  }
  #tips06 .box-another .arrow {
    top: 110px;
  }
  #tips06 .area-02 {
    padding-top: 270px;
  }
}
@media screen and (max-width: 640px) {
  #tips06 .box-another .item {
    top: 0;
    right: 0;
    max-width: 109px;
    width: 20vw;
  }
}
@media screen and (max-width: 374px) {
  #tips06 .box-another .item {
    top: 95px;
    right: 25px;
    width: 25vw;
  }
}

@media screen and (min-width: 641px) {
  #tips07 .area-02 .inner {
    width: calc( 100% - 412px );
  }
  #tips07 .box-another {
    width: 102px;
    right: 0px;
  }
  #tips07 .area-02 {
    padding-top: 250px;
  }
}
@media screen and (max-width: 640px) {
  #tips07 .box-another .decoration {
    position: absolute;
    top: 0px;
    right: 0;
    width: 30vw;
    max-width: 102px;
  }
}

@media screen and (min-width: 641px) {
  #tips08 .area-02 .inner {
    width: calc( 100% - 412px );
  }
  #tips08 .box-another {
    width: 127px;
    top: 80px;
    left: -20px;
  }
  #tips08 .area-02 {
    padding-top: 250px;
  }
}
@media screen and (max-width: 640px) {
  #tips08 .box-another .decoration {
    position: absolute;
    top: 10.6664vw;
    left: -2.6666vw;
    width: 40vw;
    max-width: 127px;
  }
}

/**
 * SECTION 03
 */
#section03 .header-sec {
  position: relative;
}
#section03 .img-header-sec {
  position: absolute;
}
@media screen and (min-width: 641px) {
  #section03 .img-header-sec {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  #section03 .img-header-sec {
    width: 30vw;
    top: -7.9998vw;
    right: -2.6666vw;
  }
}

@media screen and (min-width: 641px) {
  #plus1Item {
    padding-top: 45px;
  }
}
@media screen and (max-width: 640px) {
  #plus1Item {
    padding-top: 10.6664vw;
  }
}
#plus1Item .img-01 {
  display: block;
}
@media screen and (min-width: 641px) {
  #plus1Item .img-01 {
    margin: 0 auto 45px;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #plus1Item .img-01 {
    width: 100vw;
    margin: 0 -5.3332vw 10.6664vw;
  }
}
#plus1Item .desc {
  position: relative;
  width: 100%;
  max-width: 583px;
  margin: 0 auto;
  overflow: hidden;
}
#plus1Item .desc .img-expl {
  display: block;
  float: left;
}
#plus1Item .desc .catch {
  color: #595757;
  font-size: 12.1px;
  font-size: 1.1rem;
  float: right;
}
@media screen and (min-width: 641px) {
  #plus1Item .desc .catch {
    width: calc( 100% - 185px );
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  #plus1Item .desc .catch {
    width: calc( 100% - 165px );
    line-height: 1.8;
    margin-bottom: 5.3332vw;
  }
}
@media screen and (min-width: 641px) {
  #plus1Item .desc .data {
    width: calc( 100% - 185px );
    float: right;
  }
}
@media screen and (max-width: 640px) {
  #plus1Item .desc .data {
    clear: both;
    padding-top: 5.3332vw;
    left: 0;
    width: 100%;
  }
}

#footer {
  font-size: 10px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  #footer {
    padding: 150px 20px 15px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 26.666vw 5.3332vw 5.3332vw;
  }
}
