@charset "UTF-8";


/* ============================================================
 * reset
 * ============================================================ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  min-width: 1200px;
  overflow-x: auto;
  overflow-y: auto;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: initial;
    min-width: none;
    overflow-x: hidden;
  }
  body > div {
    overflow-x: hidden;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  word-wrap: break-word;
}

td {
  vertical-align: middle;
}

[disabled] {
  cursor: default;
  pointer-events: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-size: inherit;
}

input::-ms-expand, button::-ms-expand, select::-ms-expand, textarea::-ms-expand {
  display: none;
}

input, textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
}

input[type="text"] {
  max-width: 100%;
}

input[type="text"]::-ms-clear {
  display: none;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="submit"], input[type="button"], button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #640000;
  text-decoration: none;
}

sup {
  font-size: 10px;
  vertical-align: top;
}

sub {
  font-size: 10px;
  vertical-align: bottom;
}

/***************************************************
.wrapper-contents
***************************************************/
@media screen and (min-width: 768px) {
  .wrapper-contents {
    overflow: hidden;
  }
}

.wrapper-contents__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .wrapper-contents__in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wrapper-contents__in .wrapper-contents__pt01 {
  margin: 0;
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .wrapper-contents__in .wrapper-contents__pt01 {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
}

.wrapper-contents__in .wrapper-contents__pt02 {
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .wrapper-contents__in .wrapper-contents__pt02 {
    margin: 30px 0 0;
  }
}

/***************************************************
.static-globalHeader
***************************************************/
.static-globalHeader {
  position: relative;
  z-index: 11;
}

.static-globalHeader__bg01 {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 767px) {
  .static-globalHeader__bg01 {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalHeader__bg01 {
    min-width: 1200px;
  }
}

.static-globalHeader__pt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.static-globalHeader__pt01 > .div01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 > .div01 {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 240px;
  }
}

.static-globalHeader__pt01 > .div01 > .a01 > img {
  display: block;
}

@media screen and (max-width: 767px) {
  .static-globalHeader__pt01 > .div01 > .a01 > img {
    width: 138px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 > .div01 > .a01 > img {
    width: 150px;
  }
}

/***************************************************
.static-globalFooter
***************************************************/
@media screen and (max-width: 767px) {
  .static-globalFooter .-onlyPc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter .-onlySp {
    display: none;
  }
}

.static-globalFooter__bg01 {
  background-color: #333;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__bg01 {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__bg01 {
    min-width: 1200px;
    padding: 40px 15px;
  }
}

.static-globalFooter__pt01 > figure {
  text-align: center;
}

.static-globalFooter__pt01 > figure a {
  display: inline-block;
}

.static-globalFooter__pt01 > figure img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > figure img {
    width: 138px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__pt01 > figure img {
    width: 70px;
  }
}

.static-globalFooter__pt01 > p {
  color: #999;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > p {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__pt01 > p {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > p > span {
    display: none;
  }
}

/* ============================================================
 * main
 * ============================================================ */
/* h1 */
@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
  }
}

h1 img {
  width: 432px;
  height: auto;
}

@media screen and (max-width: 767px) {
  h1 img {
    width: 75.36%;
  }
}

/* h2 */
h2 {
  color: #640000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h2 span {
  display: block;
  margin-bottom: 4px;
  color: #ddc48e;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .25em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  h2 span {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

h2 + .static-text__lead {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  h2 + .static-text__lead {
    margin-top: 24px;
  }
}

/* h3 */
h3 {
  color: #640000;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}

h3 + p {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  h3 + p {
    margin-top: 8px;
  }
}

/* text */
@media screen and (min-width: 768px) {
  .static-text__lead {
    text-align: center;
  }
}

.static-text__note01 {
  font-size: 10px;
}

.static-text__note02 {
  color: #640000;
  font-size: 10px;
}

.static-text__link {
  color: #640000;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .static-text__link {
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
}

@media screen and (min-width: 768px) {
  .static-text__link:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

/* btn */
.static-btn__type01, .static-btn__type02,.static-btn__type03 {
  width: 284px;
  height: 53px;
  margin: 0 auto;
}

.static-btn__type01 a, .static-btn__type02 a, .static-btn__type03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .static-btn__type01 a, .static-btn__type02 a {
    padding: 4px 16px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
}

@media screen and (min-width: 768px) {
  .static-btn__type01 a:hover, .static-btn__type02 a:hover, .static-btn__type03 a:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

.static-btn__type01 a {
  background-color: #640000;
  color: #fff;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .static-btn__type01 a:hover {
    -webkit-box-shadow: rgba(100, 0, 0, 0.3) 0 8px 24px;
            box-shadow: rgba(100, 0, 0, 0.3) 0 8px 24px;
  }
}

.static-btn__type02 a {
  border: 2px solid #ddd6d6;
  background-color: #fff;
  -webkit-box-shadow: #eae8e5 0 0 16px;
          box-shadow: #eae8e5 0 0 16px;
  color: #640000;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .static-btn__type02 a:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 8px 24px;
            box-shadow: rgba(0, 0, 0, 0.15) 0 8px 24px;
  }
}

.static-btn__type03 a {
  padding: 4px 0px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  border: 1px solid #640000;
  background-color: #fff;
  color: #640000;
  font-size: 13px;
  font-weight: bold;
  font-size: 15px;
}

.static-btn__pt02 .static-btn__type03 {
  margin-top: 17px;
}

@media screen and (min-width: 768px) {
  .static-btn__type03 a:hover {
    -webkit-box-shadow: rgba(100, 0, 0, 0.3) 0 8px 24px;
            box-shadow: rgba(100, 0, 0, 0.3) 0 8px 24px;
  }
}

@media screen and (max-width: 767px) {
  .static-btn__foot {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
  }
  .static-btn__foot.is-active {
    opacity: 1;
    visibility: visible;
  } 
}

.static-btn__foot.is-fixed {
  position: fixed;
}

@media screen and (min-width: 768px) {
  .static-btn__foot.is-fixed {
    top: 290px;
    right: 0;
  }
}


@media screen and (max-width: 767px) {
  .static-btn__foot.is-fixed {
    bottom: 0;
    left: 0;
  }
}

.static-btn__foot a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 250px;
  border-radius: 5px 0 0 5px;
  background-color: #780001;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 30px;
          box-shadow: rgba(0, 0, 0, 0.4) 0 0 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .static-btn__foot a {
    padding: 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
        -ms-text-orientation: upright;
            text-orientation: upright;
  }
}

@media screen and (max-width: 767px) {
  .static-btn__foot a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 240px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
    background-color: #780000;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.48);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.48);
    color: #fff;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .static-btn__foot a:hover {
    -webkit-box-shadow: 0 1px 50px rgba(0, 0, 0, 0.6);
            box-shadow: 0 1px 50px rgba(0, 0, 0, 0.6);
  }
}

@media screen and (min-width: 768px) {
  .static-btn__foot a:hover::before {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

@media screen and (min-width: 768px) {
  .static-btn__foot a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
}

/* section inner */
@media screen and (min-width: 768px) {
  .static-section__in {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .static-section__in {
    padding: 0 20px;
  }
}

/* main */
.static-section__main {
  position: relative;
  z-index: 0;
  padding: 62px 0 60px;
}

@media screen and (max-width: 767px) {
  .static-section__main {
    padding: 35px 0 20px;
  }
}

.static-section__main::before, .static-section__main::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 2000px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .static-section__main::before, .static-section__main::after {
    width: 100%;
  }
}

.static-section__main::before {
  top: 0;
  height: 534px;
  background: url(../images/summary/bg_main_001_pc.png) no-repeat 50% 0/auto 100%;
}

@media screen and (max-width: 767px) {
  .static-section__main::before {
    height: 100%;
    background: url(../images/summary/bg_main_001_sp.png) no-repeat 50% 0/100% auto;
  }
}

.static-section__main::after {
  bottom: 0;
  height: 534px;
  background: url(../images/summary/bg_main_002_pc.png) no-repeat 0 0/auto 100%;
}

@media screen and (max-width: 767px) {
  .static-section__main::after {
    height: 100%;
    background: url(../images/summary/bg_main_002_sp.png) no-repeat 0 0/100% auto;
  }
}

.static-section__main .static-section__in {
  position: relative;
  z-index: 2;
}

.static-grid__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .static-grid__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.static-grid__main-item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .static-grid__main-item__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

.static-grid__main-item__right {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .static-grid__main-item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    
  }
}

.static-copy {
  margin-top: 20px;
  color: #640000;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .static-copy {
    margin-top: 10px;
    font-size: 21px;
  }
}

.static-list__btn {
  position: relative;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .static-list__btn {
    margin-top: 28px;
  }
}

/* .static-list__btn::before, .static-list__btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 19px;
  height: 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/summary/arw001.png) no-repeat 50% 50%/100% auto;
} */

.static-list__btn::before {
  bottom: -40px;
}

@media screen and (max-width: 767px) {
  .static-list__btn::before {
    bottom: -32px;
  }
}

.static-list__btn::after {
  bottom: -48px;
}

@media screen and (max-width: 767px) {
  .static-list__btn::after {
    bottom: -40px;
  }
}

.static-list__btn-item + .static-list__btn-item {
  margin-top: 16px;
}

/* static-section__pt01 */
.static-section__pt01 {
  position: relative;
  background-color: #f7f5f0;
}

.static-section__pt01::before, .static-section__pt01::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 2000px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .static-section__pt01::before, .static-section__pt01::after {
    width: 100%;
  }
}

.static-section__pt01::before {
  top: 0;
  height: 92px;
  background: url(../images/summary/bg_sec01_001_pc.png) no-repeat 50% 0/auto 100%;
}

@media screen and (max-width: 767px) {
  .static-section__pt01::before {
    height: 62px;
    background: url(../images/summary/bg_sec01_001_sp.png) no-repeat 50% 0/auto 100%;
  }
}

.static-section__pt01::after {
  bottom: 0;
  height: 68px;
  background: url(../images/summary/bg_sec01_002_pc.png) no-repeat 0 0/auto 100%;
}

@media screen and (max-width: 767px) {
  .static-section__pt01::after {
    height: 34px;
    background: url(../images/summary/bg_sec01_002_sp.png) no-repeat 0 0/auto 100%;
  }
}

.static-section__pt01 .static-section__in {
  padding-top: 76px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .static-section__pt01 .static-section__in {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.static-list__pt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 48px 0 25px;
}

@media screen and (max-width: 767px) {
  .static-list__pt01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 34px;
  }
}

.static-list__pt01-item {
  width: 382px;
  counter-increment: list__pt01;
}

@media screen and (max-width: 767px) {
  .static-list__pt01-item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .static-list__pt01-item + .static-list__pt01-item {
    margin-left: 27px;
  }
}

@media screen and (max-width: 767px) {
  .static-list__pt01-item + .static-list__pt01-item {
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) {
  .static-section__pt01 .static-btn__type01 {
    width: 284px;
    margin: 48px auto 0;
  }
}

.static-btn__type01.btn__regist a {
  vertical-align: bottom;
  padding-left: 15px;
}

.static-btn__type01.btn__regist span {
  font-size: 20px;
  padding: 0 2px 2px;
}

@media screen and (min-width: 768px) {
  .static-btn__type01.btn__regist {
      width: 400px;
      height: 70px;
  }
  .static-btn__type01.btn__regist a {
      font-size: 20px;
      padding-left: 35px;
  }
  .static-btn__type01.btn__regist a span {
    font-size: 27px;

  }
}



.static-box__pt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 42px 20px 32px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: #ebe5d6 0 0 12px;
          box-shadow: #ebe5d6 0 0 12px;
}

.static-box__pt01::before {
  content: counter(list__pt01, decimal-leading-zero);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #f2eee6;
  font-family: "Jost", sans-serif;
  font-size: 6em;
  line-height: .75;
}

@media screen and (max-width: 767px) {
  .static-box__pt01::before {
    right: 16px;
    font-size: 48px;
  }
}

@media screen and (min-width: 768px) {
  .static-box__pt01 h3 {
    text-align: center;
  }
}

.static-box__pt01 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .static-box__pt01 figure img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .static-grid__pt01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .static-grid__pt01-type01 .static-grid__pt01-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .static-grid__pt01-type01 .static-grid__pt01-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .static-grid__pt01-item:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 120px;
  }
}

@media screen and (min-width: 768px) {
  .static-grid__pt01-item + .static-grid__pt01-item {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .static-grid__pt01-item + .static-grid__pt01-item {
    margin-left: 16px;
  }
}

/* static-section__pt02 */
.static-section__pt02-body {
  position: relative;
}

.static-section__pt02-body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2000px;
  height: 157px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/summary/bg_sec02_001_pc.png) no-repeat 50% 0/auto 100%;
}

@media screen and (max-width: 767px) {
  .static-section__pt02-body::before {
    top: 50px;
    width: 100%;
    height: 122px;
    background: url(../images/summary/bg_sec02_001_sp.png) no-repeat 50% 0/auto 100%;
  }
}

.static-section__pt02-body::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  border-width: 36px 35px 0 35px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .static-section__pt02-body::after {
    border-width: 18px 17px 0 17px;
  }
}

.static-section__pt02-body > .static-section__in {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .static-section__pt02-body > .static-section__in {
    padding-top: 82px;
    padding-bottom: 50px;
  }
}

.static-tab {
  width: 990px;
  margin: 48px auto 0;
}

@media screen and (max-width: 767px) {
  .static-tab {
    width: 100%;
  }
}

.static-tab__list-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .static-tab__list-summary {
    display: block;
    min-width: 100%;
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
  }
}

.static-tab__list-summary .static-tab__list-item {
  position: relative;
  width: 90px;
  height: 98px;
  border-bottom: 1px solid #c6c2b8;
}

@media screen and (max-width: 767px) {
  .static-tab__list-summary .static-tab__list-item {
    display: inline-block;
    width: auto;
    height: 78px;
  }
}

.static-tab__list-summary .static-tab__list-item + .static-tab__list-item {
  margin-left: 90px;
}

@media screen and (max-width: 767px) {
  .static-tab__list-summary .static-tab__list-item + .static-tab__list-item {
    margin-left: 8px;
  }
}

.static-tab__list-summary .static-tab__list-item + .static-tab__list-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: -90px;
  width: 90px;
  height: 1px;
  background-color: #c6c2b8;
}

@media screen and (max-width: 767px) {
  .static-tab__list-summary .static-tab__list-item + .static-tab__list-item::before {
    left: -15px;
    width: 15px;
  }
}

.static-tab__btn {
  position: relative;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .static-tab__btn {
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
}

@media screen and (max-width: 767px) {
  .static-tab__btn {
    padding: 0 13px;
  }
}

.static-tab__btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .static-tab__btn:hover {
    opacity: 0.6;
  }
}

.static-tab__list-item.is-active .static-tab__btn {
  cursor: default;
}

.static-tab__list-item.is-active .static-tab__btn::after {
  background-color: #640000;
}

@media screen and (min-width: 768px) {
  .static-tab__list-item.is-active .static-tab__btn:hover {
    opacity: 1;
  }
}

.static-tab__btn figure img {
  width: 52px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .static-tab__btn figure img {
    width: 41px;
  }
}

.static-tab__btn p {
  margin-top: 6px;
  color: #b4ad9a;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .static-tab__btn p {
    margin-top: 4px;
    font-size: 14px;
  }
}

.static-tab__list-item.is-active .static-tab__btn p {
  color: #640000;
}

.static-tab__list-content {
  margin-top: 38px;
}

.static-grid__pt0201 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .static-grid__pt0201 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .static-grid__pt0201-item + .static-grid__pt0201-item {
    margin-left: 28px;
  }
}

@media screen and (max-width: 767px) {
  .static-grid__pt0201-item + .static-grid__pt0201-item {
    margin-top: 16px;
  }
}

.static-box__pt02-type01, .static-box__pt02-type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 481px;
  height: 100%;
  padding: 25px 45px 40px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .static-box__pt02-type01, .static-box__pt02-type02 {
    width: 100%;
    padding: 20px 15px 43px;
  }
}

.static-box__pt02-type01 h4, .static-box__pt02-type02 h4 {
  min-width: 330px;
  padding: 2px 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .static-box__pt02-type01 h4, .static-box__pt02-type02 h4 {
    min-width: 230px;
    font-size: 15px;
  }
}

.static-box__pt02-type01 ul, .static-box__pt02-type02 ul {
  width: 100%;
  margin-top: 10px;
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  .static-box__pt02-type01 ul, .static-box__pt02-type02 ul {
    margin-top: 12px;
  }
}

.static-box__pt02-type01 ul li, .static-box__pt02-type02 ul li {
  border-radius: 4px;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
}



.static-box__pt02-type01 ul li span, .static-box__pt02-type02 ul li span {
  font-weight: normal;
}

.static-box__pt02-type01 ul li + li, .static-box__pt02-type02 ul li + li {
  margin-top: 5px;
}

.static-box__pt02-type01 .static-img_pt02, .static-box__pt02-type02 .static-img_pt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.static-box__pt02-type01 .static-img_pt02 p, .static-box__pt02-type02 .static-img_pt02 p {
  margin-bottom: 10px;
  font-family: "Jost", sans-serif;
}

@media screen and (max-width: 767px) {
  .static-box__pt02-type01 figure, .static-box__pt02-type02 figure {
    width: 91px;
  }
}

.static-box__pt02-type01 {
  background-color: #f7f5f0;
}

.static-box__pt02-type01 h4 {
  background-color: #cb9a37;
}

.static-box__pt02-type01 p {
  color: #b19455;
}

.static-box__pt02-type02 {
  background-color: #f2f4f5;
}

.static-box__pt02-type02 h4 {
  background-color: #7eb1cb;
}

.static-box__pt02-type02 p {
  color: #8bb2c6;
}

.static-grid__pt0202 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .static-grid__pt0202 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .static-grid__pt0202-item:nth-of-type(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}

@media screen and (min-width: 768px) {
  .static-grid__pt0202-item + .static-grid__pt0202-item {
    margin-left: 28px;
  }
}

@media screen and (max-width: 767px) {
  .static-grid__pt0202-item + .static-grid__pt0202-item {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .static-grid__pt0202-item figure {
    margin-right: -20px;
    margin-left: -20px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .static-grid__pt0202-item figure img {
    width: 100%;
  }
}

.static-btn__pt02 {
  width: 284px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .static-btn__pt02 {
    margin-top: 32px;
  }
}

.static-section__pt02-foot {
  background-color: #ddc48e;
  color: #fff;
}

.static-section__pt02-foot > .static-section__in {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .static-section__pt02-foot > .static-section__in {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.static-grid__pt02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .static-grid__pt02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .static-grid__pt02-item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .static-grid__pt02-item + .static-grid__pt02-item {
    margin-left: 58px;
  }
}

@media screen and (max-width: 767px) {
  .static-grid__pt02-item + .static-grid__pt02-item {
    margin-top: 26px;
  }
}

.static-grid__pt02-item p {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .static-grid__pt02-item p {
    font-size: 14px;
  }
}

.static-list__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.static-list__bnr-item {
  width: 212px;
  height: 132px;
}

@media screen and (max-width: 767px) {
  .static-list__bnr-item {
    width: 47%;
    height: 100px;
  }
}

.static-list__bnr-item + .static-list__bnr-item {
  margin-left: 8px;
}

.static-btn__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: rgba(93, 83, 57, 0.15) 0 0 12px;
          box-shadow: rgba(93, 83, 57, 0.15) 0 0 12px;
}

@media screen and (min-width: 768px) {
  .static-btn__bnr {
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
}

@media screen and (min-width: 768px) {
  .static-btn__bnr:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 8px 24px;
            box-shadow: rgba(0, 0, 0, 0.15) 0 8px 24px;
  }
}

.static-btn__bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.static-btn__bnr01 img {
  width: 143px;
}

@media screen and (max-width: 767px) {
  .static-btn__bnr01 img {
    width: 109px;
  }
}

.static-btn__bnr02 img {
  width: 106px;
}

@media screen and (max-width: 767px) {
  .static-btn__bnr02 img {
    width: 82px;
  }
}

/* static-section__pt03 */
.static-section__pt03 {
  position: relative;
  background-color: #f7f5f0;
}

.static-section__pt03::before, .static-section__pt03::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 2000px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .static-section__pt03::before, .static-section__pt03::after {
    width: 1258px;
  }
}

.static-section__pt03::before {
  top: 0;
  height: 170px;
  background: url(../images/summary/bg_sec03_001_pc.png) no-repeat 50% 0/auto 100%;
}

@media screen and (max-width: 767px) {
  .static-section__pt03::before {
    top: 40px;
    height: 50px;
    background: url(../images/summary/bg_sec03_001_sp.png) no-repeat 50% 0/auto 100%;
  }
}

.static-section__pt03::after {
  bottom: 0;
  height: 50px;
  background: url(../images/summary/bg_sec03_002_pc.png) no-repeat 50% 0/auto 100%;
}

@media screen and (max-width: 767px) {
  .static-section__pt03::after {
    height: 34px;
    background: url(../images/summary/bg_sec03_002_sp.png) no-repeat 50% 0/auto 100%;
  }
}

.static-section__pt03 .static-section__in {
  padding-top: 90px;
  padding-bottom: 106px;
}

@media screen and (max-width: 767px) {
  .static-section__pt03 .static-section__in {
    padding-top: 41px;
    padding-bottom: 56px;
  }
}

.static-list__pt03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .static-list__pt03 {
    display: block;
    min-width: 100%;
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.static-list__pt03-item {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .static-list__pt03-item {
    display: inline-block;
    min-width: 200px;
    padding-top: 15px;
    vertical-align: top;
  }
}

.static-list__pt03-item + .static-list__pt03-item {
  margin-left: 25px;
}

.static-box__pt03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 25px 16px 12px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: #ebe5d6 0 0 12px;
          box-shadow: #ebe5d6 0 0 12px;
}

.static-box__pt03 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 120px;
}

@media screen and (max-width: 767px) {
  .static-box__pt03 figure {
    min-height: 110px;
  }
}

.static-box__pt03 p {
  margin-top: 4px;
  color: #640000;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .static-box__pt03 p {
    font-size: 19px;
  }
}

.static-box__pt03-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 134px;
  height: 30px;
  margin: auto;
  border-radius: 50px;
  background-color: #cb9a37;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  line-height: 1;
}

.static-text__pt03 {
  margin-top: 8px;
  text-align: center;
}

/* static-section__pt04 */
.static-section__pt04 {
  background-color: #f2f4f5;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(75%, #fff), color-stop(25%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(75%, #fff), color-stop(25%, transparent));
  background-image: linear-gradient(-90deg, #fff 75%, transparent 25%), linear-gradient(#fff 75%, transparent 25%);
  background-size: 20px 20px;
}

.static-section__pt04 > .static-section__in {
  padding-top: 90px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .static-section__pt04 > .static-section__in {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.static-list__pt04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  .static-list__pt04 {
    margin-top: 24px;
  }
}

.static-list__pt04-item {
  width: 585px;
}

@media screen and (max-width: 767px) {
  .static-list__pt04-item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .static-list__pt04-item + .static-list__pt04-item {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .static-list__pt04-item + .static-list__pt04-item {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .static-list__pt04-item + .static-list__pt04-item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .static-list__pt04-item + .static-list__pt04-item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}

.static-box__pt04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 43px 40px 41px;
  border-radius: 4px;
  background-color: #f7f5f0;
}

@media screen and (max-width: 767px) {
  .static-box__pt04 {
    padding: 24px 22px 30px;
  }
}

.static-box__pt04 p {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .static-box__pt04 p {
    margin-top: 4px;
  }
}

.static-grid__pt04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .static-grid__pt04 {
    height: 140px;
  }
}

.static-grid__pt04-item + .static-grid__pt04-item {
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .static-grid__pt04-item + .static-grid__pt04-item {
    margin-left: 12px;
  }
}

.static-btn__pt04 {
  width: 340px;
  height: 61px;
  margin: 28px auto 0;
}

@media screen and (max-width: 767px) {
  .static-btn__pt04 {
    width: 100%;
    height: 52px;
    margin: 26px auto 0;
  }
}

.static-btn__pt04 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #ddd6d6;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: rgba(105, 89, 66, 0.15) 0 0 16px;
          box-shadow: rgba(105, 89, 66, 0.15) 0 0 16px;
  color: #640000;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .static-btn__pt04 a {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .static-btn__pt04 a:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: rgba(105, 89, 66, 0.15) 0 12px 24px;
            box-shadow: rgba(105, 89, 66, 0.15) 0 12px 24px;
  }
}

/* static-section__foot */
.static-section__foot {
  background-color: #640000;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .static-section__foot {
    text-align: center;
  }
}

.static-section__foot > .static-section__in {
  width: 691px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
}

@media screen and (max-width: 767px) {
  .static-section__foot > .static-section__in {
    width: 100%;
    padding-top: 0;
    padding-bottom: 42px;
  }
}

.static-grid__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .static-grid__foot {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.static-grid__foot-item + .static-grid__foot-item {
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .static-grid__foot-item + .static-grid__foot-item {
    position: relative;
    top: -20px;
    margin-bottom: -20px;
    margin-left: 28px;
  }
}

@media screen and (min-width: 768px) {
  .static-grid__foot-item a:hover {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    opacity: 0.6;
  }
}

.static-list__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .static-list__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .static-list__foot-item {
    width: 120px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .static-list__foot-item + .static-list__foot-item {
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .static-list__foot-item + .static-list__foot-item {
    margin-top: 10px;
  }
}

.static-ttl__foot {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .static-ttl__foot {
    margin-top: 36px;
    font-size: 17px;
  }
}

.static-ttl__foot + p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .static-ttl__foot + p {
    text-align: center;
  }
}

/* animation */
.js-fade_in_up {
  visibility: hidden;
  -webkit-transition: .8s ease;
  transition: .8s ease;
  opacity: 0;
}

.js-fade_in_up.is-active {
  visibility: visible !important;
  -webkit-animation: fade_in_up 1.2s ease forwards;
          animation: fade_in_up 1.2s ease forwards;
}
.merit_in {
  visibility: hidden;
  -webkit-transition: .8s ease;
  transition: .8s ease;
  opacity: 0;
}
.merit_in.is-active {
  visibility: visible !important;
  -webkit-animation: fade_in_up 1.2s ease forwards;
          animation: fade_in_up 1.2s ease forwards;
}

.js-animation__main-bg::before, .js-animation__main-bg::after {
  visibility: hidden;
  -webkit-transition: .8s ease;
  transition: .8s ease;
  opacity: 0;
}

.js-animation__main-bg.is-active::before {
  visibility: visible !important;
  -webkit-animation: fade_in_left .8s ease forwards;
          animation: fade_in_left .8s ease forwards;
}

.js-animation__main-bg.is-active::after {
  visibility: visible !important;
  -webkit-animation: fade_in_right .8s ease forwards;
          animation: fade_in_right .8s ease forwards;
}

.js-animation__main-cnt {
  visibility: hidden;
  -webkit-transition: .8s ease;
  transition: .8s ease;
  opacity: 0;
}

.js-animation__main-cnt.is-active {
  visibility: visible !important;
  -webkit-animation: fade_in_up 1.2s ease forwards;
          animation: fade_in_up 1.2s ease forwards;
}

@media screen and (max-width: 767px) {
  .js-animation__foot-btn {
    visibility: hidden;
    -webkit-transition: .8s ease;
    transition: .8s ease;
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .js-animation__foot-btn.is-static {
    visibility: visible !important;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .js-animation__foot-btn.is-active {
    visibility: visible !important;
    -webkit-animation: fade_in_up 1.2s ease forwards;
            animation: fade_in_up 1.2s ease forwards;
  }
}

/* keyframes */
@-webkit-keyframes fade_in_up {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes fade_in_up {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes fade_in_right {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
}

@keyframes fade_in_right {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fade_in_left {
  0% {
    -webkit-transform: translate3d(-150%, 0, 0);
            transform: translate3d(-150%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
}

@keyframes fade_in_left {
  0% {
    -webkit-transform: translate3d(-150%, 0, 0);
            transform: translate3d(-150%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
}

/* ============================================================
 * Module
 * ============================================================ */
/* display only PC */
@media screen and (max-width: 767px) {
  .-onlyPc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .-onlySp {
    display: none !important;
  }
}

/* static-cp */
.static-section__info {
  position: relative;
  background-color: #f7f5f0;
  text-align: center;
}

.static-section__info::before, .static-section__info::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 2000px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.static-section__info {
  background-color: #F7F5F0;
}
.static-section__info  {
  padding: 50px 0 70px;
}

@media screen and (min-width: 768px) {
  .static-section__info  {
    padding: 60px 0;
  }
}




.text_red {
  color: #FF0000;
  font-weight: bold;
}


/*7月CM*/
.static_cp_cm {
  margin: 0 20px;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 20px 35px;
  color: #640000;
}
.static_cp_cm .main_text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.static_cp_cm .detail_text {
  margin: 12px 0 15px;
  text-align: left;
}
.static_cp_cm .text_link {
  color: #BA955B;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}
.static_cp_cm .text_link:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .static_cp_cm {
    width: 675px;
    margin: 0 auto;
    padding: 35px 70px 45px;
  }
  .static_cp_cm img {
    width: 400px;
    height: auto;
    transition-duration: 0.2s;
  }
  .static_cp_cm .main_text {
    font-size: 22px;
  }
  .static_cp_cm .detail_text {
    margin: 17px 0 25px;
    text-align: center;
    font-size: 16px;
  }
  .static_cp_cm img:hover {
    opacity: 0.8;
  }
}
/*error text*/

.cp_error .error_main_text_01,
.cp_error .error_main_text_02,
.cp_error .error_main_text_03 {
  font-weight: bold;
  font-size: 24px;
}

.cp_error {
  position: relative;
  display: inline-block;
  padding: 10px;
  margin: 20px auto 0;
  color: #ff0000;
  position: relative;
  font-size: 18px;
  padding: 20px 32px 21px 22px;
  background: #FFF;
  border: solid 2px #ff0000;
  box-sizing: border-box;
}

.cp_error:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.cp_error:after {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #ff0000;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .cp_error {
    margin: 20px auto 0;
    font-size: 14px;
    background-size: contain;
    padding: 18px 6px 16px 0;
    max-width: 343px;
  }
  .cp_error .error_main_text_01,
  .cp_error .error_main_text_02,
  .cp_error .error_main_text_03 {
    font-size: 17px;
  }
}

/*8月修正*/

h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #640000;
  background-color: #fff;
  margin-bottom: 10px;
}
h1 .h1_text {
  font-size: 30px;
}
h1 .main_icon {
  border: 1px solid #640000;
  border-radius: 4px;
  padding: 3px 8px;
  margin-right: 6px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 22px;
  }
  h1 .h1_text {
    font-size: 48px;
  }
  h1 .main_icon {
    font-size: 27px;
    border: 1px solid #640000;
    padding: 4px 12px;
    margin-right: 12px;
  }
}

.static-section__merit {
  padding: 50px 0 60px;
  background-color: #F2F8FB;
}

@media screen and (max-width: 767px) {
  .static-section__merit {
    padding: 20px 0;
  }
}

.static-section__merit h2 .font-small {
  display: inline;
  margin-left: 2px;
}

.static-section__merit .h2_area {
  text-align: center;
}

.static-section__merit h2 {
  display: inline-block;
  background: url(../images/summary/img_main_002.png) no-repeat right 0px bottom 9px/auto 53px;
  padding: 10px 60px 0;
}


@media screen and (max-width: 767px) {
  .static-section__merit h2 {
    font-size: 21px;
    line-height: 1.5;
    display: inline-block;
    background: url(../images/summary/img_main_002.png) no-repeat right 0px bottom 5px/auto 40px;
    padding: 0 45px;
  }
  .static-section__merit h2 .font-small {
    font-size: 15px;
  }
  .static-section__merit .h2_icon {
    width: auto;
    height: 40px;
  }
}

.static-section__merit .merit_list {
  padding: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .static-section__merit .merit_list {
    padding: 35px 0 0;
    display: -webkit-flex;
    display: flex;
  }
}

.merit_list .merit_list_item {
  background-color: #fff;
  border-radius: 6px;
  padding: 18px 20px;
  text-align: center;
  position: relative;
}

.merit_list_item .list_marker {
  display: inline;
  background: linear-gradient(#fff 60%, #F9C8CE 10%);
  font-size: 16px;
  font-weight: bold;
}

.merit_list_item p {
  text-align: left;
  margin-top: 5px;
}
.merit_list_item p .font-small {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .merit_list .merit_list_item {
    padding: 23px 20px 23px;
    width: 382px;
    height: 150px;
  }
  .merit_list_item + .merit_list_item {
    margin-left: 27px;
  }
  .merit_list_item .list_marker {
    font-size: 18px;
  }
}

.list_number {
  position: absolute;
  height: 25px;
  width: auto;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .list_number {
    height: 36px;
    width: auto;
    left: 0px;
    top: 0;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .merit_list_item + .merit_list_item {
    margin-top: 10px;
  }
}



.static-box__pt01 .tag_text {
  font-size: 12px;
}

.static-tab__list-item ul li a {
  display: block;
  color: #333;
  padding: 12px 10px;
  transition-duration: 0.3s;
  background: url(../images/summary/arw002.png) no-repeat right 10px top 50%/14px auto;
}

.static-tab__list-item ul li a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .static-tab__list-item ul li a {
    padding: 16px 15px;
    background-position: right 15px top 50%;
    background-size: 15px auto;
  }
}

