@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:700,700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,700i);
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden; }

body {
  height: 100%;
  background-color: #fff;
  background-size: 100% auto;
  font-family: 'Noto Sans JP', メイリオ, 'Meiryo', YuGothic,'Yu Gothic',sans-serif;
  color: #000;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.17em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  @media screen and (max-width: 680px) {
    body {
      font-size: 1.5rem; } }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em; }

a {
  color: #ca043f;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-decoration: none; }
  a:hover {
    opacity: 0.5; }

small {
  font-size: 1.3rem; }

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top; }

time {
  letter-spacing: 0.04em; }

hr {
  width: 100%;
  margin-bottom: 9.5em;
  border-bottom: 1px solid #ececec; }

strong {
  color: #ca043f;
  font-weight: bold;
  background-color: transparent; }

*[data-type="fade"] {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

*[data-translate] {
  opacity: 0;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.wrapper {
  overflow: hidden;
  position: relative; }

.global__header {
  position: relative; }
  .global__header-inner {
    width: 100%;
    padding: 3em 0;
    text-align: center;
    line-height: 1em; }
    @media screen and (min-width: 681px) and (max-width: 960px), screen and (max-width: 680px) {
      .global__header-inner {
        padding: 2em 0; } }
  .global__header-btn {
    position: fixed;
    top: 60px;
    right: 60px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    z-index: 10;
    width: 40px;
    height: 33px; }
    @media screen and (min-width: 681px) and (max-width: 960px) {
      .global__header-btn {
        position: absolute;
        top: 29px;
        right: 20px;
        -webkit-transform: none;
                transform: none; } }
    @media screen and (max-width: 680px) {
      .global__header-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        -webkit-transform: none;
                transform: none; } }
    .global__header-btn:hover {
      cursor: pointer; }

.global__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  background-color: #fff;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8); }
  @media screen and (max-width: 680px) {
    .global__navi {
      display: block;
      position: absolute;
      top: 70px;
      height: auto;
      padding: 0px 25px;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      overflow: hidden;
      background-color: #e6f0f4; } }
  .global__navi.open {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: 10; }
    .global__navi.open .global__navi-inner {
      visibility: visible; }
    @media screen and (max-width: 680px) {
      .global__navi.open {
        height: auto;
        padding-top: 50px;
        padding-bottom: 30px; } }
  .global__navi-inner {
    z-index: 0;
    visibility: hidden; }
  .global__navi-logo {
    padding-left: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .global__navi-logo img {
      width: 500px;
      height: 78px; }
    @media screen and (max-width: 680px) {
      .global__navi-logo {
        padding-left: 0px; } }
  .global__navi-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px; }
    @media screen and (max-width: 680px) {
      .global__navi-menu {
        display: block; } }
    .global__navi-menu li {
      width: 50%;
      margin-top: 5em;
      list-style: none; }
      @media screen and (max-width: 680px) {
        .global__navi-menu li {
          width: auto;
          margin-top: 2.5em; } }
    .global__navi-menu a {
      display: block;
      width: 100%;
      height: 100%;
      padding-left: 45px;
      color: #000;
      font-weight: bold;
      font-size: 3rem;
      line-height: 1.5em;
      letter-spacing: 0.19em; }
      @media screen and (max-width: 680px) {
        .global__navi-menu a {
          font-size: 1.8rem;
          padding-left: 0px;
          background: url("../img/btn_icon03.png") right bottom 3px no-repeat; } }
  .global__navi-item1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .global__navi-item2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .global__navi-item3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .global__navi-item4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .global__navi-icon {
    width: 195px;
    height: 18px;
    display: block;
    margin-bottom: 0.8em; }
  .global__navi-btn {
    position: absolute;
    top: 3em;
    right: 3em;
    width: 52px;
    height: 52px;
    display: block; }
    @media screen and (max-width: 680px) {
      .global__navi-btn {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
        padding: 1em;
        margin: 50px auto 10px;
        border: solid 1px #000;
        text-align: center; } }
    .global__navi-btn img {
      display: block;
      float: left;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 680px) {
        .global__navi-btn img {
          display: none; } }
    .global__navi-btn:hover {
      cursor: pointer; }

.global__main {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.global__term {
  width: 800px;
  padding: 80px 50px 50px;
  margin: auto;
  background-color: #fff;
  position: relative;
  z-index: 2; }
  .global__term-number {
    position: absolute;
    z-index: 1;
    top: -0.8em;
    font-size: 10rem;
    line-height: 1.5em;
    letter-spacing: 0.19em;
    font-style: italic;
    font-weight: bold; }
    .global__term-number span:first-child {
      font-family: 'Raleway', sans-serif; }
    .global__term-number span:last-child {
      font-family: 'Open Sans', sans-serif; }
  .global__term-text {
    font-size: 3rem;
    line-height: 1.5em;
    letter-spacing: 0.19em;
    font-weight: 900; }

.global__footer-copyright {
  padding: 2em;
  border-top: solid 1px #ececec;
  text-align: center;
  font-family: 'Raleway';
  font-size: 1.0rem;
  font-weight: bold; }

.global__footer-btn {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 100;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 60px;
  height: 60px;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0; }
  @media screen and (min-width: 681px) and (max-width: 960px) {
    .global__footer-btn {
      bottom: 40px;
      right: 45px; } }
  @media screen and (max-width: 680px) {
    .global__footer-btn {
      bottom: 35px;
      right: 30px; } }
  .global__footer-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }

.test {
  position: fixed;
  background-color: red;
  bottom: 0;
  width: 100%;
  height: 100px;
  opacity: 0;
  z-index: 999; }

/* コンテントの指定 */
.content {
  position: relative; }

/* アンカーの指定 */
.anchor {
  position: absolute;
  top: -50px; }
  @media screen and (max-width: 680px) {
    .anchor {
      top: -30px; } }

.anchor__link {
  display: none;
  max-width: 810px;
  height: auto;
  margin: auto; }
  .anchor__link-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: solid 1px #ca043f;
    border-left: solid 1px #ca043f;
    counter-reset: number 0; }
  .anchor__link li {
    width: 33.333%;
    border-right: solid 1px #ca043f;
    border-bottom: solid 1px #ca043f;
    list-style: none;
    counter-increment: number 1; }
    .anchor__link li a {
      position: relative;
      display: block;
      padding: 5px 15px 20px;
      color: #000;
      font-weight: bold;
      text-align: center;
      background-color: #fff; }
      .anchor__link li a::before {
        content: counter(number) ". ";
        color: #ca043f;
        font-weight: bold;
        -webkit-transition-duration: .5s;
                transition-duration: .5s;
        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .anchor__link li a::after {
        position: absolute;
        left: 50%;
        bottom: 8px;
        content: url("../img/btn_icon03.png") "";
        display: block;
        width: 10px;
        height: 18px;
        margin: auto;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition-duration: .3s;
                transition-duration: .3s;
        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .anchor__link li a:hover {
        background-color: #ca043f;
        color: #fff; }
        .anchor__link li a:hover::before {
          color: #fff; }
        .anchor__link li a:hover::after {
          -webkit-transform: translateY(35px) rotate(90deg);
                  transform: translateY(35px) rotate(90deg); }

/* ヘディング要素 */
.headding1 {
  font-size: 6rem;
  line-height: 1.5em;
  letter-spacing: 0.18em;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000; }
  @media screen and (min-width: 681px) and (max-width: 960px) {
    .headding1 {
      font-size: 4.0rem;
      margin-bottom: 1em; } }
  @media screen and (max-width: 680px) {
    .headding1 {
      font-size: 2.5rem;
      margin-bottom: 1em; } }

.headding2 {
  font-size: 3rem;
  line-height: 1.5em;
  letter-spacing: 0.18em;
  font-weight: 700;
  margin: 50px 0 30px;
  background-color: #ca043f;
  color: #fff;
  text-align: center;
  padding: 7px 20px; }
  @media screen and (min-width: 681px) and (max-width: 960px) {
    .headding2 {
      font-size: 3.0rem; } }
  @media screen and (max-width: 680px) {
    .headding2 {
      font-size: 2.3rem;
      margin-bottom: 1em; } }

.headding3 {
  font-size: 2.5rem;
  line-height: 1.5em;
  letter-spacing: 0.18em;
  font-weight: 700;
  margin-bottom: 0.6em;
  padding: 5px 30px;
  border: 1px solid #ececec;
  text-align: center; }
  @media screen and (max-width: 680px) {
    .headding3 {
      font-size: 2.0rem; } }

.headding4 {
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0.18em;
  font-weight: 700;
  margin-bottom: 0.6em; }
  @media screen and (max-width: 680px) {
    .headding4 {
      font-size: 2.0rem; } }

/* キャッチコピー・メッセージ要素 */
.catchphrase1 {
  font-size: 4rem;
  line-height: 1.8em;
  letter-spacing: 0.18em;
  font-family: serif;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 680px) {
    .catchphrase1 {
      font-size: 2.0rem; } }

.catchphrase2 {
  font-size: 2.8rem;
  line-height: 1.8em;
  letter-spacing: 0.18em;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 680px) {
    .catchphrase2 {
      font-size: 2.0rem; } }

/* ボタン要素 */
.btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.7em;
  position: relative;
  text-align: center;
  border-radius: 5em;
  border: solid 1px #ca043f;
  background-color: #fff;
  color: #ca043f;
  width: 15em;
  height: auto;
  font-size: 1.6rem; }
  .btn:hover {
    background-color: #ca043f;
    color: #fff; }

.btn2 {
  width: 30em;
  height: auto;
  font-size: 1.6rem;
  display: block;
  padding: 1.2em;
  margin: auto;
  text-align: center;
  border-radius: 5em;
  color: #fff;
  background-color: #ca043f; }
  @media screen and (max-width: 680px) {
    .btn2 {
      width: 95%; } }

/* テキストリンク */
.link1 {
  display: inline-block;
  background: transparent url("../img/btn_icon03.png") right 20px center no-repeat;
  padding-right: 40px; }
  .link1:hover {
    background-position: right center; }

/* メインビジュアル要素 */
.jumbotron1 {
  max-width: 1500px;
  height: 600px;
  margin: 0 auto 5em;
  padding-top: 150px;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 680px) {
    .jumbotron1 {
      height: 500px;
      margin-bottom: 2em;
      padding-top: 165px; } }
  .jumbotron1__bg {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/index_jumbotron.jpg") center center no-repeat;
    background-size: cover;
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    @media screen and (max-width: 680px) {
      .jumbotron1__bg {
        background: url("../img/index_jumbotron_sp.jpg") center center no-repeat;
        background-size: cover; } }
  .jumbotron1__inner {
    width: 508px;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    line-height: 1.75em;
    letter-spacing: 0.19em;
    font-weight: 700;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 680px) {
      .jumbotron1__inner {
        width: 100%;
        font-size: 2rem;
        line-height: 1.75em;
        letter-spacing: 0.19em; } }
  .jumbotron1__logo {
    width: 443px;
    display: block;
    margin: 0 auto 20px; }
    @media screen and (max-width: 680px) {
      .jumbotron1__logo {
        width: 300px; } }
    .jumbotron1__logo img {
      width: 100%; }
  .jumbotron1__btn {
    width: 166px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    @media screen and (max-width: 680px) {
      .jumbotron1__btn {
        bottom: -20px; } }
    .jumbotron1__btn:hover {
      cursor: pointer; }

.jumbotron2 {
  max-width: 1500px;
  height: auto;
  margin: 0 auto 6em;
  position: relative;
  z-index: 0; }
  @media screen and (min-width: 681px) and (max-width: 960px) {
    .jumbotron2 {
      margin-bottom: 4em; } }
  @media screen and (max-width: 680px) {
    .jumbotron2 {
      margin-bottom: 3em; } }
  .jumbotron2_inner {
    position: relative;
    width: 100%;
    height: 600px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
    @media screen and (min-width: 681px) and (max-width: 960px), screen and (max-width: 680px) {
      .jumbotron2_inner {
        height: 450px; } }
  .jumbotron2__logo {
    position: absolute;
    top: 0;
    left: 8%;
    width: 384px;
    height: 247px;
    background-color: #ca043f;
    box-shadow: 40px 40px #fff; }
    @media screen and (min-width: 681px) and (max-width: 960px) {
      .jumbotron2__logo {
        left: 0;
        width: 320px;
        height: 200px;
        box-shadow: 30px 30px #fff; } }
    @media screen and (max-width: 680px) {
      .jumbotron2__logo {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        -webkit-transform: none;
                transform: none;
        width: 75%;
        height: auto;
        box-shadow: none; } }
    .jumbotron2__logo-inner {
      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-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      padding: 30px 50px 20px;
      text-align: center; }
  .jumbotron2__title {
    position: absolute;
    top: 330px;
    left: 12%; }
    @media screen and (min-width: 681px) and (max-width: 960px) {
      .jumbotron2__title {
        top: auto;
        left: 50px;
        bottom: 25px; } }
    @media screen and (max-width: 680px) {
      .jumbotron2__title {
        position: static;
        width: 100%;
        padding: 2em 0 1.5em;
        height: auto;
        border-bottom: 1px solid #f0f0f4; } }
    .jumbotron2__title img {
      display: block;
      width: 190px;
      margin-bottom: 1em; }
      @media screen and (max-width: 680px) {
        .jumbotron2__title img {
          margin: 0 auto 1em; } }
    .jumbotron2__title h1 {
      margin: auto;
      font-size: 6rem;
      line-height: 1.5em;
      letter-spacing: 0.18em;
      font-weight: 700; }
      @media screen and (min-width: 681px) and (max-width: 960px) {
        .jumbotron2__title h1 {
          font-size: 4.0rem; } }
      @media screen and (max-width: 680px) {
        .jumbotron2__title h1 {
          padding: 0 1em;
          font-size: 2.5rem;
          text-align: center; } }

#point1 .jumbotron2_inner {
  background-image: url("../img/point1_jumbotron.jpg"); }
  @media screen and (max-width: 680px) {
    #point1 .jumbotron2_inner {
      background-image: url("../img/point1_jumbotron_sp.jpg"); } }

#point2 .jumbotron2_inner {
  background-image: url("../img/point2_jumbotron.jpg"); }
  @media screen and (max-width: 680px) {
    #point2 .jumbotron2_inner {
      background-image: url("../img/point2_jumbotron_sp.jpg"); } }

#point3 .jumbotron2_inner {
  background-image: url("../img/point3_jumbotron.jpg"); }
  @media screen and (max-width: 680px) {
    #point3 .jumbotron2_inner {
      background-image: url("../img/point3_jumbotron_sp.jpg"); } }

#point4 .jumbotron2_inner {
  background-image: url("../img/point4_jumbotron.jpg"); }
  @media screen and (max-width: 680px) {
    #point4 .jumbotron2_inner {
      background-image: url("../img/point4_jumbotron_sp.jpg"); } }

/* サムネイル要素 */
.thumb1 {
  max-width: 1240px;
  margin: 0 auto 9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media screen and (min-width: 681px) and (max-width: 960px), screen and (max-width: 680px) {
    .thumb1 {
      margin-bottom: 6em;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media screen and (min-width: 681px) and (max-width: 960px) {
    .thumb1 {
      max-width: 680px; } }
  @media screen and (max-width: 680px) {
    .thumb1 {
      max-width: 380px; } }
  .thumb1.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .thumb1.reverse .thumb1__term {
      width: 450px;
      padding: 55px 50px 0; }
      @media screen and (max-width: 680px) {
        .thumb1.reverse .thumb1__term {
          width: 100%;
          padding: 0 20px; } }
  .thumb1__term {
    width: 450px;
    padding: 55px 0 0 100px;
    font-size: 3.0rem; }
    @media screen and (max-width: 680px) {
      .thumb1__term {
        width: 100%;
        padding: 0 20px; } }
    .thumb1__term h2::before {
      content: attr(data-point-number);
      display: block;
      margin-bottom: 0.4em;
      color: #ca043f;
      font: bold italic normal 6.0rem 'Open Sans';
      letter-spacing: 0.2em; }
      @media screen and (max-width: 680px) {
        .thumb1__term h2::before {
          margin-bottom: 0.2em;
          font-size: 4.5rem;
          text-align: center; } }
    .thumb1__term h2 {
      line-height: 150%;
      margin-bottom: 1.5em; }
      @media screen and (max-width: 680px) {
        .thumb1__term h2 {
          text-align: center;
          font-size: 2.0rem;
          margin-bottom: 1.0em; } }
    @media screen and (max-width: 680px) {
      .thumb1__term .btn {
        margin: 0 auto; } }
  .thumb1__img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
    height: auto;
    padding: 0 40px 40px 0; }
    @media screen and (max-width: 680px) {
      .thumb1__img {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 40px; } }
    .thumb1__img-inner {
      position: relative; }
      .thumb1__img-inner a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1; }
        .thumb1__img-inner a:hover {
          opacity: 1;
          -webkit-filter: brightness(115%);
                  filter: brightness(115%); }
      .thumb1__img-inner img {
        display: block;
        max-width: 100%;
        max-height: 100%; }
      .thumb1__img-inner::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate(40px, 40px);
                transform: translate(40px, 40px);
        background: transparent url("../img/common_thumb_bg.gif") left top repeat;
        z-index: 0; }
        @media screen and (max-width: 680px) {
          .thumb1__img-inner::after {
            -webkit-transform: translate(20px, 20px);
                    transform: translate(20px, 20px); } }

/* カラム要素 */
.column1 {
  margin: 0 auto 8em;
  max-width: 910px;
  padding: 0 50px;
  font-weight: 300; }
  @media screen and (max-width: 680px) {
    .column1 {
      margin-bottom: 5em;
      padding: 0 20px; } }
  .column1 p {
    margin-bottom: 1.5em; }

[class^="column1"]:last-of-type {
  margin-bottom: 7em; }

.column2 {
  margin: 1.5em auto 2em;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  @media screen and (max-width: 680px) {
    .column2 {
      margin: 0 auto 2em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .column2__item {
    width: 48%; }
    @media screen and (max-width: 680px) {
      .column2__item {
        width: 100%;
        margin-bottom: 20px; }
        .column2__item:last-of-type {
          margin-bottom: 0; } }
    .column2__item a {
      display: block; }

/* 表組み要素 */
.table1 {
  margin: 4em auto;
  width: 100%; }
  @media screen and (max-width: 680px) {
    .table1 {
      margin: 2em auto; } }
  .table1__term {
    font-size: 3.0rem;
    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: 680px) {
      .table1__term {
        font-size: 2.0rem; } }
    .table1__term span {
      width: 50%;
      padding: 1em;
      text-align: center;
      color: #fff; }
    .table1__term span:nth-child(1) {
      margin-right: 1px;
      background-color: #58a3c6; }
    .table1__term span:nth-child(2) {
      background-color: #9ec56b; }
  .table1__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100px;
    margin-top: 1px;
    background-color: #e3e8e1; }
    @media screen and (max-width: 680px) {
      .table1__item {
        height: 80px; } }
    .table1__item span {
      display: block;
      font-size: 2.0rem;
      font-weight: normal;
      text-align: center; }
      @media screen and (max-width: 680px) {
        .table1__item span {
          font-size: 1.3rem;
          line-height: 1.5em; } }
    .table1__item span:nth-child(1), .table1__item span:nth-child(3) {
      width: 245.5px; }
      @media screen and (max-width: 680px) {
        .table1__item span:nth-child(1), .table1__item span:nth-child(3) {
          width: 35%; } }
    .table1__item span:nth-child(2) {
      width: 209px;
      height: 51px;
      padding-top: 0.4em;
      background: url("../img/table_img.png") center center no-repeat; }
      @media screen and (max-width: 680px) {
        .table1__item span:nth-child(2) {
          width: 30%;
          height: 35px;
          padding-top: 0.6em;
          background-size: 100% 100%; } }

/* 図表 */
.infographic1 {
  width: 100%;
  margin: 2em auto 6em; }
  @media screen and (max-width: 680px) {
    .infographic1 {
      margin-bottom: 4em; } }

.infographic2 {
  width: 100%;
  margin: 2em auto; }
  @media screen and (max-width: 680px) {
    .infographic2 {
      margin-bottom: 4em; } }

.infographic3 {
  width: 100%;
  margin: 4em auto 4em;
  text-align: center; }
  .infographic3 img {
    display: block;
    margin: 0 auto 0.8em; }
  .infographic3.left {
    text-align: left; }
    .infographic3.left img {
      margin: 0 0 0.8em; }

.infographic4 {
  width: 100%;
  margin: 0 auto 1.5em; }

.list1 li {
  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;
  margin-bottom: 25px; }
  @media screen and (max-width: 680px) {
    .list1 li {
      display: block; } }

.list1 dfn {
  display: block;
  width: 200px;
  padding: 5px 30px;
  border: solid 1px #ca043f;
  font-size: 1.6rem;
  font-style: normal;
  -moz-text-align-last: justify;
       text-align-last: justify; }
  @media screen and (min-width: 681px) and (max-width: 960px) {
    .list1 dfn {
      font-weight: bold; } }
  @media screen and (max-width: 680px) {
    .list1 dfn {
      width: 100%;
      padding: 0;
      border: none;
      border-bottom: solid 1px #ca043f;
      text-align: left;
      -moz-text-align-last: auto;
           text-align-last: auto;
      margin-bottom: 10px;
      font-weight: bold; }
      .list1 dfn::before {
        content: '■';
        color: #ca043f;
        margin-right: 5px; } }

.list1 span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  line-height: 1.5em;
  font-weight: 700; }
  @media screen and (max-width: 680px) {
    .list1 span {
      width: 100%;
      padding-left: 0;
      font-weight: normal; } }

.list2 {
  border: 1px solid #ccc;
  border-bottom: none;
  margin-bottom: 30px; }
  .list2 li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    background-color: #fff; }
  .list2 a {
    display: block;
    padding: 15px 15px 15px 55px;
    color: #000;
    font-weight: bold;
    line-height: 150%;
    background: transparent url("../img/btn_icon03.png") 25px center no-repeat; }
    .list2 a:hover {
      opacity: 1;
      color: #fff;
      background-color: #ca043f;
      background-image: url("../img/btn_icon04.png"); }

/* 注記要素 */
ul.cation {
  overflow: hidden; }
  ul.cation li {
    float: left;
    list-style: none;
    font-size: 1.3rem;
    margin-right: 30px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 10px; }

small.cation {
  display: inline-block;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 180%; }

/* ページ送り要素 */
.pager1 {
  margin: 0 auto 120px;
  max-width: 800px;
  overflow: hidden;
  font-size: 2.9rem;
  line-height: 1em;
  letter-spacing: 0.19em; }
  @media screen and (min-width: 681px) and (max-width: 960px) {
    .pager1 {
      width: 90%; } }
  @media screen and (max-width: 680px) {
    .pager1 {
      width: 90%; } }
  .pager1__right {
    float: right;
    width: 11em; }
    @media screen and (max-width: 680px) {
      .pager1__right {
        float: none;
        margin: auto; } }
    .pager1__right a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0.7em;
      position: relative;
      text-align: center;
      border-radius: 5em;
      border: solid 1px #ca043f;
      background-color: #fff;
      color: #ca043f; }
      .pager1__right a:hover {
        background-color: #ca043f;
        color: #fff; }
      .pager1__right a::before {
        content: url("../img/btn_icon02.svg");
        width: 44px;
        height: 44px;
        display: block;
        position: absolute;
        top: 0.41em;
        right: 0.45em; }
      .pager1__right a:hover {
        opacity: 1; }
  .pager1__left {
    float: left;
    width: 11em; }
    @media screen and (max-width: 680px) {
      .pager1__left {
        float: none;
        margin: auto auto 1em; } }
    .pager1__left a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0.7em;
      position: relative;
      text-align: center;
      border-radius: 5em;
      background-color: #000;
      color: #fff; }
      .pager1__left a::before {
        content: url("../img/btn_icon01.svg");
        width: 44px;
        height: 44px;
        display: block;
        position: absolute;
        top: 0.45em;
        left: 0.45em; }

/* パネル */
.panel1 {
  background-color: #fff;
  padding: 45px 50px;
  border: solid 1px #ccc; }
  @media screen and (max-width: 680px) {
    .panel1 {
      padding: 30px 30px; } }

/* 背景色反転 */
.bg__primary {
  padding: 1px 40px 40px;
  background-color: #fdefea; }
  @media screen and (max-width: 680px) {
    .bg__primary {
      padding: 1px 20px 20px; } }

/* 背景矢印 */
.deco__arrow > img {
  position: absolute;
  z-index: 2; }

.deco__arrow-lg {
  height: 291px;
  width: 388px; }

.deco__arrow-md {
  height: 146px;
  width: 194px; }

.deco__arrow-sm {
  height: 73px;
  width: 97px; }

@media screen and (min-width: 681px) and (max-width: 960px), screen and (max-width: 680px) {
  .deco__arrow {
    display: none; } }

.text-center {
  text-align: center; }

.carrent {
  display: block !important; }

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all; }

@media screen and (max-width: 680px) {
  .none__sp {
    display: none !important; } }

@media screen and (min-width: 681px) and (max-width: 960px), screen and (min-width: 961px) and (max-width: 1450px), screen and (min-width: 1451px) {
  .none__pc {
    display: none !important; } }
